[CS2103T-T11-3] EventBook#85
Open
cleowenxuan wants to merge 305 commits intonus-cs2103-AY2324S2:masterfrom
Open
[CS2103T-T11-3] EventBook#85cleowenxuan wants to merge 305 commits intonus-cs2103-AY2324S2:masterfrom
cleowenxuan wants to merge 305 commits intonus-cs2103-AY2324S2:masterfrom
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #85 +/- ##
=============================================
- Coverage 75.26% 63.08% -12.18%
- Complexity 419 565 +146
=============================================
Files 71 94 +23
Lines 1338 2186 +848
Branches 126 269 +143
=============================================
+ Hits 1007 1379 +372
- Misses 301 734 +433
- Partials 30 73 +43 ☔ View full report in Codecov by Sentry. |
Update DeleteCommand to delete by index or name
Branch a searchcommand
Implement import command
Add ctag and dtag functions
Minor Bug Fixes
Edit User Guide
EventTag class is implemented as a subclass. This allows the implementation of features in v1.3. Let's add the EventTag class to enable other members to start coding.
* branch-UG-Update: Update EventTag Class
Update developer guide and class diagrams
Update Developer Guide and UML Diagrams
Branch event tag class update
Update DG implementation and Enhancement
Update Developer Guide
Branch update DG
Minor UG updates
Update Developer Guide
…date Fix minor typos and traces of AB3 in the DG
Remove certain page breaks for better formatting
Import/Export DG updates
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.
EventBook assist student leaders in managing school events by allowing them to store and manage contacts associated with each event. It is useful for student leaders who are managing many school events and want to have easy access to different events' team easily.