Skip to content
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-F12-4] HackLink #167

Open
wants to merge 455 commits into
base: master
Choose a base branch
from

Conversation

bachletuankhai
Copy link

HackLink helps student hackathon organisers manage details of their events' participants, staffs and sponsors. It is an alternative to traditional tools like spreadsheets, with a command-line-based interface optimized for users who prefer typing over using a mouse.

Copy link

codecov bot commented Mar 7, 2024

Codecov Report

Attention: Patch coverage is 43.89744% with 547 lines in your changes are missing coverage. Please review.

Project coverage is 64.82%. Comparing base (8b35e85) to head (199f84d).

Files Patch % Lines
src/main/java/seedu/address/ui/EventWindow.java 0.00% 106 Missing ⚠️
...rc/main/java/seedu/address/ui/EventCommandBox.java 0.00% 47 Missing ⚠️
...va/seedu/address/logic/parser/EventParserUtil.java 0.00% 40 Missing ⚠️
src/main/java/seedu/address/ui/MainWindow.java 0.00% 40 Missing ⚠️
...n/java/seedu/address/storage/JsonAdaptedEvent.java 0.00% 29 Missing ⚠️
src/main/java/seedu/address/MainApp.java 0.00% 17 Missing ⚠️
...in/java/seedu/address/logic/parser/ParserUtil.java 26.08% 16 Missing and 1 partial ⚠️
...va/seedu/address/storage/JsonEventBookStorage.java 19.04% 17 Missing ⚠️
...edu/address/logic/commands/EventCommandResult.java 36.00% 16 Missing ⚠️
...edu/address/storage/JsonSerializableEventBook.java 0.00% 15 Missing ⚠️
... and 35 more
Additional details and impacted files
@@              Coverage Diff              @@
##             master     #167       +/-   ##
=============================================
- Coverage     76.87%   64.82%   -12.06%     
- Complexity      617      760      +143     
=============================================
  Files           104      134       +30     
  Lines          1929     2746      +817     
  Branches        169      250       +81     
=============================================
+ Hits           1483     1780      +297     
- Misses          382      885      +503     
- Partials         64       81       +17     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

bachletuankhai and others added 29 commits April 4, 2024 22:19
Update UserGuide with undo and redo
Update UserGuide: add how to get to event window
dhlee03 and others added 30 commits April 15, 2024 20:14
Update developer guide for manual testing
Update developer guide and userguide
* master:
  Update participants to persons in  DeveloperGuide.md
  Update Ui image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants