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

USER STORY: Create, Edit, View and Delete Event #35

Closed
1 task done
Jbachtiger opened this issue Sep 28, 2022 · 1 comment
Closed
1 task done

USER STORY: Create, Edit, View and Delete Event #35

Jbachtiger opened this issue Sep 28, 2022 · 1 comment

Comments

@Jbachtiger
Copy link
Owner

Jbachtiger commented Sep 28, 2022

As a user, I can create an event, so that I can inform others of events in my area that might be of interest

As a user, I can edit an event, so that I can amend details of the event if anything changes

As a user, I can view all events, so that I can browse all events happening and find out more about any that are of interest

As a user, I can delete an event, so that I can remove events that are no longer happening

Acceptance Criteria

  • Acceptance Criteria 1:
    Given I am a logged-in user
    When I navigate to the events section of the site
    Then I can see an add events button which will allow me to create an event

  • Acceptance Criteria 2:
    Given I am a logged-in user
    When I navigate to the events section of the site
    Then I can click into an event and click an edit button to update it's details

  • Acceptance Criteria 3:
    Given I am a logged-in user
    When I navigate to the events section of the site and click on a specific event
    Then I can see all the details of that event

  • Acceptance Criteria 1:
    Given I am a logged-in user
    When I navigate to the events section of the site and click into an event
    Then I can see a delete events button which will allow me to remove an event

Tasks

  • Create CRUD functionality for events section

EPIC linked to: #7

@Jbachtiger
Copy link
Owner Author

Completed.

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

No branches or pull requests

1 participant