|
| 1 | +## **Table of Contents** |
| 2 | + |
| 3 | +* [**Acknowledgements**](DeveloperGuide.md#acknowledgements) |
| 4 | +* [**Setting up, getting started**](DeveloperGuide.md#setting-up-getting-started) |
| 5 | +* [**Design**](DeveloperGuide.md#design) |
| 6 | + * [Architecture](DeveloperGuide.md#architecture) |
| 7 | + * [UI component](DeveloperGuide.md#ui-component) |
| 8 | + * [Logic component](DeveloperGuide.md#logic-component) |
| 9 | + * [Model component](DeveloperGuide.md#model-component) |
| 10 | + * [Storage component](DeveloperGuide.md#storage-component) |
| 11 | + * [Common classes](DeveloperGuide.md#common-classes) |
| 12 | +* [**Implementation**](DeveloperGuide.md#implementation) |
| 13 | + * [Autocomplete Feature](DeveloperGuide.md#autocomplete-feature) |
| 14 | + * [Command History Retrieval](DeveloperGuide.md#command-history-retrieval) |
| 15 | + * [[Proposed] Undo/Redo Feature](DeveloperGuide.md#proposed-undo-redo-feature) |
| 16 | +* [**Documentation, logging, testing, configuration, dev-ops**](DeveloperGuide.md#documentation-logging-testing-configuration-dev-ops) |
| 17 | +* [**Appendix: Requirements**](DeveloperGuide.md#appendix-requirements) |
| 18 | + * [Product scope](DeveloperGuide.md#product-scope) |
| 19 | + * [User stories](DeveloperGuide.md#user-stories) |
| 20 | + * [Use cases](DeveloperGuide.md#use-cases) |
| 21 | + * [Non-Functional Requirements](DeveloperGuide.md#non-functional-requirements) |
| 22 | + * [Glossary](DeveloperGuide.md#glossary) |
| 23 | +* [**Appendix: Instructions for manual testing**](DeveloperGuide.md#appendix-instructions-for-manual-testing) |
| 24 | + * [Launch and shutdown](DeveloperGuide.md#launch-and-shutdown) |
| 25 | + * [Adding a student](DeveloperGuide.md#adding-a-student) |
| 26 | + * [Editing a student](DeveloperGuide.md#editing-a-student) |
| 27 | + * [Deleting a student](DeveloperGuide.md#deleting-a-student) |
| 28 | + * [Finding a student](DeveloperGuide.md#finding-a-student) |
| 29 | + * [Marking a student's attendance](DeveloperGuide.md#marking-a-student-s-attendance) |
| 30 | + * [Unmarking a student's attendance](DeveloperGuide.md#unmarking-a-student-s-attendance) |
| 31 | + * [Setting the course name](DeveloperGuide.md#setting-the-course-name) |
| 32 | + * [Autocompleting fields](DeveloperGuide.md#autocompleting-fields) |
| 33 | + * [Retrieving previous successful commands](DeveloperGuide.md#retrieving-previous-successful-commands) |
| 34 | + * [Accessing help](DeveloperGuide.md#accessing-help) |
| 35 | + * [Clearing all data](DeveloperGuide.md#clearing-all-data) |
| 36 | +* [**Appendix: Design Decisions**](DeveloperGuide.md#appendix-design-decisions) |
| 37 | +* [**Appendix: Effort**](DeveloperGuide.md#appendix-effort) |
| 38 | +* [**Appendix: Planned Enhancements**](DeveloperGuide.md#appendix-planned-enhancements) |
0 commit comments