Code Monkey home page Code Monkey logo

backend-capstone's Introduction

backend-capstone

backend-capstone's People

Contributors

batsgoscreechh avatar

Watchers

James Cloos avatar

backend-capstone's Issues

Login

As a user, I should be able to login with an existing account.

Given a user wishes to Login with an existing account When the user fills in the Login form
And the user touches the Login affordance
Then the user should be redirected to his/her My Tickets page

Create a Ticket

As a user, I should be able to create a ticket.
Given a user wishes to create a ticket
And the user is on the My Tickets page
When the user touches the Create New Ticket affordance
And the user is redirected the create ticket page
And the user fills out the create ticket form
When the user touches the Submit affordance
Then the ticket will be submitted to the database
And the user will be redirected to the My Tickets page

Ticket Detail

As a user, I should be able to see detailed information regarding my ticket.
Given a user wishes to view details regarding a specific ticket
When the user touches the Details affordance on the Ticket List
Then the user will be redirected to the Details page of the respective ticket

Delete a Ticket

As a user, I should be able to delete a ticket.
Given a user wishes to edit an already submitted ticket
And the user is on the My Tickets page or the Ticket Detail page
When the user touches the Delete affordance
And the user is redirected to the delete confirmation page
When the user touches the Submit affordance
And the user will be redirected to the My Tickets page

Then the ticket will be archived to the database

Edit a Ticket

As a user, I should be able to edit a ticket.
Given a user wishes to edit an already submitted ticket
And the user is on the My Tickets page or the Ticket Detail page
When the user touches the Edit affordance
And the user is redirected the edit ticket page
And the user fills out the edit ticket form
When the user touches the Submit affordance
Then the ticket will be resubmitted to the database
And the user will be redirected to the My Tickets page

Ticket List

As a user, I should be able to see a list of tickets I have created.
Given a user wishes to see a list of submitted tickets
When the user first logs in or touches the My Tickets affordance
Then the user will be redirected to a list of their submitted tickets

Registration

As a user, I should be able to register a new account.
Given a user wishes to Register a new account
When the user touches the Register affordance
And the user is redirected to the Register page

                	And the user fills out the Register form
                	And the user touches the Submit affordance
                	Then the user’s information is saved to the database

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.