nyu-devops-wishlists / wishlists

This repo is for the development of the wishlists feature of the e-commerce website
Apache License 2.0
0 stars 1 forks source link

Issue Template #1

Open rudi116 opened 4 years ago

rudi116 commented 4 years ago

As a User I need the hit counter to persist the last known count So that I don't loose track of the count after the service is restarted

Assumptions: • We will use Redis as the persistent store • A Redis service from Bluemix should be used

Acceptance Criteria: • When I advance the hit counter to 2 • And I restart the hit counter services • And I call the hit counter URL • Then I should see 3 returned from the service

rd2647 commented 4 years ago

All(assignments below): Homepage

  1. Vagrant Setup (8)
  2. Wishlist Homepage (8)
  3. Wishlist schema

Wishlist

  1. Create Wishlist (5)
  2. Read Wishlist (8)
  3. Update/Edit Wishlist (3)
  4. Delete Wishlist (3)
  5. List Wishlist (?)
  6. Search Wishlists (3)
  7. Share wishlist (8)

Wishlist Items

  1. Create/Add items to Wishlist (5)
  2. Read items in a wishlist
  3. Update/Edit items in a wishlist (8)
  4. Delete items in a wishlist (3)
  5. List items in a wishlist
  6. Search items in wishlist (3)