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

wkxcass created a review comment on a pull request on AY2425S1-CS2103T-F08-2/tp
Perhaps naming this as `ConfirmClearCommand`, since it's implementation is specific for this purpose?

View on GitHub

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

View on GitHub

PrishaVP created a review comment on a pull request on AY2425S1-CS2103T-F08-2/tp
```suggestion public void parse_validArgs_returnsAssignCommand() { ```

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
would u want to test for filtered list success as well? it's ok if not tho

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
is it possible to use the studyGroups variable u created on top instead of args.trim().split("\\s+") again?

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
i vaguely rmb someone said last time to remove ! from our messages. does that still apply? if so, i guess can remove the ! from this message and the below message

View on GitHub

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

View on GitHub

k-hian opened a pull request on AY2425S1-CS2103T-F08-2/tp
StudyGroupTag - Expand constraint on study group names
Fixes #124 Study group names only accept alphanumeric characters. Let's also accept dashes "-" to increase the expressiveness of study group tags. #### Affected commands: **Add:** `add ... t...
PrishaVP opened a pull request on AY2425S1-CS2103T-F08-2/tp
Add confirm command to confirm clearing
fixes #117
k-hian opened a pull request on AY2425S1-CS2103T-F08-2/tp
Alpha Version - Assign study groups randomly
Fixes #121
k-hian created a comment on an issue on AY2425S1-CS2103T-F08-2/tp
Currently, `StudyGroupTag` does not support dashes `-` or any other special characters. Refer to #124.

View on GitHub

k-hian opened an issue on AY2425S1-CS2103T-F08-2/tp
StudyGroupTag - Expand constraint on field
StudyGroupTag only accepts Alphanumeric inputs, and the constraint is applied across all commands. Let's change (loosen) the constraint from Alphanumeric only to allow certain special character...
wujiaweijoanna opened a pull request on AY2425S1-CS2103T-F08-2/tp
Alpha Version - Handle range for find and delete command
Fixes #122 find a/35 40-60 returns all persons who are 35 or whose ages are between 40 and 60 ![屏幕截图(109)](https://github.com/user-attachments/assets/432c1924-56f9-4e76-8b33-db6187942895) ![屏...
k-hian opened an issue on AY2425S1-CS2103T-F08-2/tp
Alpha Version - Random study group assignment
Given a list of **at least 2** study groups, randomly assign the participants in the (filtered) list of persons into the study groups. Format: `sample STUDY_GROUP_1 STUDY_GROUP_2 [...]` Eg. `sa...
PrishaVP pushed 3 commits to master AY2425S1-CS2103T-F08-2/tp
  • Add clear command for filtered list functionality b949e77
  • Add success message for full address book clear 07a3e5f
  • Merge pull request #119 from PrishaVP/Alpha-version---Clear-command-filtered-list Add clear command for filtered lis... 9b0bf8c

View on GitHub

PrishaVP closed a pull request on AY2425S1-CS2103T-F08-2/tp
Add clear command for filtered list functionality
fixes #118
sannie-beep created a review on a pull request on AY2425S1-CS2103T-F08-2/tp
LGTM

View on GitHub

PrishaVP created a comment on a pull request on AY2425S1-CS2103T-F08-2/tp
oh omg i actually forgot to put it in HELP

View on GitHub

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

View on GitHub

wkxcass created a comment on a pull request on AY2425S1-CS2103T-F08-2/tp
LGTM! Just to double confirm that we'll have a separate message format when the clear command is executed on the entire address book, right!

View on GitHub

PrishaVP opened a pull request on AY2425S1-CS2103T-F08-2/tp
Add clear command for filtered list functionality
fixes #118
PrishaVP created a tag on AY2425S1-CS2103T-F08-2/tp

v1.4

wkxcass published a release on AY2425S1-CS2103T-F08-2/tp
v1.4
# What's New in `ResearchRoster` v1.4 ## GUI - Refined GUI for better aesthetics, more user-friendly format and layout. ![Screenshot 2024-10-24 183938](https://github.com/user-attachments/as...
Load more