You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Issue is in place to convert the AdminUI to a cleaner and better system using NextJS nested routes.
Here's the plan!
/ {...} # App files
admin /
new # Adds a new client (office isn't known when you do this)
[office_id] /
index # Each office will have a dashboard used to see general info
[client_id] # Each client has it's own settings page
The text was updated successfully, but these errors were encountered:
This Issue is in place to convert the AdminUI to a cleaner and better system using NextJS nested routes.
Here's the plan!
The text was updated successfully, but these errors were encountered: