theshoregroup / digital-signage

A powerful, extensible digital signage solution by The Shore Group, written in ReactJS, wrapped in Electron for some system-level integration not possible with a PWA, and styled with TailwindCSS.
digital-signage-smoky.vercel.app
MIT License
11 stars 3 forks source link

Admin Refresh v3 #51

Open limegorilla opened 2 years ago

limegorilla commented 2 years ago

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