Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

SherniceSng/tp

github-actions[bot] pushed 1 commit to gh-pages SherniceSng/tp
  • deploy: de90334425f1df89ae55ceb014d28bef0ae65b7f 6b74383

View on GitHub

SherniceSng pushed 27 commits to master SherniceSng/tp
  • add suggestions based on command the suggestions are based on enum Commands which contains commandtype, example and ... 105c890
  • clear unnecessary code 531098f
  • add more test bb4950e
  • add guide command back b458ddc
  • make fxml clean 23f6edf
  • make fxml clean dbfd1cd
  • Merge branch 'master' into branch-realTimeRecomm "merge master to branch" Lines starting with '#' will be ignored, an... d6e57c7
  • checkstyle 5e02aec
  • Merge branch 'master' into branch-realTimeRecomm "merge master into branch" 58b39f3
  • Update delete function and duplicate handling 905a35c
  • Abstract out long methods bfea5c3
  • Allow delete with more than one keyword 4fa50f4
  • Add javadoc comments 67a1128
  • add suggestions for alpha version For future version, if you want to add extra Commands, feel free to edit Commands... 92bee8d
  • fix the tests 0e600b7
  • add more FormatSuggestionTest e9df89b
  • stylecheck 3409513
  • stylecheck 6d3651e
  • Update user guide for delete command 2710b7e
  • Update predicate for name matching dd51b43
  • and 7 more ...

View on GitHub

SherniceSng pushed 1 commit to edit-delete-command SherniceSng/tp
  • Improve logic of equals method 1b56897

View on GitHub

SherniceSng created a branch on SherniceSng/tp

edit-edit-command

SherniceSng pushed 9 commits to edit-delete-command SherniceSng/tp
  • create wedding related classes 282746f
  • edit checkstyles 8855c51
  • Merge pull request #60 from jowhee3011/create-wedding-class create wedding related classes 17af4a8
  • Fix small bugs in wedding package - Updated equals methods - Using LocalDate instead 30b6316
  • Edit ContactMap If role of husband/wife set, can not have husband/wife role as a florist as an example. 3c307fd
  • Enforce spouse role validation in Wedding class - Added `isSpouse` method in the Wedding class to check if a person ... 6478c23
  • Merge pull request #65 from VedJoshi/wedding-1.4 Fix small bugs in wedding package 5d891b3
  • Merge branch 'master' into edit-delete-command 42c6dca
  • Add test cases for delete command 8bb3992

View on GitHub

github-actions[bot] pushed 1 commit to gh-pages SherniceSng/tp
  • deploy: 5d891b3f4493aa5a1b782c57f21c025ff4509d9a 8b91f17

View on GitHub

SherniceSng pushed 7 commits to master SherniceSng/tp
  • create wedding related classes 282746f
  • edit checkstyles 8855c51
  • Merge pull request #60 from jowhee3011/create-wedding-class create wedding related classes 17af4a8
  • Fix small bugs in wedding package - Updated equals methods - Using LocalDate instead 30b6316
  • Edit ContactMap If role of husband/wife set, can not have husband/wife role as a florist as an example. 3c307fd
  • Enforce spouse role validation in Wedding class - Added `isSpouse` method in the Wedding class to check if a person ... 6478c23
  • Merge pull request #65 from VedJoshi/wedding-1.4 Fix small bugs in wedding package 5d891b3

View on GitHub

SherniceSng pushed 1 commit to edit-delete-command SherniceSng/tp
  • Update pre-existing test cases 3b5eadd

View on GitHub

SherniceSng pushed 3 commits to edit-delete-command SherniceSng/tp
  • Update user guide for delete command 2710b7e
  • Update predicate for name matching dd51b43
  • Update user guide to fit changes 1d283d6

View on GitHub

SherniceSng pushed 1 commit to edit-delete-command SherniceSng/tp

View on GitHub

SherniceSng pushed 1 commit to edit-delete-command SherniceSng/tp
  • Allow delete with more than one keyword 4fa50f4

