CorrelAid / kn_stolpersteine_survey

kn_stolpersteine_survey
0 stars 0 forks source link

Same root url for admin and survey respondent #46

Closed jstet closed 1 year ago

jstet commented 1 year ago

I think it might be confusing if you are an admin and then there are two different views of the overview. Currently when you are an admin and go to the root url, you can also see the normal overview.

How about we define only one index/overview and use an if condition to determine what is displayed. So the user logs in and if they are an admin the admin overview is displayed, if they are a survey respondent, the normal overview is displayed.

However not having an logout possibility might be a counterargument for this.

jstet commented 1 year ago

logging out works now!