Skip to content

AY2324S2-CS2103T-T09-1/tp

 
 

Repository files navigation

CI Status

codecov

Ui

  • This is an app for CS instructors that helps manage weaker students.

  • The project is based on an ongoing software project for a desktop application (called AddressBook) used for managing contact details. We have made several enhancements to it (see example usages).

  • Example usages:

    • forming focus groups of weaker students
    • visualising the performance of weaker students over time
    • dedicating tutors and other resources to helping weaker students
  • It is written in OOP fashion. It provides a well-written code base of around 10k LOC.

  • It comes with a reasonable level of user and developer documentation.

  • It is named “TeachStack” as a pun on heap and stack.

  • For the detailed documentation of this project, see the TeachStack Product Website.

  • This project is based on the AddressBook-Level3 project created by the SE-EDU initiative.