# Introduction

Welcome to the documentation of the attendance-taking software I developed as part of my non-examined assessment for AQA's Computer Science A-Level in my final year of high school (2020-21). The documentation has been converted from the requested MS Word file to markdown and will be kept here using GitBook.

## Table of Contents:

### [1. Background and Identification of the Problem](https://csnea-docs.mangregory.me/1.-background-and-identification-of-the-problem)

1.1. Background

1.2. Problem Identification

1.3. Description of the Current System

1.4. Identification of Prospective Users

1.5. User Needs and Limitations Identification

### [2. Interview With the Client](https://csnea-docs.mangregory.me/2.-interview-with-the-client)

2.1. Questions to the Principal

2.2. Questions to the Secretary

2.3. Identification of Application Requirements

### [3. Chosen Solution](https://csnea-docs.mangregory.me/3.-chosen-solution)

### [4. Concept Flowcharts](https://csnea-docs.mangregory.me/4.-concept-flowcharts)

### [5. Documented Design](https://csnea-docs.mangregory.me/5.-documented-design)

5.1. Identifying Suitable Algorithms

5.2. Designing the Database

5.3. Identifying Suitable Validation

5.4. Designing the Graphical User Interface (GUI)

5.4.1. Designing the Desktop GUI

5.4.2. Designing the Mobile GUI

5.5. Test Plan

### [6. Technical Solution](https://csnea-docs.mangregory.me/6.-technical-solution)

6.1. System Overview

6.2. Module Structure Chart

6.3. Implementation – Program Code

6.3.1. Implementing the Desktop Application

6.3.2. Implementing the Mobile Application

### [7. Testing](https://csnea-docs.mangregory.me/7.-testing)

### [8. Evaluation](https://csnea-docs.mangregory.me/8.-evaluation)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://csnea-docs.mangregory.me/introduction.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
