apache / incubator-answer

A Q&A platform software for teams at any scales. Whether it's a community forum, help center, or knowledge management platform, you can always count on Apache Answer.
https://answer.apache.org
Apache License 2.0
12.8k stars 977 forks source link

How to Bookmark #689

Closed mortenbirkelund closed 10 months ago

mortenbirkelund commented 10 months ago

Describe the bug Honestly I am not sure if this is just me, or if it is a bug. I see a bookmark section under my user profile image

I would assume that this makes it possible to bookmarks questions/answers, and then they would appear in this section. My problem is that I see no option for adding a post/question to a bookmark at all.

In the code it looks like it is hardcoded to allways be hidden in the component.

https://github.com/apache/incubator-answer/blob/152934c740d163c2b6345ac2e8c8f542957efa75/ui/src/pages/Questions/Detail/components/Answer/index.tsx#L124

Anybody who can clarify whats the intent is of the bookmark functionality and how works?

LinkinStars commented 10 months ago
image

@mortenbirkelund As you can see in the picture, you can add bookmarks using this button.

mortenbirkelund commented 10 months ago

Wauw I feel silly. Dont know how I totally managed to overlook that button.

@LinkinStars Thanks.