https://github.com/markfchavez/damits.ph
https://github.com/markfchavez/damits.ph
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/markfchavez/damits.ph
- Owner: MarkFChavez
- Created: 2016-02-24T13:47:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-07T08:26:24.000Z (over 10 years ago)
- Last Synced: 2025-02-06T15:53:14.941Z (over 1 year ago)
- Language: Ruby
- Size: 574 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
Awesome Lists containing this project
README
== README
Models
======
- Product
~ name
~ description
~ price
~ photo
- Order
-- has many order items
-- has one order detail
~ payment_method
~ bank_deposit
~ cash_on_delivery
~ state
~ for_delivery
~ completed
- OrderItem
-- belongs to product
-- belongs to order
~ quantity
~ size
- OrderDetail
-- belongs to order
~ name
~ address
~ email