Skip to content

AY2122S1-CS2103-F09-3/tp

 
 

Repository files navigation

Java CI codecov

Ui Ui

  • ProgrammerError (P|E in short) is an application developed based on the AddressBook Level 3 application.
  • This is an application made for CS2100 Teaching Assistants (TAs) to track their students' task progress and performance

Feature List

  1. General Features
    1. View Help: help
    2. View Dashboard dashboard
    3. Exit: exit
  2. Data Features
    1. Fill Sample Data: fill
    2. Purge All Data: purge
    3. Download Data: download
    4. Upload Data: upload
  3. Student Features
    1. Add Student: add
    2. Edit Student Details: edit
    3. Delete Student: delete
    4. Filter Students: filter
    5. Show Student Details: show
    6. List All Students: list
  4. Lab Features
    1. Add Lab: addlab
    2. Edit Lab: editlab
    3. Delete Lab: dellab

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