-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Summary
We've decided to use the Mazer theme to get the application started. We've done the bare bones by adding in the various files via a CDN. We need to bring the files in in a more appropriate and rails-y manner as well as set up the appropriate layouts. We pulled in the login page sessions/new but that too needs to be cleaned up.
Why?
This will make the building of the site easier and save us from having to argue about design decisions.
Details
We need a landing page (can be done later when we know what is going to be there but should have something.) We also need layouts for the dashboard, session, and any other unique layouts that make sense. We can break these up into multiple issues but given that these layouts are likely going to all reference shared partials the work should be highly coordinated.
What we need
Based on the current mazer design we should have a dashboard that looks like this:

But with updated sidebar items reflecting the medstick application.
Criteria for completion
- Landing page
- Dashboard layout with the following sidebar that doesn't need to accurately link yet
- Users
- Regions
- Tags
- Providers
- a
- Session layout
- Basic routing
- Make the rails decisions (dart-sass, importmaps, etc) and implement them
- Tests
Note
If you are going to work on a piece of this please coordinate with the team.