Create homepage
Closed this issue · 1 comments
bitFez commented
- Create first feed based on items in products DB
- Filter out items that expired (not active) by changing colour
- Set up buttons to vote hot & cold
- Hide upvote if downvote has already been pressed for user. Same method as hiding regster for a user logged in.
- set up a button to link to deal directly
- set up link to deal product page
- Create streams for new deals
- create streams for hottest deals
- Create streams for deals of different categories
bitFez commented
The issue of voting without reloading the page involves using AJAX/JQUERY! , serializers and CRUD.
This can be one of the last things to work out in phase 1.
Ideas -
https://stackoverflow.com/questions/1528583/django-vote-up-down-method
https://stackoverflow.com/questions/55158202/django-how-to-make-an-upvote-button ++
https://stackoverflow.com/questions/30544332/unable-to-access-upvote-downvote-input-in-a-django-template
https://data-flair.training/blogs/ajax-in-django/
https://www.youtube.com/watch?v=Lsxc5ok4qdU <-- This is the one!!!!! I hope