View on GitHub

SherniceSng pushed 1 commit to edit-delete-command SherniceSng/tp
  • Abstract out long methods bfea5c3

View on GitHub

SherniceSng created a branch on SherniceSng/tp

edit-delete-command

github-actions[bot] pushed 1 commit to gh-pages SherniceSng/tp
  • deploy: 33e943fb838e0b066173e88f1bf2d4e1e66f3a1e 970503e

View on GitHub

SherniceSng pushed 10 commits to master SherniceSng/tp
  • Update guide for view command d27147e
  • Merge branch 'master' into update-userguide d6e08ce
  • Update user guide title 442bc0b
  • Add TagCommand and data validation 19e55f3
  • Add TagCommand and data validation 0cca6b8
  • Merge pull request #58 from SherniceSng/update-userguide Update user guide ccb3ebd
  • Fix checkstyle 592826b
  • Merge remote-tracking branch 'origin' into add-tag-command e3517a6
  • Add Testing for TagCommand and TagCommandParser 5e6d413
  • Merge pull request #59 from yikjunxian/add-tag-command Add TagCommand 33e943f

View on GitHub

SherniceSng created a branch on SherniceSng/tp

update-userguide

SherniceSng pushed 3 commits to master SherniceSng/tp
  • update filter related stuff - Updated `TypicalPersons` class to ensure tag consistency between in-memory objects and... bc6774c
  • Add test cases for FilterCommandParser I hate codecov, it's so hard to get 100% coverage it's like a never ending ba... 159d4dc
  • Merge pull request #57 from VedJoshi/branch-filter-mvp update filter related stuff 6a0214d

View on GitHub

github-actions[bot] pushed 1 commit to gh-pages SherniceSng/tp
  • deploy: b556fa433e8f8c23fbf49e1e77b32ae0dbe0d29a a68467d

View on GitHub

SherniceSng pushed 16 commits to master SherniceSng/tp
  • update add command disallow adding contacts of the same name names to be alphanumeric phone to be of 3 or more digit... 12ccea3
  • update user guide 7f62281
  • edit error messages 6ccabff
  • Add tests for Filter classes - Added unit tests for FilterCommand to verify correct filtering of persons by tag. - A... 9d3ef82
  • Edit UserGuide Edited user guide to include information about the filter feature class. 39a1e29
  • Add newline at EOF Checkstyle fixes in the fitler test classes and removed trailing white space in AboutUs.md c6724a6
  • Fix TagContainsKeywordPredicateTest Did not know only 2 underlines max allowed in a test case 0b0206a
  • Update view command to work with new values e435abe
  • Merge branch 'master' of https://github.com/SherniceSng/tp into edit-view-command Update edit-view-command branch 0a4adc1
  • edit error messages 47fc9de
  • update checkstyle 7158943
  • Merge pull request #55 from VedJoshi/branch-filter-mvp Add tests for Filter classes 33f67e4
  • Merge branch 'master' into update-add-command-2 2dca728
  • modify NameMatchesNamePredicateTest a0374b7
  • Merge pull request #56 from SherniceSng/edit-view-command Update view command to accept new values b6b4697
  • Merge pull request #51 from jowhee3011/update-add-command-2 update add command b556fa4

View on GitHub

SherniceSng pushed 2 commits to edit-view-command SherniceSng/tp
  • Merge pull request #49 from SherniceSng/edit-view-command Edit view command 4f2cc91
  • Merge branch 'master' of https://github.com/SherniceSng/tp into edit-view-command Update edit-view-command branch 0a4adc1

View on GitHub

github-actions[bot] pushed 1 commit to gh-pages SherniceSng/tp
  • deploy: 4f2cc912ebddaf43cf396585296997b040c029fe 0bac6c8

View on GitHub

SherniceSng pushed 1 commit to edit-view-command SherniceSng/tp
  • Update view command to work with new values e435abe

View on GitHub