ATAS
Figure 1: Start page
Figure 2: Ui preview of students tab
Addendum for Teaching Assistants (ATAS) is a desktop application that aims to elevate user’s efficiency and make their experience of handling administrative tasks in classes as seamless as possible. It has a GUI but most of the user interactions happen using a CLI (Command Line Interface).
In the current version, ATAS targets NUS Teaching Assistants (TAs) that are teaching the CS1010S module.
With ATAS, users can manage students’ particulars, track students’ attendance and in-class participation, take down notes and many more.
- If you are interested in using ATAS, head over to the Quick Start section of the User Guide.
- If you are interested in developing ATAS, the Developer Guide is a good place to start.
Site Map
Acknowledgments
- This project is based on the AddressBook-Level3 project created by the SE-EDU initiative.
- Libraries used: JavaFX, Jackson, JUnit5