create new Winery-Sales application framework- setup app basics. gems and database
create github repository and upload to githubUsersWineriesSales- make a way of reporting the missing sales months for the tasting rooms
- winery profile sidebar Partial
- for incorporation into individual month sales summaries
-
Model
- name string
- year established number
- number of employees number
- image refile attachment
- array of dates for reminder emails pg array or json
-
Controller
-
View
- Profile => (The Main View when logged in)
-
Model
- name
- winery belongs_to
- region reference
- year established number
- number of employees number
- image refile attachment use the winery if not present
- estate boolean
-
- Model
-
tasting_room belongs_to
-
number of tasters number
-
number of purchasers number
-
number of club signups number
-
sales_in_dollars floating point
-
year number
-
month nunber could be nill
-
day number could be nill.
-
not to start was this an event or not boolean
-
not to start start date datetime could be nill if using monthly entry
-
not to start end date datetime could be nill if event or monthly entry
-
- Controller
- View
- Model
-
- name
- password
- has many wineries through winery_users CHANGE
- picture refile attachment
- permissions number
- Guest 0
- User 3
- Admin 10
- Root 11
- Agree to terms
- email a login link.
- email a password reset
- email a verification
- Create a Winery
- Join a winery with Approval automated
-
- reference winery
- reference user
- permissions level number
- position string
-
- County
name stringpopulation number- profile_image refile attachment
- Region
- name string
- belongs_to: county
- image refile attachment
- Email reminders
- County
-
- user login
- user id
- created_at datetime
- last access
- last page time
- user login
![donkeys](screens/Monthly Show.png)