We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As a Site User, I need to be able to add items to my Wishlist in order to see keep the items I am interested in separately.
Acceptance Criteria :
Logged in User :
When I click "Add to Wishlist" toggle then the item toggles in Wishlist.
Not Logged in User :
Doesn't have that option.
Tasks :
views.py
item_detail.html
context_list.py
Epic : EPIC 7
The text was updated successfully, but these errors were encountered:
This was done in commit 618624a.
Sorry, something went wrong.
tomik-z-cech
No branches or pull requests
As a Site User, I need to be able to add items to my Wishlist in order to see keep the items I am interested in separately.
Acceptance Criteria :
Logged in User :
When I click "Add to Wishlist" toggle then the item toggles in Wishlist.
Not Logged in User :
Doesn't have that option.
Tasks :
views.py
item_detail.html
templatecontext_list.py
nested in wishlist appEpic :
EPIC 7
The text was updated successfully, but these errors were encountered: