1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Updated readme

This commit is contained in:
2015-04-15 14:02:43 +00:00
parent 0e0fbb649d
commit 4499ce3cfe

View File

@@ -1,28 +1,41 @@
== README == README
This README would normally document whatever steps are necessary to get the This application is being created to run a wrestling tournament.
application up and running.
Things you may want to cover: Development details:
* Ruby version * Ruby 2.2.0
* System dependencies * Rails 4.2.0
* Configuration * Test with minitest <tt>rake test</tt>
* Database creation * Seeds created for development <tt>rake db:seed</tt>
* Database initialization * Development login email: <tt>test@test.com</tt> password: <tt>password</tt>
* How to run the test suite Things that need to be done:
* Services (job queues, cache servers, search engines, etc.) * Create a printable page for all brackets
* Deployment instructions * Allow coaches to modify lineups
* ... * Give coaches more specific seed criteria guidlines
* Give tournament director option to include extras or not
Please feel free to use a different markup language if you do not plan to run * Give table workers access to run match stats
<tt>rake doc:app</tt>.
* Create pages for running match stats
* Create logic to determine pool winners and move them on to the brackets
* Create logic to move winners along in the brackets
* Create logic to calculate team scores
* Create logic to assign unfinished bouts to a mat
* Create logic to allow finals matches to be sent to a specific mat
* ?