[CS2113-W14-2] NUStudy#10
Open
asytrix99 wants to merge 453 commits into
Open
Conversation
danielkwan2004
pushed a commit
to danielkwan2004/tp
that referenced
this pull request
Oct 14, 2025
Add template OOP class design for TP
…geDeleteCourse enhancement: add confirmation message for deleteCourseCommand
* Update the `CommandParser` * Create new `EditCourseNameCommand` * Update the mutability modifier `courseName`
* Remove unused variables * Rename the Logger class name
Add delete session by date or course index
…andasami-EditCourseName # Conflicts: # src/main/java/arpa/home/nustudy/utils/CommandParser.java
* validRename_Successfully * oldCourseNotExist_ThrowException * newCourseAlreadyExist_ThrowException * missingArguments_ThrowException * emptyCourseNames_ThrowException * sameCoursenames_ThrowException * correctUpdate
docs: Update user guide links and text
Minor bug fixes to DG and diagrams.
docs: Clarify input caret in user guide
…on-case-sensitive-course-code Update UG/DG to specify non case sensitive course code.
…andasami-FixHelpAllowingArgument # Conflicts: # docs/UserGuide.md
Fix minor PPP visual bugs.
Remove uncessary line in DG.
Update use cases in DG.
…lowingArgument Fix: prevent `HelpCommand` from accepting parameters.
…lowingArgument refactor: Split reset in help into 2 distinct commands.
docs: Final update of wrooi.md.
docs: Fix links and spacing in wrooi.md.
Update the project portfolio page for @yikjin.
docs: Update PPP for @yikjin
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.
NUStudy is a desktop app for managing study hours, optimised for use via a Command Line Interface (CLI).