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

Show users their own resources #12

@textbook

Description

@textbook

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions