frontend
frontend copied to clipboard
Feature/#26
Description
I've added a Bookmark Toggle Button to the SkillTreeNodeSvg Component.
It currently only emits an event with the Bookmark state. And the Components using the SkillTreeNodeSvg Component are currently just printing the state and the affected Skill and Subskill IDs to the Console.
I've tried my Best to create the SVG in Inkscape. I'm by no means a Designer 😅
Maybe this can be used to fully implement the Bookmark Feature.
I guess the next Steps would be:
- implement the Bookmark Feature in the Backend
- utilize API from Frontend
- maybe add Filter to Skilltree to only show bookmarked Skills
- possibly add dedicated Bookmark Page accessable via the Profile Dropdown Menu
- or maybe add Bookmarks to Profile Page
Type of change
- [ ] Bug fix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Translation updates (fix/improve or add new translations)
https://github.com/Bootstrap-Academy/Bootstrap-Academy/issues/26
My Bootstrap Academy username: JL97
Preview deployed to https://5cdce7e2.academy-preview.pages.dev (total size: 11M)
Hi @JL-97, since the backend is also open source now, would you like to implement this feature yourself? Also, if you are still interested in working on this pull request, there seem to be a few merge conflicts that need to be resolved.