Ecosyste.ms: Timeline

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

AY2425S1-CS2103T-F08-2/tp

k-hian created a review on a pull request on AY2425S1-CS2103T-F08-2/tp
LGTM, just the one extra message to standardise.

View on GitHub

k-hian created a review on a pull request on AY2425S1-CS2103T-F08-2/tp
LGTM, just the one extra message to standardise.

View on GitHub

wkxcass created a review comment on a pull request on AY2425S1-CS2103T-F08-2/tp
P.S. I went to experiment with this regex thingy, seems like this works fine as well? Not 100% certain if another `[\\p{Alnum}]` is necessary or redundant, open to feedback!

View on GitHub

wkxcass created a review on a pull request on AY2425S1-CS2103T-F08-2/tp

View on GitHub

wkxcass created a review comment on a pull request on AY2425S1-CS2103T-F08-2/tp
Made use of imperative mood here #CS2101 🔥

View on GitHub

wkxcass created a review on a pull request on AY2425S1-CS2103T-F08-2/tp

View on GitHub

wkxcass opened a pull request on AY2425S1-CS2103T-F08-2/tp
Alpha version - Code standardization (miscellaneous)
Fixes #101 - Tweak Javadoc comments to ensure alignment with current project. - Tweak formats to ensure consistency with previously standardized messages.
wkxcass opened an issue on AY2425S1-CS2103T-F08-2/tp
Alpha version - Code standardization (miscellaneous)
- Tweak Javadoc comments to ensure alignment with current project. - Tweak formats to ensure consistency with previously standardized messages.
wkxcass created a review comment on a pull request on AY2425S1-CS2103T-F08-2/tp
Made use of imperative mood here #CS2101 🔥

View on GitHub

wkxcass created a review on a pull request on AY2425S1-CS2103T-F08-2/tp

View on GitHub

wkxcass opened a pull request on AY2425S1-CS2103T-F08-2/tp
Alpha version - Message standardization (edit feature)
- Tweaked formats to ensure consistency with previously standardized messages.
wkxcass opened an issue on AY2425S1-CS2103T-F08-2/tp
Alpha version - Message standardization (edit feature)
Tweak formats to ensure consistency with previously standardized messages.
PrishaVP pushed 2 commits to master AY2425S1-CS2103T-F08-2/tp
  • Fix save feature bugs 2f0add3
  • Merge pull request #98 from PrishaVP/Alpha-version---Fix-save-feature-bugs Fix save feature bugs fe93c8b

View on GitHub

PrishaVP closed a pull request on AY2425S1-CS2103T-F08-2/tp
Fix save feature bugs
Fixes #96
wkxcass created a comment on a pull request on AY2425S1-CS2103T-F08-2/tp
LGTM!

View on GitHub

PrishaVP opened a pull request on AY2425S1-CS2103T-F08-2/tp
Fix save feature bugs
PrishaVP opened an issue on AY2425S1-CS2103T-F08-2/tp
Fix save feature bugs
k-hian pushed 10 commits to master AY2425S1-CS2103T-F08-2/tp
  • Find Command: add predicates for fields Add predicate for each field in Person class (Email, Gender, Age, Details, S... 295e6e2
  • Find command: implement find by other criteria Find command only finds by name. Let's add the ability to find by an... 3107933
  • Find command: add test cases 6bf5a2f
  • Merge branch 'master' into branch-Find 1878af1
  • Resolve naming conflict from merge 7ca24b0
  • Find command: remove redundant constructor The PredicateGroup constructor that accepts multiple Predicate arguments ... fff2636
  • Find command: update usage message Usage message is reflecting the old implementation. Let's update it to reflect t... f2d35ad
  • Refactor details to detail 8a55726
  • Merge branch 'master' into branch-Find d854bb1
  • Merge pull request #81 from k-hian/branch-Find Alpha Version - Find by criteria 4afc295

View on GitHub

k-hian closed an issue on AY2425S1-CS2103T-F08-2/tp
Alpha Version - Find by criteria
Allow users to find entries by applying criteria on any available field. Example: find n/alice bob t/Group1 Group2 Group4 (find entries that are either named Alice or Bob, and entries that are tag...
wujiaweijoanna pushed 3 commits to master AY2425S1-CS2103T-F08-2/tp
  • Update UML 6bcb601
  • Change UML field 9baa2b3
  • Merge pull request #95 from wujiaweijoanna/update-uml Alpha version - Update UML diagrams (ModelClassDiagram, Better... be02f94

View on GitHub

wkxcass pushed 6 commits to master AY2425S1-CS2103T-F08-2/tp
  • Edit feature: incorporate new fields eca8e0b
  • Merge branch 'master' into branch-Edit # Conflicts: # src/main/java/seedu/address/logic/commands/EditCommand.java ef5f78e
  • Refactor and standardize code 032e446
  • Edit feature: implement persistent StudyGroupTags 9419eff
  • Utilize Java assertions 36b3383
  • Merge pull request #80 from wkxcass/branch-Edit Alpha Version - Edit feature aabbcfb

View on GitHub

wkxcass closed an issue on AY2425S1-CS2103T-F08-2/tp
Alpha Version - Edit feature
- Make `edit` work with new fields. - Make `StudyGroupTags` persistent.
wkxcass closed a pull request on AY2425S1-CS2103T-F08-2/tp
Alpha Version - Edit feature
Fixes #75 ### - `edit` now works with new fields (i.e., `gender`, `age` and `detail`) 1. Successful executions: ![Screenshot 2024-10-20 224756](https://github.com/user-attachments/assets/08...
wujiaweijoanna created a comment on a pull request on AY2425S1-CS2103T-F08-2/tp
LGTM!

View on GitHub

k-hian created a review on a pull request on AY2425S1-CS2103T-F08-2/tp
LGTM

View on GitHub

k-hian closed a pull request on AY2425S1-CS2103T-F08-2/tp
Alpha Version - Add find command sequence diagram
Fixes #92
Load more