Ecosyste.ms: Timeline

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

AY2425S1-CS2103T-F10-3/tp

codecov[bot] created a comment on a pull request on AY2425S1-CS2103T-F10-3/tp
## [Codecov](https://app.codecov.io/gh/AY2425S1-CS2103T-F10-3/tp/pull/127?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=...

View on GitHub

github-actions[bot] pushed 1 commit to gh-pages AY2425S1-CS2103T-F10-3/tp
  • deploy: f83c869be46536514a24a7465d6eebe8703200be c9cce7d

View on GitHub

ITZXITZX created a review on a pull request on AY2425S1-CS2103T-F10-3/tp
LGTM

View on GitHub

Potatoad88 created a review on a pull request on AY2425S1-CS2103T-F10-3/tp
LGTM👍

View on GitHub

codecov[bot] created a comment on a pull request on AY2425S1-CS2103T-F10-3/tp
## [Codecov](https://app.codecov.io/gh/AY2425S1-CS2103T-F10-3/tp/pull/126?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=...

View on GitHub

Potatoad88 opened a pull request on AY2425S1-CS2103T-F10-3/tp
Fix sort command
Fix sort command such that sorting by name is case insensitive and added logger for sort command
github-actions[bot] pushed 1 commit to gh-pages AY2425S1-CS2103T-F10-3/tp
  • deploy: 94b77b6cf59e83aa91798879ec048efca8cfa14a 279650e

View on GitHub

ITZXITZX pushed 2 commits to master AY2425S1-CS2103T-F10-3/tp
  • Update UML diagram for ModelClassDiagram 4d4ea07
  • Merge pull request #122 from xqtann/add-uml-modelClassDiagram Update UML diagram for ModelClassDiagram 94b77b6

View on GitHub

ITZXITZX closed a pull request on AY2425S1-CS2103T-F10-3/tp
Update UML diagram for ModelClassDiagram
Update UML diagram (ModelClassDiagram) for Week 10 Task 5. closes #121.
Potatoad88 opened an issue on AY2425S1-CS2103T-F10-3/tp
FIx sort command
Update to compare names, case insensitive
codecov[bot] created a comment on a pull request on AY2425S1-CS2103T-F10-3/tp
## [Codecov](https://app.codecov.io/gh/AY2425S1-CS2103T-F10-3/tp/pull/124?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=...

View on GitHub

OrangeCatLoves opened a pull request on AY2425S1-CS2103T-F10-3/tp
Edit the Ui and sort command
codecov[bot] created a comment on a pull request on AY2425S1-CS2103T-F10-3/tp
## [Codecov](https://app.codecov.io/gh/AY2425S1-CS2103T-F10-3/tp/pull/123?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=...

View on GitHub

github-actions[bot] pushed 1 commit to gh-pages AY2425S1-CS2103T-F10-3/tp
  • deploy: bebaa638a5b693a4391d1cbb5e6ec8b3e02f1efc af27340

View on GitHub

triishaa pushed 15 commits to master AY2425S1-CS2103T-F10-3/tp
  • Add pin feature: Now can pin contacts to the top of the list d391112
  • Merge branch 'master' into branch-pin-contact 8ecfd82
  • Update to pass checkstyle 4f169f5
  • Update to pass checkstyle 07d14f3
  • Update to pass checkstyle ffd6bba
  • Update to pass checkstyle c61f302
  • Add logging to PinContact feature classes 6bb287b
  • Update to pass checkstyle 3ad947c
  • Update to pass checkstyle f2c58d9
  • Update to pass checkstyle e7b2162
  • Update to pass checkstyle 00cdd5e
  • Update import getTypicalAddressBook 2f61276
  • Merge branch 'master' into branch-pin-contact 1dc5bea
  • Update ModelManager.java to pass checkstyle test 57c36ba
  • Merge pull request #117 from triishaa/branch-pin-contact Pin Contact Feature bebaa63

View on GitHub

triishaa closed an issue on AY2425S1-CS2103T-F10-3/tp
Pin Contact Feature
triishaa closed a pull request on AY2425S1-CS2103T-F10-3/tp
Pin Contact Feature
triishaa created a comment on a pull request on AY2425S1-CS2103T-F10-3/tp
> LGTM but I think in the future you can split it into different PRs for different features. For example separating the pin and findtc feature into 2 PRs I did split it into two, but I think I c...

View on GitHub

github-actions[bot] pushed 1 commit to gh-pages AY2425S1-CS2103T-F10-3/tp
  • deploy: eeadb20cbefc9fa6957f169f0b74f3f699d1cb09 4619cf8

View on GitHub

triishaa pushed 12 commits to master AY2425S1-CS2103T-F10-3/tp
  • Implement tag filtering feature in NUStates 59692fa
  • Update to pass checkstyle e204521
  • Merge branch 'master' into branch-find-tag-contact ef158a7
  • Update order of imports bc39ff0
  • Update checkstyle to delete extra whitespaces 02915cb
  • Update test cases which were failing a109a4d
  • Update * import 6081016
  • Update import lexographical order d9fdf83
  • Update to pass checkstyle 6531c30
  • Update test cases a824b8b
  • Update to remove * import 89bd1e7
  • Merge pull request #99 from triishaa/branch-find-tag-contact Implement filtering based on tags assigned to contacts eeadb20

View on GitHub

OrangeCatLoves created a review comment on a pull request on AY2425S1-CS2103T-F10-3/tp
I think you can further specify, that this property is being added to the list of properties the contact wants to buy => Adds a property of type 'Condo' to the Address Book for the contact under t...

View on GitHub

OrangeCatLoves created a review on a pull request on AY2425S1-CS2103T-F10-3/tp

View on GitHub

OrangeCatLoves created a review on a pull request on AY2425S1-CS2103T-F10-3/tp
LGTM!

View on GitHub

OrangeCatLoves created a review comment on a pull request on AY2425S1-CS2103T-F10-3/tp
LGTM!

View on GitHub

OrangeCatLoves created a review on a pull request on AY2425S1-CS2103T-F10-3/tp

View on GitHub

OrangeCatLoves created a review comment on a pull request on AY2425S1-CS2103T-F10-3/tp
LGTM!

View on GitHub

Load more