by Matthew Terrill
A rush request form and tracking system built with Ruby on Rails. Allows users from multiple branches to submit rush requests to the operations center. Admins at the ops center can approve or deny the request and update the status accordingly.
- As an admin I want to create users.
- As an admin I want to update the status of rush requests.
- As an admin I want to
Install Rush Request by cloning the repository.
$ git clone http://github.com/meterrill/rush_request
Install all of the required gems:
$ bundle install
Start the webserver:
$ rails s
In your web browser, go to http://localhost:3000
- Issue Tracker: github.com/meterrill/rush_request/issues
- Source Code: github.com/meterrill/rush_request
If you are having issues, please let me know at: meterrill@gmail.com
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
MIT License. Copyright 2015 Matthew Terrill