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

Allow admins to reject resource suggestions #13

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

Allow admins to reject resource suggestions #13

textbook opened this issue Aug 5, 2023 · 0 comments

Comments

@textbook
Copy link
Member

textbook commented Aug 5, 2023

User story

As an admin
I want to reject resource suggestions
So that I can keep inappropriate content out of the library

Acceptance criteria

  1. Scenario: admin sees a reject button

    • Given: I am logged in as an admin
    • And: there are some suggested resources
    • When: I go to the drafts page
    • Then: I see a "reject" button alongside the existing "publish" button
  2. Scenario: admin rejects a suggestion

    • Given: I am logged in as an admin
    • And: there are some suggested resources
    • And: I am on the drafts page
    • When: I click the "reject" button on a resource
    • Then: the resource is removed from the drafts list
    • And: it does not appear on the home page

Links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant