brownfield-team / anacapa-github-linker

A tool for managing students in computer science courses. Deployed at:
https://ucsb-cs-github-linker.herokuapp.com
MIT License
4 stars 6 forks source link

Refactored teams page to be a dropdown instead of a table #420

Closed brianminhh closed 3 years ago

brianminhh commented 3 years ago

In this PR, I refactored the github teams page to be a dropdown instead of a table. The user can select a team from a list of teams and the page will rerender to show information about that team directly on that page without leading to a show page.

Before:

image

After:

image