Health-Informatics-UoN / carrot-mapper

Convenient and Reusable Rapid Omop Transformer.
https://carrot.ac.uk
MIT License
14 stars 4 forks source link

Technical layout splitting #826

Closed AndyRae closed 2 months ago

AndyRae commented 2 months ago

We need to change the structure of the Nextjs app to support multiple layouts.

app/layout.tsx (root layout, maybe the footer)
app/(protected)/layout.tsx (protected layout, include sidebar)
app/(public)/layout.tsx (public layout, maybe menubar)

https://nextjs.org/docs/app/building-your-application/routing/route-groups