REFACTOR: properly separate visitor and admin view
Refactoring Task
Problem description
The visitor and admin view are not separated in the editor and some route names can be confusing.
Affected Components/Files:
- several files in
src/app
Tasks:
- Separate the visitor and admin view in the project structure
- Rename the app routes so that they better reflect what they contain (i.e. the dashboard should be on a route .../dashboard).
Acceptance Criteria:
-
The 2 views are separated -
Route names make sense