Ecosyste.ms: Timeline

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

injaneity/CS203-Kickoff

setl1n pushed 14 commits to feature/sign_up_as_host injaneity/CS203-Kickoff
  • frontend admin d0b12fc
  • confirm compatability with main Merge branch 'main' of https://github.com/injaneity/CS203-Kickoff into Feature-Admin-... b86bea2
  • fix:moved manage club button into clubcard 7342be7
  • fix:redundant match in club b3abebc
  • fix: add isAdmin to userSlice b5e4a5d
  • feat:createbracket 308ccc7
  • fix:bracket creation ec34b10
  • save 9100754
  • fix:tournament to club microservice api change ff56300
  • feat:create bracket in tournament 4700bf7
  • can see all players c117d92
  • Merge pull request #106 from injaneity/Feature-Admin-Page frontend admin 33b15ec
  • Merge pull request #109 from injaneity/feat-matches feat:tournament-match-creation 0b3c2ee
  • Merge branch 'main' into feature/sign_up_as_host 63ede8a

View on GitHub

setl1n pushed 6 commits to main injaneity/CS203-Kickoff
  • fix:redundant match in club b3abebc
  • feat:createbracket 308ccc7
  • fix:bracket creation ec34b10
  • fix:tournament to club microservice api change ff56300
  • feat:create bracket in tournament 4700bf7
  • Merge pull request #109 from injaneity/feat-matches feat:tournament-match-creation 0b3c2ee

View on GitHub

setl1n closed a pull request on injaneity/CS203-Kickoff
feat:tournament-match-creation
Changes: - Each round of a tournament stores a number of matches - Each tournament stores a number of rounds - Created MatchService to generate bracket based on input number of clubs - Created ...
setl1n created a review on a pull request on injaneity/CS203-Kickoff
Good first draft for tracking tournament progression. Logic for checking host checks out. Some potential edge cases to take note (can worry about it in the future): - Need to be careful to ha...

View on GitHub

setl1n pushed 7 commits to main injaneity/CS203-Kickoff
  • frontend admin d0b12fc
  • confirm compatability with main Merge branch 'main' of https://github.com/injaneity/CS203-Kickoff into Feature-Admin-... b86bea2
  • fix:moved manage club button into clubcard 7342be7
  • fix: add isAdmin to userSlice b5e4a5d
  • save 9100754
  • can see all players c117d92
  • Merge pull request #106 from injaneity/Feature-Admin-Page frontend admin 33b15ec

View on GitHub

setl1n closed a pull request on injaneity/CS203-Kickoff
frontend admin
frontend dashboard for admin
setl1n created a review on a pull request on injaneity/CS203-Kickoff
Well integrated skeleton for admin dashboard.

View on GitHub

setl1n pushed 11 commits to feature/sign_up_as_host injaneity/CS203-Kickoff
  • refactor: separated login element and sign up element of profile page 5aa6003
  • refactor: implemented jwtauth service to avoid repeating code to check authentication 04e2645
  • feature: implemented getUserById in controller (note, cannot use unless you are admin for security reasons) f58f558
  • chore: changed backend of get player profile to not respond with sensitive data a202da0
  • chore: hooked up new playerprofileresponseDTO to front end 35efd2a
  • feature: conditional rendering of profile page allows "host" users to load profile page without "playerprofile" 6940364
  • feature(backend): get user by id api end point a8c0557
  • feature(fullstack): view profiles as "host" aka decoupled user from playerprofile 3c3e074
  • feature(backend): get user by id (secure, can only get own's user) fa00ad2
  • feature(frontend):conditional rendering for edit profile for "host" only users 1ea1efd
  • bugfix(minor):gets username by calling userpublic info instead of playerprofile (accomodates "host only" profiles) b921c7e

View on GitHub

yekaiwu pushed 1 commit to Feature-Admin-Page injaneity/CS203-Kickoff

View on GitHub

yekaiwu pushed 1 commit to Feature-Admin-Page injaneity/CS203-Kickoff

View on GitHub

injaneity pushed 2 commits to feat-matches injaneity/CS203-Kickoff
  • fix:tournament to club microservice api change ff56300
  • feat:create bracket in tournament 4700bf7

View on GitHub

injaneity pushed 1 commit to feat-matches injaneity/CS203-Kickoff

View on GitHub

injaneity created a branch on injaneity/CS203-Kickoff

feat-matches

setl1n pushed 1 commit to feature/sign_up_as_host injaneity/CS203-Kickoff
  • fix merge conflict using @JsonIgnore 9bfa93a

View on GitHub

setl1n pushed 17 commits to feature/sign_up_as_host injaneity/CS203-Kickoff
  • feature:added match object and creatematch service method e8efc62
  • fix: resolve build errors in frontend abec8e0
  • added tournaments of host 6739ac1
  • added crud operations for match object 7734d3b
  • Merge pull request #102 from injaneity/fix-frontend fix: resolve build errors in frontend 6f6207c
  • Merge branch 'main' of https://github.com/injaneity/CS203-Kickoff into feat-profile 68b28cb
  • merged main into it ffa278c
  • fix: update path of integration tests 4629edd
  • fix:frontend was calling wrong applytoclub service method in clubservice.ts 905176e
  • fix: change payloads in clubService 6730478
  • Merge pull request #104 from injaneity/feat-profile feat: add tournaments of host 4043299
  • Merge branch 'main' of https://github.com/injaneity/CS203-Kickoff into feature-tournament-match 6d0ca9a
  • fix:variable access b554034
  • Merge pull request #105 from injaneity/feature-tournament-match feat: tournament match objects 6661ad7
  • fix: change workflow condtion a5f5005
  • Merge pull request #107 from injaneity/fix-workflow fix: change workflow condtion b475817
  • Merge branch 'main' into feature/sign_up_as_host a833999

View on GitHub

vincetyy pushed 1 commit to Feature-Admin-Page injaneity/CS203-Kickoff
  • fix: add isAdmin to userSlice b5e4a5d

View on GitHub

injaneity pushed 22 commits to Feature-Admin-Page injaneity/CS203-Kickoff
  • feat(front end): conditional rendering of sign up page based on host or player sign up ea09ec6
  • feat: navigate to player profile when card is clicked 8c695db
  • fixed health check path 50f02fd
  • Merge pull request #100 from injaneity/update-player-profiles feat: navigate to player profile when card is clicked 30497ac
  • Merge branch 'main' into feature/sign_up_as_host 43bc067
  • Merge pull request #101 from injaneity/feature/sign_up_as_host Feature/sign up as host 2341b84
  • feature:added match object and creatematch service method e8efc62
  • fix: resolve build errors in frontend abec8e0
  • added tournaments of host 6739ac1
  • added crud operations for match object 7734d3b
  • Merge pull request #102 from injaneity/fix-frontend fix: resolve build errors in frontend 6f6207c
  • Merge branch 'main' of https://github.com/injaneity/CS203-Kickoff into feat-profile 68b28cb
  • merged main into it ffa278c
  • fix: update path of integration tests 4629edd
  • fix:frontend was calling wrong applytoclub service method in clubservice.ts 905176e
  • fix: change payloads in clubService 6730478
  • Merge pull request #104 from injaneity/feat-profile feat: add tournaments of host 4043299
  • Merge branch 'main' of https://github.com/injaneity/CS203-Kickoff into feature-tournament-match 6d0ca9a
  • fix:variable access b554034
  • Merge pull request #105 from injaneity/feature-tournament-match feat: tournament match objects 6661ad7
  • and 2 more ...

View on GitHub

injaneity deleted a branch injaneity/CS203-Kickoff

fix-workflow

injaneity pushed 2 commits to main injaneity/CS203-Kickoff
  • fix: change workflow condtion a5f5005
  • Merge pull request #107 from injaneity/fix-workflow fix: change workflow condtion b475817

View on GitHub

injaneity closed a pull request on injaneity/CS203-Kickoff
fix: change workflow condtion
- previous workflow was failing so i changed the condition
injaneity created a review on a pull request on injaneity/CS203-Kickoff
I understand docker yes

View on GitHub

vincetyy opened a pull request on injaneity/CS203-Kickoff
fix: change workflow condtion
- previous workflow was failing so i changed the condtion
vincetyy created a branch on injaneity/CS203-Kickoff

fix-workflow

yekaiwu created a branch on injaneity/CS203-Kickoff

Feature-Frontend-Host-Page

yekaiwu opened a pull request on injaneity/CS203-Kickoff
frontend admin
frontend dashboard for admin
vincetyy pushed 5 commits to main injaneity/CS203-Kickoff
  • feature:added match object and creatematch service method e8efc62
  • added crud operations for match object 7734d3b
  • Merge branch 'main' of https://github.com/injaneity/CS203-Kickoff into feature-tournament-match 6d0ca9a
  • fix:variable access b554034
  • Merge pull request #105 from injaneity/feature-tournament-match feat: tournament match objects 6661ad7

View on GitHub

vincetyy closed a pull request on injaneity/CS203-Kickoff
feat: tournament match objects
Added: - Match objects with a planned binary tree implementation - Create, read and update matches - Tested on Postman Issues: - Currently, relationship between Match and Tournament is unidi...
vincetyy created a review on a pull request on injaneity/CS203-Kickoff
looks good, thank you for testing on postman and fixing the variables

View on GitHub

injaneity pushed 17 commits to feature-tournament-match injaneity/CS203-Kickoff
  • feat(front end): conditional rendering of sign up page based on host or player sign up ea09ec6
  • feat: navigate to player profile when card is clicked 8c695db
  • fixed health check path 50f02fd
  • Merge pull request #100 from injaneity/update-player-profiles feat: navigate to player profile when card is clicked 30497ac
  • Merge branch 'main' into feature/sign_up_as_host 43bc067
  • Merge pull request #101 from injaneity/feature/sign_up_as_host Feature/sign up as host 2341b84
  • fix: resolve build errors in frontend abec8e0
  • added tournaments of host 6739ac1
  • Merge pull request #102 from injaneity/fix-frontend fix: resolve build errors in frontend 6f6207c
  • Merge branch 'main' of https://github.com/injaneity/CS203-Kickoff into feat-profile 68b28cb
  • merged main into it ffa278c
  • fix: update path of integration tests 4629edd
  • fix:frontend was calling wrong applytoclub service method in clubservice.ts 905176e
  • fix: change payloads in clubService 6730478
  • Merge pull request #104 from injaneity/feat-profile feat: add tournaments of host 4043299
  • Merge branch 'main' of https://github.com/injaneity/CS203-Kickoff into feature-tournament-match 6d0ca9a
  • fix:variable access b554034

View on GitHub

Load more