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

sannie-beep created a review comment on a pull request on AY2425S1-CS2103T-F08-2/tp
The "filtered" and "all" labels seem to be swapped in the new version. Is this intentional? Because it seems that in the ModelManager class, it does have a filtered list.

View on GitHub

sannie-beep created a review comment on a pull request on AY2425S1-CS2103T-F08-2/tp
Strange because in the puml in my version the labels aren't swapped 🤔 ![Screenshot 2024-10-23 164941](https://github.com/user-attachments/assets/eb4b180c-d173-4237-afa5-6f5e9963a416)

View on GitHub

sannie-beep created a review on a pull request on AY2425S1-CS2103T-F08-2/tp
Yeah, just this small issue.

View on GitHub

sannie-beep created a review on a pull request on AY2425S1-CS2103T-F08-2/tp
Yeah, just this small issue.

View on GitHub

sannie-beep created a review comment on a pull request on AY2425S1-CS2103T-F08-2/tp
Oh wait I think I see the issue here! Cassandra's tweak allows double spacing between the first name and surname. So the real issue is that the version without the additional regex accepts `n/...

View on GitHub

sannie-beep created a review comment on a pull request on AY2425S1-CS2103T-F08-2/tp
@k-hian This is with her edited version: ![Screenshot 2024-10-23 161704](https://github.com/user-attachments/assets/1d099b1d-ed65-411c-b845-8d8f44b68787)

View on GitHub

sannie-beep created a review on a pull request on AY2425S1-CS2103T-F08-2/tp
Yeah, I think conclusion: keep the original regex, and maybe we can tweak it to only alphabetical, no numeric. Let's see what the rest think too

View on GitHub

sannie-beep created a review on a pull request on AY2425S1-CS2103T-F08-2/tp
Yeah, I think conclusion: keep the original regex, and maybe we can tweak it to only alphabetical, no numeric. Let's see what the rest think too

View on GitHub

wkxcass created a comment on a pull request on AY2425S1-CS2103T-F08-2/tp
LGTM!

View on GitHub

wkxcass created a review comment on a pull request on AY2425S1-CS2103T-F08-2/tp
@sannie-beep ooh good point there, I'm actually fine with alphabetical! Can't seem to see a need for numbers.. may need others' inputs to decide as well~

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
@k-hian As in, only the previous line with 3 `[\\p{Alnum}]`s can enforce correctly? Or the current one with 2 can as well XD

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
So far yes, I also updated the one in `EditCommand` as well, just that it's under the `edit` PR (merged a few seconds ago)~

View on GitHub

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

View on GitHub

wkxcass pushed 3 commits to master AY2425S1-CS2103T-F08-2/tp
  • Standardize messages 90c4fab
  • Standardize messages 9161c04
  • Merge pull request #100 from wkxcass/branch-Edit Alpha version - Message standardization (edit feature) 9fa7bfd

View on GitHub

wkxcass closed an issue on AY2425S1-CS2103T-F08-2/tp
Alpha version - Message standardization (edit feature)
Tweak formats to ensure consistency with previously standardized messages.
wkxcass closed a pull request on AY2425S1-CS2103T-F08-2/tp
Alpha version - Message standardization (edit feature)
Fixes #99 Tweaked formats to ensure consistency with previously standardized messages.
k-hian opened a pull request on AY2425S1-CS2103T-F08-2/tp
AlphaVersion - Export puml as images
Fixes #104 #103
k-hian opened an issue on AY2425S1-CS2103T-F08-2/tp
PUML - Export puml as images for DG
sannie-beep created a review comment on a pull request on AY2425S1-CS2103T-F08-2/tp
Nice! Do all our messages also follow this ? 🤔

View on GitHub

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

View on GitHub

sannie-beep created a review comment on a pull request on AY2425S1-CS2103T-F08-2/tp
Okay! I tested it, and it seems to work the same, so your edit seems good! Another thing is, do we want the name to be Alphanumerical, or just alphabetical?

View on GitHub

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

View on GitHub

k-hian created a review comment on a pull request on AY2425S1-CS2103T-F08-2/tp
The reason for the extra `[\\p{Alnum}]` is to enforce the "at least two word" rule. Without the extra portion, `Tan ` is an acceptable name.

View on GitHub

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

View on GitHub

k-hian created a review comment on a pull request on AY2425S1-CS2103T-F08-2/tp
Sorry, it seems like the change is made in the other PR. You can ignore this suggestion.

View on GitHub

k-hian created a review comment on a pull request on AY2425S1-CS2103T-F08-2/tp
Could you standardise this language FindCommand (MESSAGE_NO_CRITERIA) as well?

View on GitHub

Load more