Skip to content
New issue

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

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 join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant