Test Queue

by Matthew Terrill

A queuing system built with Ruby on Rails. Allows users to submit a request to the queue, and a manager to view requests and mark them completed.

See it running here.

User Stories:

  • As a user I want to create a new ticket.
  • As a user I want to edit a ticket.
  • As a user I want to mark a ticket completed.
  • As a user I want to delete a ticket.
  • As a user I want to track tickets for training purposes.

Installation

Install Test Queue by cloning the repository.

$ git clone http://github.com/meterrill/queue

Install all of the required gems:

$ bundle install

Start the webserver:

$ rails s

In your web browser, go to http://localhost:3000

Contribute

  • Issue Tracker: github.com/meterrill/queue/issues
  • Source Code: github.com/meterrill/queue

Support

If you are having issues, please let me know at: meterrill@gmail.com

Bug reports

If you discover any bugs, feel free to create an issue on GitHub. Please add as much information as possible to help us fixing the possible bug. We also encourage you to help even more by forking and sending us a pull request.

https://github.com/meterrill/repository/issues

License

MIT License. Copyright 2015 Matthew Terrill