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

1325 manage dashboard UI #1352

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Conversation

schroerbrian
Copy link
Contributor

@schroerbrian schroerbrian commented May 17, 2024

This nearly completes the UI for the Dashboard Page. Of course, the page will need to be wired up to the API endpoints when they are done.

The only pieces lacking, from a front-end perspective, is:
1. The functionality to open the Bookmarks Slider to manage bookmarks. I had initially wanted to push this off to v2, but I think that I can create the slider finish it up probably tomorrow (Friday).
2. Some kind of functionality on the line icon on saved searches. I asked a question in Figma about what the line icon should do. My working assumption is that maybe it opens a dropdown menu from which the user can click delete to delete the saved search; however, I want to give design/research some time to respond.

Tomorrow, I will work on adding the Bookmark slider to this PR.

**Update: I have added the manage Bookmarks Slider. **

It is missing several features including:

  • drag and drop ability
  • text search for bookmarks
  • adding new bookmarks from the slider (rather than from a search result)
  • creating new folders from the slider
  • deleting folders/bookmarks

I have noted these on the ticket

That said, I believe this is contained piece of work that can go out as it allows the user to view all of their folders/bookmarks in one place and to click on a bookmarked service to take them to the service. I think the remaining features can be finished prior to our launch date.

Screen Shot 2024-05-16 at 2 17 09 PM
Screen Shot 2024-05-16 at 2 16 50 PM
Screen Shot 2024-05-17 at 6 19 44 PM
Screen Shot 2024-05-17 at 6 10 35 PM

src={icon(expandedOptions ? "filter-white" : "filter-gray")}
alt="Add filters to search"
<>
<div className={styles.advancedSearchContainer}>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I had to create a parent tag and nest the advancedSearchContainer element to include the Bookmark/Saved Search UI on the page. In other words, there are no substantive changes from lines 148–215; the only changes are tabbing to nest the element

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.

None yet

1 participant