su-fit-vut / kachna-online

Students' Club U Kachničky: Member's portal
MIT License
5 stars 5 forks source link

Signalise unavailable board games when user is not logged in #103

Closed ondryaso closed 1 year ago

ondryaso commented 2 years ago

Problem: Currently it's not possible for anonymous users to see whether a game is present in the club or not (unless they open the board game's details). Authenticated user can get this information based on the Reserve button which turns grey; however, anonymous users don't see the button at all.

Solution: When the user is unauthenticated, show an Unavailable label in the board game card. Show the same label explicitly on the board game details page.

ondryaso commented 1 year ago

Fixed in #124.