Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Show users their own resources #12

Open
textbook opened this issue Aug 3, 2023 · 0 comments
Open

Show users their own resources #12

textbook opened this issue Aug 3, 2023 · 0 comments

Comments

@textbook
Copy link
Member

textbook commented Aug 3, 2023

User story

As a user
I want to see the resources I suggested
So that I don't have to search through the whole list

Acceptance criteria

  1. Scenario: user sees their published resources

    • Given: I am logged in as a user or admin
    • And: I have some published suggestions
    • When: I visit the account page
    • Then: I see the published resources I suggested
  2. Scenario: user does not see their draft resources

    • Given: I am logged in as a user
    • And: I have made some suggestions that are not yet published
    • When: I visit the account page
    • Then: I do not see the draft resources I suggested
  3. Scenario: admin sees their draft resources:

    • Given: I am logged in as an admin
    • And: I have had some suggestions that have not yet been published
    • When: I visit the account page
    • Then: I do see the draft resources I suggested

Links

@textbook textbook changed the title Show users their own published resources Show users their own resources Aug 3, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
1 participant