[CS2103-W11-4] TutorTrack#123
Open
Cheeden wants to merge 585 commits into
Open
Conversation
Codecov Report❌ Patch coverage is 📢 Thoughts on this report? Let us know! |
Cheeden
pushed a commit
to Cheeden/tp
that referenced
this pull request
Oct 27, 2025
Update UML model
jooh6969
pushed a commit
to jooh6969/tp
that referenced
this pull request
Oct 28, 2025
Make help window point to ClubHub userguide
…into more-find-error-message
…-contacts Fix userguide description for contacts
Currently, if the user uses find command of find d/Tomorrow, where tomorrow is an invalid day. The error message would be Contact list is unchanged: No students match your search criteria. This error message can be clearer to let the user know why it is wrong. - Add MESSAGE_INVALID_DAY constant to Messages.java for consistent error messaging - Implement ParserUtil.parseDay() to validate day of week input using regex - Update FindCommandParser to validate day parameter before creating predicate - Add comprehensive test cases for invalid day inputs (abbreviations, typos, invalid names) - Update User Guide with validation requirements and error examples - Update Developer Guide with implementation details and validation logic The find d/ command now only accepts full day names (Monday-Sunday) and rejects abbreviations (e.g., "Mon"), typos (e.g., "Mondayy"), and invalid inputs like "Tomorrow" or "1" with a clear error message.
Refine UG by removing duplicated descriptions and add glossary section
More find error message
Update known issues
Update developer guide
Add equal function
Add tests for edit plan & progress command parser
Delete underscore
Remove duplicate
Fix delimiter
Change use cases
…into update-docs-final
Add subject search
Update developer guide for find
update version number
Update instruction
Update header
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Helps tutors centralize and quickly access student and parent contact information with key learning notes, reducing time spent searching and allowing them to focus more on lesson preparation.