Lim Shao Kiat's Project Portfolio Page
Project: GradPad
GradPad is a one-stop solution to module management for Computer Science Undergraduates. GradPad consolidates the modules you have taken and displays the remaining required modules to ease your module planning process. A module searching platform is also included in GradPad, providing easy navigation of modules.
Given below are my contributions to the project.
- Code contributed: RepoSense link
- New Feature: Added a
search
feature to search for modules from NUSMods and display it to the user. #100-
What it does: Allows users to search for module details using module code and displaying all module information onto the Result Display. Module information are fetch directly from NUSMods if internet is available, else it will be fetched from local saved JSON file.
-
Justification: This feature is required for users to look up relevant module details that they want to find out about when planning for which modules to take. This command displays the module code, module title, modular credits, semesters, descriptions, prerequisites and preclusion directly from NUSMods.
-
Highlights: To implement this feature, I created a logic class
ModuleInfoSearcher
to utilize the nusmods package previously created by my team mates. This logic class make method callsNusmodsDataManager
to retrieve module information directly from NUSMods using the NUSMods API. The search command then utilizeModuleInfoSearcher
class to search for module information and display the information accordingly in the Result Display.
-
- Team tasks:
- Updated the User Guide according to Peers and Tutors comments
- Updated the project’s logfile to gradpad.log
- Added introduction section to the user guide.
- Project management:
- Recorded comments by Peers and Tutors with regards to GradPad especially on User Guide and Developer Guide.
- Addressed issues on User Guide from mock PE.
- Reviews and comments to team mates PR. Example: #111
- Enhancements to existing features:
- Documentation:
- User Guide:
- Added Ui Markup for User Guide. #52
- Added documentation for the v1.2 feature
delete
#23 - Added documentation for the v1.3 feature
search
#75 - Added documentation for the v1.3 feature
required
#75 - Added introduction and NUSMods section to User Guide. #52 & #130
- Updated documentation with comments from CS2101 Tutor and CS2103T TA. #130
- Updated command summary in documentation. #75
- Updated feature summary list into table form. #75
- Updated documentation with issues reported from mock PE for v1.4. #172
- Developer Guide:
- User Guide:
- Review/mentoring contributions:
- Community: