CUCentralAdvancement / cms

The Central Advancement Content Management System
MIT License
0 stars 0 forks source link

Add TailwindCSS and Remove theme-ui #37

Closed alexfinnarn closed 3 years ago

alexfinnarn commented 3 years ago

Use Drupal's "node%/edit" page as an example. "/spaces/[space]/content/[slug]/edit" can be the data and fields whereas "/spaces/[space]/content/[slug]/layout" will be where you build the page using components.

I'm hardcoding most of the routes so "/spaces/fund_admin/content/[slug]/edit" will be the example and relate to funds...then the routes will be extracted to use splat operators for catch-all routes.

Acceptance Criteria