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

[Draft][FrontEnd] Add breadcrumb in the system #136

Open
5 tasks
FelipePSoares opened this issue Oct 15, 2024 · 0 comments
Open
5 tasks

[Draft][FrontEnd] Add breadcrumb in the system #136

FelipePSoares opened this issue Oct 15, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@FelipePSoares
Copy link
Owner

FelipePSoares commented Oct 15, 2024

To improve user navigation and enhance the user experience in EconoFlow, we need to implement breadcrumb navigation. Breadcrumbs will provide users with a clear indication of their current location within the application, as well as an easy way to backtrack to previous pages or sections.

In this stackoverflow you can some tips and help to achieve this.

And here you have the documentation of the Bootstrap to do that.

Requirements:

  • The breadcrumb trail should be displayed consistently across all relevant pages.
  • The breadcrumbs should dynamically update based on the user’s navigation path.
  • Each breadcrumb should be clickable, allowing users to quickly navigate back to any previous page in the trail.
  • Handle cases where some pages are accessed directly (e.g., via a URL), and ensure the breadcrumb reflects the correct hierarchy, even in those instances.
  • Consider mobile responsiveness: Ensure breadcrumbs display correctly on smaller screens.
@FelipePSoares FelipePSoares added enhancement New feature or request good first issue Good for newcomers labels Oct 18, 2024
@FelipePSoares FelipePSoares changed the title Add breadcrumb in the system [FrontEnd] Add breadcrumb in the system Oct 18, 2024
@FelipePSoares FelipePSoares moved this from Backlog to Ready in EconoFlow Planning Oct 18, 2024
@FelipePSoares FelipePSoares changed the title [FrontEnd] Add breadcrumb in the system [Draft][FrontEnd] Add breadcrumb in the system Nov 25, 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 good first issue Good for newcomers
Projects
Status: No status
Development

No branches or pull requests

1 participant