TIHLDE / kontresv2

The official page for booking things that belong to TIHLDE!
https://kontres.tihlde.org/
0 stars 0 forks source link

Conditional rendering for approve and reject buttons for admin #25

Closed MindChirp closed 6 months ago

MindChirp commented 7 months ago

The reservation page must have at least two buttons which should only be visible to the admins;

This means that we need to first be able to fetch and store privilege data about the user, which is currently being implemented in another branch - feat/fetch-user-data.

In other words, this issue is currently being blocked by the aforementioned branch.