Skip to content

Feat/frontend/help page format#96

Merged
Cheyannne merged 6 commits intodevelopmentfrom
feat/frontend/help-page_format
Apr 28, 2025
Merged

Feat/frontend/help page format#96
Cheyannne merged 6 commits intodevelopmentfrom
feat/frontend/help-page_format

Conversation

@Nogunmesa
Copy link
Copy Markdown
Collaborator

This update modifies the help button to display different instructions based on the current page. The markdown formatting has also been adjusted to ensure the instructions appear correctly.

Changes Made:
-The help button now shows context-specific instructions, depending on the page.
-Adjusted markdown formatting for improved display and clarity of instructions.

What to Test:
-Help Button Functionality: Verify that the help button displays the correct instructions for different pages.
-Markdown Rendering: Ensure that the markdown is rendered correctly and is properly formatted across all pages.
-Usability: Check that the help button works smoothly and the instructions are clear, without causing layout or functionality issues.

@Nogunmesa Nogunmesa requested a review from trappaly April 28, 2025 02:01
Comment thread frontend/public/help.md
**How Do I Use the User Preferences Survey?**
## How Do I Use the User Preferences Survey?

1. Most Productive Time
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed formatting

const path = window.location.pathname;
if(path === '/'){
setCurrentPage('Home'); // Landing page = Home
}else if(path === '/dashboard'){
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sure only certain help files should on certain pages

Copy link
Copy Markdown
Collaborator

@trappaly trappaly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall it looks a lot better than before! Just need to add in instructions for log out button now because before it said it wasn't currently implemented, but now it is. I wrote some instructions for log out button in notion document if you want to use those. Also we should prob put log out instructions on calendar and profile page help buttons instead of the home page or because that's where the log out button is located or we can put instructions for log out on all of the pages as well.

@Cheyannne Cheyannne merged commit f576ab3 into development Apr 28, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants