Poomklao Teerawatthanaprapha's Project Portfolio Page
Project: CodeConnect
CodeConnect is a specialised task management that can help NUS CS students keep track of their tasks in any modules and is linked to their local contacts to find students that take the same modules. This gives them an easy way to source for help within each module. The user interacts with it using a CLI, and it has a GUI created with JavaFX. It is written in Java, and has about 10 kLoC.
Given below are my contributions to the project.
-
Code contributed: RepoSense link
- Team tasks:
- New features:
- Model classes for task tracking
- Add / delete task commands
- Enhancements to existing features:
- Natural date parsing for task deadlines (using JChronic)
- Investigated and tested several lightweight Java natural date parsing libraries
- Wrote tests to verify expected behavior of substituted libraries in the future
- Space-separated modules for
addc
andeditc
commands
- Natural date parsing for task deadlines (using JChronic)
- Documentation:
- User Guide:
- Added user guide items for add / remove task commands
- Improved the formatting and styling
- Involves locally running Jekyll, bumping its dependencies, and modifying the .scss source.
- Revised product introduction
- Added legend for note and warning boxes
- Developer Guide:
- Gathered and formatted use cases for task management
- Documented add task command, including a sequence diagram and design decisions
- Added guide introduction / purpose statement
- User Guide:
- Community:
- Tools:
- CodeCov integration and configuration