forked from AY2324S1-CS2103T-T09-2/tp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'Branch-DeleteCommands' of https://github.com/Mahidharah/tp
into Branch-DeleteCommands * 'Branch-DeleteCommands' of https://github.com/Mahidharah/tp: Update messages for finding clients and projects Update Import command for developer and client Fix bug in edit project command and parser Minor edits to edit Delete EditCommand class Implement edit feature for Developer, Client, and Project classes Implement list function enable assertions Add implementation of import in DG Update UI and backend storage of Project Update Developer Guide for implementation of edit commands Modify EditDeveloperCommandParser Create parser classes for each Edit Command Create EditDeveloperCommand, EditClientCommand and EditProjectCommand classes Add find project command Update developer guide for implementation of find Remove name parameter for edit project in UG Modify edit commands in User Guide
- Loading branch information
Showing
71 changed files
with
2,627 additions
and
714 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -79,3 +79,6 @@ shadowJar { | |
|
||
defaultTasks 'clean', 'test' | ||
|
||
run { | ||
enableAssertions = true | ||
} |
This file contains 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
Oops, something went wrong.