Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Able to upvote links #148

@WilliamDASILVA

Description

@WilliamDASILVA

As a registered & logged-in user, you can upvote links in the "links" view.
This action should be made through a "like" button near each link in the links view.

What's needed:

  • Make links "likeable" using the current polymorphic relationship, like the tasks.
  • Make a coherent design to integrate a "like" button in the "link" component.
  • Update the "link" component to be able to show the "likes" count for each link.
  • This would need to update the GraphQL "Link" type to includes the likes.
  • Find a way to identify if the currently logged-in user has already liked a link and therefore show a different state in the "link" component.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestneeds apiRequires an update on the API or GraphQL typesneeds designThis feature requires a design update

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions