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

wujiaweijoanna pushed 5 commits to master AY2425S1-CS2103T-F08-2/tp
  • Find age range 5e0a602
  • Delete index range 8d10a6d
  • Handle edge cases and update test cases d3718d8
  • Update UG for range input ab361ae
  • Merge pull request #123 from wujiaweijoanna/handle-range Alpha Version - Handle range for find and delete command 356b2c5

View on GitHub

wujiaweijoanna closed 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) ![屏...
wkxcass opened a pull request on AY2425S1-CS2103T-F08-2/tp
Branch help
Fixes #128 Users can now directly access the user guide, by clicking on the hyperlink shown in the `help` window. ![Screenshot 2024-10-28 004828](https://github.com/user-attachments/assets/d0e...
wkxcass opened an issue on AY2425S1-CS2103T-F08-2/tp
Alpha version - Help feature
Users are to access the user guide via a clickable hyperlink shown in the `help` window.
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
Perhaps naming this as `ConfirmClearCommand`, since it's implementation is specific for this purpose?

View on GitHub

wkxcass created a review on a pull request on AY2425S1-CS2103T-F08-2/tp
Looks good, just a tiny issue!

View on GitHub

wkxcass created a review on a pull request on AY2425S1-CS2103T-F08-2/tp
Looks good, just a tiny issue!

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

Load more