Fong Jing Xiang's Project Portfolio Page
Project: CLI-Tacts
CLI-Tacts is a desktop application for CS2040S Teaching Assistants to manage students, tutorial groups, and attendance efficiently through a CLI, with a JavaFX GUI.
Given below are my contributions to the project:
- Add command
- Implemented and updated the
addcommand flow for student records. - Ensured required student fields are handled correctly in parsing and command execution.
- Implemented and updated the
- Find command
- Updated the
findcommand to support current project search behavior. - Improved command handling for filtering students by relevant criteria.
- Updated the
- Test cases
- Added and updated test cases to validate command behavior and edge cases.
- Improved confidence in command-level correctness.
- Documentation improvements
- Updated user-facing and developer-facing documentation to match implemented features.
- Improved command examples and descriptions for clarity.