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

[ENH] Products Likes System #59

Open
app-generator opened this issue May 31, 2024 · 0 comments
Open

[ENH] Products Likes System #59

app-generator opened this issue May 31, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@app-generator
Copy link
Owner

Users can like / unlike the product

Here is the flow:

  • The guest user clicking on Like Product is invited to signIN
  • Authenticated users are able to like/unlike a product
  • For this we need two counters:
    • linked to the user & and product - always == 1
    • linked to the product (likes from all users)

When unlike:

  • the counter for the user & product is deleted
  • the product counter is decreased by 1.

@mominur-helios please take a look.

The superuser dashboard will have a menu item for this flow, filters & search.

  • most liked products
  • most like backends
  • most liked tools .. etc

@mominur-helios please take a look.

TY!

@app-generator app-generator added the enhancement New feature or request label May 31, 2024
@app-generator app-generator changed the title Products Likes System [ENH] Products Likes System Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants