https://github.com/royalicing/rails-cafe
https://github.com/royalicing/rails-cafe
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/royalicing/rails-cafe
- Owner: RoyalIcing
- License: mit
- Created: 2017-04-06T01:15:13.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-12T03:10:26.000Z (about 9 years ago)
- Last Synced: 2025-01-18T23:43:00.449Z (over 1 year ago)
- Language: Ruby
- Homepage: https://github.com/BurntCaramel/rails-cafe/wiki/Branches
- Size: 50.8 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Cafe on Rails
## User stories
### Seller
- In order to communicate with customers, as a seller I want to present my menu to people
- In order to make a sale, as a seller I want to exchange items for money
- In order to keep my stock up to date, as a seller I want bought items to be tracked
- In order to keep my stock up to date, as a seller I want see which stock needs replenishing
### Patron
- In order to buy what I desire, as a patron I want to see a menu of available drinks and food
- In order to consume drinks/food, as a patron I want to order and purchase drinks/food
- In order to quicken my purchasing process, I would like to prepurchase bulk credit for items and later purchase using those credits
## Technical
Things you may want to cover:
* Ruby version
* System dependencies
* Configuration
* Database creation
* Database initialization
* How to run the test suite
* Services (job queues, cache servers, search engines, etc.)
* Deployment instructions
* ...