brewithus / webapp

Website repo for the CS4800.02 project at CPP
https://brewith.us
GNU General Public License v3.0
2 stars 1 forks source link

A1.9 Refactor Layouts for Different Headers and Footers #24

Closed blu3eee closed 7 months ago

blu3eee commented 7 months ago

User Story

As a developer, I want to refactor the files structure for our application's layouts to support different headers and footers based on the page or user state, so that we can provide a more tailored user experience across different sections of our application.

Currently, our application utilizes a single layout structure that includes a common header and footer for all pages. This setup limits our ability to customize the navigation links and the overall appearance of headers and footers based on the user's authentication state or the specific needs of different pages.

To enhance our application's flexibility and user experience, we need to refactor our files structure with Route groups

Acceptance Criteria

blu3eee commented 7 months ago

solved in pr #23