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

View on GitHub

wkxcass closed an issue on AY2425S1-CS2103T-F08-2/tp
MVP - Fix bug (add feature)
`Age` should not accept negative integers, including **-0**.
wkxcass pushed 4 commits to master AY2425S1-CS2103T-F08-2/tp
  • Add feature: fix bug c81e608
  • Standardize Javadoc comments a2d6e02
  • Create AgeTest.java Create JUnit testcases for the Age class. c8491ca
  • Merge pull request #70 from wkxcass/branch-Bug-Add MVP - Fix bug (add feature) 8803b8e

View on GitHub

wkxcass created a review comment on a pull request on AY2425S1-CS2103T-F08-2/tp
```suggestion public static final String MESSAGE_EMPTY = "No saved participants to display!"; ```

View on GitHub

wkxcass created a review comment on a pull request on AY2425S1-CS2103T-F08-2/tp
```suggestion /* * The study group name must be alphanumeric. */ public static final String VALIDATION_REGEX = "\\p{Alnum}+"; ```

View on GitHub

wkxcass created a review comment on a pull request on AY2425S1-CS2103T-F08-2/tp
Just a nit: can consider if `getStudyGroupTagSet` would be a better method name, if not can ignore (since it's also quite long)

View on GitHub

wkxcass created a review on a pull request on AY2425S1-CS2103T-F08-2/tp
Just a few nits!

View on GitHub

wkxcass created a review on a pull request on AY2425S1-CS2103T-F08-2/tp
Just a few nits!

View on GitHub

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

View on GitHub

wkxcass opened a pull request on AY2425S1-CS2103T-F08-2/tp
Branch bug add
Fixes #69 - `Age` now rejects all negative integers, including -0. - JUnit testcases for the `Age` class have been created. - Some Javadoc comments of the field classes have been standardized...
wkxcass opened an issue on AY2425S1-CS2103T-F08-2/tp
MVP - Fix bug (add feature)
`Age` should not accept negative integers, including **-0**.
wkxcass created a review on a pull request on AY2425S1-CS2103T-F08-2/tp
Just a few nits!

View on GitHub

wkxcass created a review on a pull request on AY2425S1-CS2103T-F08-2/tp
Just a few nits!

View on GitHub

PrishaVP created a review comment on a pull request on AY2425S1-CS2103T-F08-2/tp
```suggestion not json format! ```

View on GitHub

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

View on GitHub

PrishaVP created a review comment on a pull request on AY2425S1-CS2103T-F08-2/tp
```suggestion ```

View on GitHub

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

View on GitHub

PrishaVP created a review comment on a pull request on AY2425S1-CS2103T-F08-2/tp
```suggestion } ```

View on GitHub

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

View on GitHub

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

View on GitHub

PrishaVP created a review comment on a pull request on AY2425S1-CS2103T-F08-2/tp
```suggestion Path filePath = Path.of("writeAccessDeniedAddressBook.json"); ```

View on GitHub

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

View on GitHub

PrishaVP created a review comment on a pull request on AY2425S1-CS2103T-F08-2/tp
```suggestion public void saveAddressBook_writeAccessDenied_throwsAccessDeniedException() { Path filePath = Path.of("writeAccessDeniedAddressBook.json"); File file = filePath.toF...

View on GitHub

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

View on GitHub

PrishaVP closed a pull request on AY2425S1-CS2103T-F08-2/tp
Update save error messages
fixes #58
wkxcass created a comment on a pull request on AY2425S1-CS2103T-F08-2/tp
LGTM!

View on GitHub

sannie-beep created a review comment on a pull request on AY2425S1-CS2103T-F08-2/tp
Oki changed

View on GitHub

Load more