Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FE Feat] Refactor user/admin dashboard layout #285

Open
4 tasks done
juancwu opened this issue Dec 22, 2024 · 0 comments
Open
4 tasks done

[FE Feat] Refactor user/admin dashboard layout #285

juancwu opened this issue Dec 22, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request frontend Related to the frontend of the project refactor Any refactors being done in the project

Comments

@juancwu
Copy link
Contributor

juancwu commented Dec 22, 2024

Description

The current layout setup is not intuitive to work with because there are many layers of abstraction with a combination of file/module locations not being clear with multiple nested folders.

The idea is to just create a user AppShell component that has three sub-parts:

  • AppShell.Side which is where the side bar will be
  • AppShell.Header which is the header part of the layout
  • AppShell.Main which is the main body of the layout

Hopefully, with this change and refactor, each user/admin page can define how they should each look while keeping the same layout as designed in Figma.

Screenshots

image

Checklist

Before submitting this ticket, make sure this ticket:

  • Is labelled properly - if this is a refactor, add the label!
  • Has the SPUR project assigned to it.
  • Has an assigned milestone.

And lastly:

  • Once someone picks up this ticket, make sure to assign it.
@juancwu juancwu added enhancement New feature or request frontend Related to the frontend of the project labels Dec 22, 2024
@juancwu juancwu added this to the Complete the project MVP milestone Dec 22, 2024
@juancwu juancwu self-assigned this Dec 22, 2024
@juancwu juancwu added the refactor Any refactors being done in the project label Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request frontend Related to the frontend of the project refactor Any refactors being done in the project
Projects
Status: No status
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant