-
Notifications
You must be signed in to change notification settings - Fork 521
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CS2103T-T11-3] EventBook #85
base: master
Are you sure you want to change the base?
[CS2103T-T11-3] EventBook #85
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
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.