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.

Allow admins to reject resource suggestions #13

@textbook

Description

@textbook

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

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