Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

injaneity/CS203-Kickoff

vincetyy pushed 1 commit to chore-terraform-modification injaneity/CS203-Kickoff
  • chore: change deployment variables - lowered ECS memory and cpu - allowed scaling to 2 instances per cluster - chang... 729b324

View on GitHub

vincetyy created a branch on injaneity/CS203-Kickoff

chore-terraform-modification

vincetyy deleted a branch injaneity/CS203-Kickoff

bugfix-routing-back-home-page

vincetyy pushed 6 commits to main injaneity/CS203-Kickoff
  • fixed bug on admin routing 41ab02b
  • Merge branch 'main' into bugfix-routing-back-home-page 74daa7a
  • leaveclub da2591c
  • Merge branch 'main' into bugfix-routing-back-home-page d8b6494
  • fix: change endpoint of create-club e44bf90
  • Merge pull request #120 from injaneity/bugfix-routing-back-home-page Bugfix routing back home page e539f29

View on GitHub

vincetyy closed a pull request on injaneity/CS203-Kickoff
Bugfix routing back home page
fixed logout as admin will direct u to home page fixed leave club for captain will throw message transfer captaincy new error where now yekai50 cannot create a club?
vincetyy created a review on a pull request on injaneity/CS203-Kickoff
looks good! i only changed the createClub endpoint in the backend and frontend, think it was broken for a while

View on GitHub

vincetyy pushed 8 commits to bugfix-routing-back-home-page injaneity/CS203-Kickoff
  • feat:send winning club to next round 674c158
  • fix:validation for updatematch e538157
  • Merge branch 'main' of https://github.com/injaneity/CS203-Kickoff into feat-matches Please enter a commit message to ... 74389eb
  • fix:validation for matches with no clubs bd8a5db
  • feat:elo validation for joining tournament 75cf2b7
  • Merge pull request #116 from injaneity/feat-matches feat:update-match 8a43223
  • Merge branch 'main' into bugfix-routing-back-home-page d8b6494
  • fix: change endpoint of create-club e44bf90

View on GitHub

yekaiwu created a comment on a pull request on injaneity/CS203-Kickoff
raised the issue, will fix it later, pls approve pr

View on GitHub

yekaiwu opened a pull request on injaneity/CS203-Kickoff
Bugfix routing back home page
fixed logout as admin will direct u to home page fixed leave club for captain will throw message transfer captaincy new error where now yekai50 cannot create a club?
yekaiwu pushed 1 commit to bugfix-routing-back-home-page injaneity/CS203-Kickoff

View on GitHub

yekaiwu pushed 6 commits to bugfix-routing-back-home-page injaneity/CS203-Kickoff
  • bracket object added da3d1b1
  • merging 7ca2f9a
  • fix:JWT util token between microservices 6cf7098
  • fix:bracket object not being persisted in tournament 5d919ae
  • Merge pull request #112 from injaneity/feat-matches feat:bracket-object-tournament bbe17a0
  • Merge branch 'main' into bugfix-routing-back-home-page 74daa7a

View on GitHub

yekaiwu opened an issue on injaneity/CS203-Kickoff
Decouple Authentication Logic from tournamentService in updateMatchInTournament Method
Currently, the updateMatchInTournament method in tournamentService directly receives a token, making tournamentService implicitly responsible for user authentication and authorisation. Not ideal as...
yekaiwu pushed 6 commits to main injaneity/CS203-Kickoff
  • feat:send winning club to next round 674c158
  • fix:validation for updatematch e538157
  • Merge branch 'main' of https://github.com/injaneity/CS203-Kickoff into feat-matches Please enter a commit message to ... 74389eb
  • fix:validation for matches with no clubs bd8a5db
  • feat:elo validation for joining tournament 75cf2b7
  • Merge pull request #116 from injaneity/feat-matches feat:update-match 8a43223

View on GitHub

yekaiwu closed a pull request on injaneity/CS203-Kickoff
feat:update-match
Changes: - When a match is updated to be over, it will send the winning team into the next match (not based on score, but based on WinningClubId; this is to account for possible additional complex...
yekaiwu created a comment on a pull request on injaneity/CS203-Kickoff
also authentication token is added to validate user can update tournaments

View on GitHub

yekaiwu created a review on a pull request on injaneity/CS203-Kickoff
Approved. The updateMatch method correctly advances teams with the winningClubId to the appropriate match in the next round by pairing winners based on their match number (progressing from 1,2,3,4 ...

View on GitHub

injaneity closed an issue on injaneity/CS203-Kickoff
some axios calls on the frontend are hardcoded
all axios calls should be defined in /services/ and make sure that the base URL is dependent on environment variables for ease of deployment
injaneity created a comment on an issue on injaneity/CS203-Kickoff
nvm, i needed to restart my redux

View on GitHub

injaneity closed an issue on injaneity/CS203-Kickoff
create tournament on frontend does not work
create tournament on frontend through the UI does not throw any errors, but print statement shows that the tournamentcontroller endpoint is not being called correctly, though it works on postman pr...
injaneity pushed 1 commit to feat-matches injaneity/CS203-Kickoff
  • feat:elo validation for joining tournament 75cf2b7

View on GitHub

injaneity opened an issue on injaneity/CS203-Kickoff
create tournament on frontend does not work
create tournament on frontend through the UI does not throw any errors, but print statement shows that the tournamentcontroller endpoint is not being called correctly, though it works on postman pr...
injaneity pushed 3 commits to feat-matches injaneity/CS203-Kickoff
  • Merge pull request #112 from injaneity/feat-matches feat:bracket-object-tournament bbe17a0
  • Merge branch 'main' of https://github.com/injaneity/CS203-Kickoff into feat-matches Please enter a commit message to ... 74389eb
  • fix:validation for matches with no clubs bd8a5db

View on GitHub

injaneity pushed 1 commit to feat-matches injaneity/CS203-Kickoff
  • fix:validation for updatematch e538157

View on GitHub

injaneity pushed 1 commit to feat-matches injaneity/CS203-Kickoff
  • feat:send winning club to next round 674c158

View on GitHub

yekaiwu pushed 5 commits to main injaneity/CS203-Kickoff
  • bracket object added da3d1b1
  • merging 7ca2f9a
  • fix:JWT util token between microservices 6cf7098
  • fix:bracket object not being persisted in tournament 5d919ae
  • Merge pull request #112 from injaneity/feat-matches feat:bracket-object-tournament bbe17a0

View on GitHub

yekaiwu closed a pull request on injaneity/CS203-Kickoff
feat:bracket-object-tournament
Changes: - I went for a therapy session in the middle of doing this PR - Added Bracket object since holding matches as List<Round> rounds in tournament object would not be sustainable for differe...
Load more