Skip to content

Latest commit

 

History

History
93 lines (74 loc) · 3.96 KB

AboutUs.md

File metadata and controls

93 lines (74 loc) · 3.96 KB

About Us

We are team T17-C3 for module CS2103 Software Engineering based in the School of Computing, National University of Singapore.

Project Mentor


Role: Tutor
Responsibilities: Team Mentor


Project Team


  • Components in charge of: [Logic]

  • Features implemented:

  • Code written: Functional code Test code Docs

  • Other major contributions:

    • Did the initial porting from AddressBook to TaskManager
    • Did the initial porting of JUnit tests from AddressBook to TaskManager
    • Did detection of task alert
    • Did detection of overdue task

Role: Developer
Responsibilities: Team Lead, Logic



Role: Developer
Responsibilities: Natural time input parsing, Add & edit command parsing



Role: Developer
Responsibilities: Testing, GUI



  • Components in charge of: [Storage] [CommandParser]
  • Features implemented:
    • RecurringTask functionality
    • Repeat Command
    • Automated and useful sorting functionality
    • Sort Command
    • Backup Command
    • Directory Command
    • Shorter command inputs (i.e. allow e 2 n, New task name on top of the standard edit 2 name, New task name)
  • Code written: Functional code Test code Docs
  • Other major contributions:
    • Organize and manage GitHub repository
    • Ensure and improve code quality of code throughout the project
    • Maintain documentations (updates, improvements and ensure formatting quality)
    • Refactored CommandParser into individual Parsers for each command
    • Improve Regex for Parsers

Role: Developer
Responsibilities: Integration, Code Quality, GitHub Project Manager, Documentation, Storage related codes