Ecosyste.ms: Timeline

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

injaneity/CS203-Kickoff

yekaiwu created a review on a pull request on injaneity/CS203-Kickoff
To solve the JWT token issue, maybe the JWT could include a list of tournamentIds the user has access to, in order to verify whether the user is authorised to perform actions in the tournament. ...

View on GitHub

yekaiwu created a review on a pull request on injaneity/CS203-Kickoff
To solve the JWT token issue, maybe the JWT could include a list of tournamentIds the user has access to, in order to verify whether the user is authorised to perform actions in the tournament. ...

View on GitHub

yekaiwu created a comment on a pull request on injaneity/CS203-Kickoff
To solve the JWT token issue, maybe the JWT could include a list of tournamentIds the user has access to, in order to verify whether the user is authorised to perform actions in the tournament. ...

View on GitHub

yekaiwu pushed 1 commit to bugfix-routing-back-home-page injaneity/CS203-Kickoff
  • fixed bug on admin routing 41ab02b

View on GitHub

injaneity pushed 1 commit to feat-matches injaneity/CS203-Kickoff
  • fix:bracket object not being persisted in tournament 5d919ae

View on GitHub

yekaiwu created a comment on an issue on injaneity/CS203-Kickoff
if the captain is the only player in the club, delete club, else transfer captaincy

View on GitHub

yekaiwu created a comment on an issue on injaneity/CS203-Kickoff
resolved just add navigate to profile: const handleLogoutClick = () => { localStorage.removeItem('authToken'); dispatch(clearUser()); // Use dispatch here safely toast('You have...

View on GitHub

yekaiwu created a branch on injaneity/CS203-Kickoff

bugfix-routing-back-home-page

injaneity pushed 1 commit to feat-matches injaneity/CS203-Kickoff
  • fix:JWT util token between microservices 6cf7098

View on GitHub

injaneity opened 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...
injaneity pushed 32 commits to feat-matches injaneity/CS203-Kickoff
  • frontend admin d0b12fc
  • chore: re-implemented adding hostprofile to user using proper context loading 0a13611
  • 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
  • chore : fixed referential issue with uni-directional references of user -> host and playerprofile by changing it to b... 8162eb7
  • Merge branch 'main' into feature/sign_up_as_host a833999
  • fix merge conflict using @JsonIgnore 9bfa93a
  • refactor: separated login element and sign up element of profile page 5aa6003
  • save 9100754
  • 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
  • can see all players c117d92
  • 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
  • and 12 more ...

View on GitHub

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

View on GitHub

vincetyy deleted a branch injaneity/CS203-Kickoff

Feature-Admin-Page

vincetyy pushed 6 commits to main injaneity/CS203-Kickoff
  • save 1 476f769
  • admin page completed backend function not yet built, so frontend currently doesn't show: - blacklisted players / clu... 24ce9d2
  • removed comments d5403ea
  • Merge branch 'main' into Feature-Admin-Page b40f725
  • fix: change adding of roles to admin 7d87877
  • Merge pull request #111 from injaneity/Feature-Admin-Page Feature admin page d3d38b5

View on GitHub

vincetyy closed a pull request on injaneity/CS203-Kickoff
Feature admin page
backend function not yet built, so frontend currently doesn't show: - blacklisted players / clubs - verified, pending tournaments conditional rendering so only admin can view this
vincetyy created a review on a pull request on injaneity/CS203-Kickoff
good work, i just changed the setting of roles in the backend because it wasn't being set properly after merging from main. also i updated the join tournament button to work

View on GitHub

vincetyy pushed 28 commits to Feature-Admin-Page injaneity/CS203-Kickoff
  • chore: re-implemented adding hostprofile to user using proper context loading 0a13611
  • fix: change workflow condtion a5f5005
  • Merge pull request #107 from injaneity/fix-workflow fix: change workflow condtion b475817
  • fix:redundant match in club b3abebc
  • chore : fixed referential issue with uni-directional references of user -> host and playerprofile by changing it to b... 8162eb7
  • Merge branch 'main' into feature/sign_up_as_host a833999
  • fix merge conflict using @JsonIgnore 9bfa93a
  • feat:createbracket 308ccc7
  • refactor: separated login element and sign up element of profile page 5aa6003
  • fix:bracket creation ec34b10
  • fix:tournament to club microservice api change ff56300
  • 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
  • feat:create bracket in tournament 4700bf7
  • 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
  • and 8 more ...

View on GitHub

yekaiwu opened a pull request on injaneity/CS203-Kickoff
Feature admin page
backend function not yet built, so frontend currently doesn't show: - blacklisted players / clubs - verified, pending tournaments conditional rendering so only admin can view this
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
  • admin page completed backend function not yet built, so frontend currently doesn't show: - blacklisted players / clu... 24ce9d2

View on GitHub

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

View on GitHub

vincetyy pushed 17 commits to main injaneity/CS203-Kickoff
  • chore: re-implemented adding hostprofile to user using proper context loading 0a13611
  • chore : fixed referential issue with uni-directional references of user -> host and playerprofile by changing it to b... 8162eb7
  • Merge branch 'main' into feature/sign_up_as_host a833999
  • fix merge conflict using @JsonIgnore 9bfa93a
  • 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
  • Merge branch 'main' into feature/sign_up_as_host 63ede8a
  • Merge pull request #110 from injaneity/feature/sign_up_as_host Feature/sign up as host 33b79b7

View on GitHub

vincetyy closed a pull request on injaneity/CS203-Kickoff
Feature/sign up as host
fully functional host MVP with merge conflicts from Feature-Admin-Page and feat-matches resolved. To do: - Hosts not appearing on admin dashboard - Hosts able to apply to clubs
vincetyy created a review on a pull request on injaneity/CS203-Kickoff
great job cleanly rendering profiles for host, as well as the fix for sensitive data

View on GitHub

setl1n opened a pull request on injaneity/CS203-Kickoff
Feature/sign up as host
fully functional host MVP with merge conflicts from Feature-Admin-Page and feat-matches resolved. To do: - Hosts not appearing on admin dashboard - Hosts able to apply to clubs
Load more