How to go about visually designing a significant new feature #3288
Replies: 1 comment 2 replies
-
If you allow me to answer Questions 1 and 3 1 -Showing the amount of posts Bookmarked is a good idea, i think formatting the AppBar Title would be a good way of implementing this, like:
Following Twitter version of the Bookmarks view you could add a button to wipe out all the Bookmarked items! 3 - Personally, i'd go with Folders instead of Tags, Folders could allow the user to customize it with, Color, Name and maybe a description. You could use Tags as Folders as well (but only having a name (the tag itself), no customization at all), that it's up to you. I even made an issue on the App Repo about this. I think i can answer Question 2 as well, i believe showing the Bookmarks publicly in the user profile is not a good idea, i think it would be better to leave the user to decide, like putting a field in the Account Privacy Settings to choose if the Bookmarks are private or public, a button in the Bookmarks View would be a good idea as well. Well this is it, i don't think i can answer properly the fourth question but i hope this assist you in any way and my apologies if it doesn't. Have a nice day and sorry for bothering. |
Beta Was this translation helpful? Give feedback.
-
I'm wondering if there is a process for making a significant change to the UI. In my case, adding a bookmarking feature
Background
There have been discussions around bookmarks (#2000) being implemented at a protocol level rather than in Bluesky's lexicon. The community lexicon has implemented a bookmarking lexicon and currently I have a PR open for the associated typescript client code. Once that code is merged, I want to start working on a bookmarks implementation using this common lexicon inside of Bluesky. There is already a PR open for adding the bookmarking icons, but I don't know if it's the right icon library.
The problem
I have an idea of how I'd like to implement the feature at the API level, with something like
But when it comes to design, I have my own ideas of how to show bookmarks in the Bluesky app view. There are a bunch of questions like
I am happy to write a proposal and make some rough mockups, but I am wondering if there is a more defined process or document I should be looking at?
Beta Was this translation helpful? Give feedback.
All reactions