CodeYourFuture / tech-products-demo

Example app for tech products interview experiment
https://tech-products-demo-d1182e30f280.herokuapp.com/
ISC License
3 stars 20 forks source link

Show users their own resource suggestions #15

Open textbook opened 1 year ago

textbook commented 1 year ago

User story

Acceptance criteria

  1. Scenario: user sees resource suggestion

    • Given: I am logged in as a non-admin user
    • And: I have un-published resource suggestions
    • When: I go to my account page
    • Then: I can see a list of my suggestions
  2. Scenario: user sees rejected suggestion

    • Given: I am logged in as a non-admin user
    • And: I have reject resource suggestions
    • When: I go to my account page
    • Then: I can see a list of my rejected suggestions

Links