Rahaf91 / capstone-natural-cures

https://capstone-natural-cures.vercel.app
1 stars 0 forks source link

# Restructure App to Use Body Part Icons for Navigation #59

Open SylvieDoumet opened 1 month ago

SylvieDoumet commented 1 month ago

Value proposition

As a user, I want to navigate the home remedies app by selecting body part icons, so that I can easily find remedies for specific body parts and related health issues.

Description

Image

Acceptance criteria

Landing Page Structure:

Category Navigation:

Remedy List:

Navigation Back to Overview:

Tasks

Refactor remedies.json

Create navigation-icons folder

Refactor _app.js

Refactor index.js

Create Categories.js

ahohnsen commented 1 month ago

Hey there!

Please keep in mind that there might be categories without any remedies. In this case, a message should be displayed instead of an empty page. Please add this to the acceptance criteria. Additionally, the acceptance criteria don’t mention how the user can navigate back to the overview. Please include that as well.

F-Kirchhoff commented 1 month ago

Hey Sylvie, thats an interesting idea and the US looks good so far. But I would like to suggest to implement these body parts buttons as filters for the already existing remedies list. With this solution, a user needs to click 2x until they see any remedy displayed and they cannot browse the entire list as easily. Finding a remedy where the user does not know the body part for can be very tedious if they need to enter and exit every category to see the remedies displayed. With a filter logic, all remedies are displayed by default and the body part icons filter this list accordingly. By this, the user has immediate access to all remedies but can filter the list for relevant elements with 1x click. This is of course only a suggestion, feel free to ignore it. But I believe that the UX might be improved with this alternative approach and you still have these nice UI Icon elements.

SylvieDoumet commented 1 month ago

Thank you for your recommendations.

Your suggestions are worth considering, but most apps about homemade remedies are structured like that. So, if we want to align with what is commonly available on the market, this structure would be appropriate.

For remedies I want to find but don't know the exact body part icon for, we have a full-text search option as a second approach.