-
For the review clubbies who consume meetings like youtube videos, I wish we had a section at the end of meetings for "related PR review clubs."
I think it's nice to link to other review clubs we've…
-
(admin) The system shall provide a way to keep track of members so that admins can keep manage club membership
-
-
![Screenshot 2024-11-15 at 5.00.36 PM.png](https://raw.githubusercontent.com/nus-cs2103-AY2425S1/pe/master/files/cb8e7195-fd32-44d7-827d-3a338415ad71.png)
Given that CCA leaders manage many individua…
-
https://github.com/aws-cloud-clubs/aws-cloud-clubs.github.io/blob/59c13a93a1b288a097eab24c8fad92608ecbd5c0/content/intro.md?plain=1#L8
https://github.com/aws-cloud-clubs/aws-cloud-clubs.github.io/b…
-
Who is your user?
The users are individuals who need to access a platform or service and want to do so quickly and securely, without the hassle of manually creating an account. They are tech-savvy e…
-
The pact standalone does not appear to support the * in JSON path. It does when we explicitly enumerate the items in an array.
*Sent* - working
Here is what I send to the stand alone:
`{
…
-
Choose what type of questions you want to analyze and which questions you will use. Read the ones already posted and then post your selections below to avoid overlap. Keep in mind that we need to meet…
-
After a bit of playing around with the project, I realised that it doesn't detect players who have switched from one Premier League side to another e.g. Willian from Chelsea to Arsenal. The AI doesn't…
-
example:
``` Haskell
compare Hand (Two, Hearts) (Three, Spades) (Four, Clubs) (Jack, Diamonds) (Jack, Clubs)
Hand (Two, Clubs) (Two, Spades) (Queen, Clubs) (King, Diamonds) (Ace, Clubs)
…