punchcard-cms / punchcard

The Punchcard CMS
Apache License 2.0
31 stars 19 forks source link

Administrator: Access Requests #207

Open scottnath opened 8 years ago

scottnath commented 8 years ago

As an Admin I want to receive requests from potential users so that I can grant access to the CMS.

Feature: Access requests
  As an Admin
  I want to receive requests from potential users
  So that I can either grant or decline access to the CMS

  Scenario: Receive requests
    Given that a potential user wants to gain access to the CMS
    When they submit a request
    Then I will receive that request in a format from which I can take action

Scenario: Grant or Decline Access
    Given that I've received a request from a potential user
      And that user meets all criteria for gaining access to the CMS
    When I view the request
    Then I can take action to either approve or deny access and move to set permissions

Scenario: User Notification
    Given that I've granted or declined access to a potential user
    When I respond to a request
    Then they will receive notification and next steps

access requests

joshkimmell commented 8 years ago

relates to #206