ucsb-cs156-s24 / proj-gauchoride-s24-5pm-8

https://ucsb-cs156-s24.github.io/proj-gauchoride-s24-5pm-8/
0 stars 0 forks source link

BUG: Github repo link is hardcoded #17

Open github-actions[bot] opened 1 month ago

github-actions[bot] commented 1 month ago

Summary

When clicking the Github hyperlink on the footer, the link routes to a hardcoded github repo. Instead this should be dynamic and be based on the repo specified in the system info. By default the link can go to proj-gauchoride in the ucsb-cs156 organization. This also requires the issue "FEATURE - expose commit infomation at /api/systemInfo" to be completed, since that issue adds the github repo to the system info.

Expected Behavior

Clicking the hyperlink should go to the currently deployed application's github repo, with the default value (if the system info isnt set) of the main proj-gauchoride

Current / Observed Behavior

Clicking the hyperlink takes us to a s23 gauchoride repo

Implementation Todos

github-actions[bot] commented 1 month ago

Copied from https://github.com/ucsb-cs156/proj-gauchoride/issues/114