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

[CS2103-T12-2] FumbleLog #158

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

Conversation

leezhengjing
Copy link

FumbleLog helps busy university students manage their schedules, interpersonal agendas and commitments as they tend to neglect them due to their hectic lifestyles. It is optimized for CLI users so that frequent tasks can be done faster by typing in commands.

@codecov
Copy link

codecov bot commented Oct 2, 2023

Codecov Report

Merging #158 (9618b26) into master (517b785) will increase coverage by 1.49%.
The diff coverage is 79.28%.

@@             Coverage Diff              @@
##             master     #158      +/-   ##
============================================
+ Coverage     75.26%   76.76%   +1.49%     
- Complexity      419      820     +401     
============================================
  Files            71      105      +34     
  Lines          1338     2711    +1373     
  Branches        126      355     +229     
============================================
+ Hits           1007     2081    +1074     
- Misses          301      507     +206     
- Partials         30      123      +93     
Files Coverage Δ
src/main/java/seedu/address/MainApp.java 0.00% <ø> (ø)
...in/java/seedu/address/commons/core/LogsCenter.java 90.90% <ø> (+12.12%) ⬆️
...ava/seedu/address/logic/commands/ClearCommand.java 100.00% <ø> (ø)
...seedu/address/logic/commands/FindEventCommand.java 100.00% <100.00%> (ø)
...eedu/address/logic/commands/FindPersonCommand.java 100.00% <100.00%> (ø)
...a/seedu/address/logic/commands/ListAllCommand.java 100.00% <100.00%> (ø)
...eedu/address/logic/commands/ListEventsCommand.java 100.00% <100.00%> (ø)
...edu/address/logic/commands/ListPersonsCommand.java 100.00% <100.00%> (ø)
...ain/java/seedu/address/logic/parser/CliSyntax.java 92.85% <100.00%> (+9.52%) ⬆️
...address/logic/parser/DeleteEventCommandParser.java 100.00% <100.00%> (ø)
... and 63 more

... and 3 files with indirect coverage changes

📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!

DistractedCat and others added 29 commits November 2, 2023 18:49
The find_all command searches all persons and events for keywords
and display found results
- UG Documentation for list to be updated to reflect change to list
  commands
- UG Documentation for add, edit and delete to be updated to add_person,
  edit_person, delete_person
- UG Documentation for add_person to include new Remark class
- DG to be updated for the above as well
# Conflicts:
#	src/test/data/JsonSerializableAddressBookTest/typicalPersonsAddressBook.json
#	src/test/java/seedu/address/logic/commands/EditEventCommandTest.java
#	src/test/java/seedu/address/testutil/TypicalPersons.java
Add tests and change behavior of edit command
Update UG and add test cases
# Conflicts:
#	src/test/java/seedu/address/logic/parser/AddressBookParserTest.java
Kurtyjlee and others added 30 commits November 13, 2023 23:05
Bugfix: Fix remark not appearing in success msg
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.

5 participants