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

Article Features and Nested comments #92

Open
4 tasks done
bryanwong8 opened this issue Jun 20, 2020 · 0 comments
Open
4 tasks done

Article Features and Nested comments #92

bryanwong8 opened this issue Jun 20, 2020 · 0 comments
Assignees
Labels
frontend This is a frontend issue staging Issue merged into staging
Projects

Comments

@bryanwong8
Copy link
Contributor

bryanwong8 commented Jun 20, 2020

Is your feature request related to a problem? Please describe.
We need to make sure that users can bookmark articles

Figma Design

Tag Explore Page

Screen Shot 2020-06-19 at 8 48 02 PM

  • Fix the tag follow button. When its clicked, it does not turn into the green button.

  • You should be editing the pages/tag/[pid].tsx

Bookmark

Screen Shot 2020-06-19 at 8 26 45 PM

  • Bookmark button

  • When the button is clicked it should call the {{APIURL}}/api/articles/{{slug}}/bookmark(POST) route to save the article to the user's bookmark list

  • This should ONLY be allowed to be clicked if the user is logged in. If not then use the ant design message component, https://ant.design/components/message/ to alert the user to log in

Nested Comments

Screen Shot 2020-06-19 at 8 35 22 PM

  • Comment Reply

  • When the reply to word is clicked, it should open an input box from ant design, https://ant.design/components/comment/. It's the last component on the page.

  • When the enter key or the submit button is clicked then use the {{APIURL}}/api/articles/{{slug}}/comments(POST) call to make a comment under the comment.

  • If the user is not logged in, then do not open the input box. Alert the user that they are not logged in with the ant design message component, https://ant.design/components/message/

Likes

Screen Shot 2020-06-20 at 6 14 19 PM

@bryanwong8 bryanwong8 added the frontend This is a frontend issue label Jun 20, 2020
@project-bot project-bot bot added this to To do in Bit Project Jun 20, 2020
@bryanwong8 bryanwong8 added the staging Issue merged into staging label Jun 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend This is a frontend issue staging Issue merged into staging
Projects
Bit Project
  
To do
Development

No branches or pull requests

2 participants