IDEAS.md
# Ideas for Weddings Project
#### app/bookings/new.html.erb
- [x] Name of User that booking is being made with.
- [x] Customer Name on Show (Already done?)
- [x] Room Name
- [x] Time
- [x] Date
- [x] Price (room)
- [x] Extras
- [x] Select extra with checkboxes.
- [x] Dropdown for extras cat (not needed)
- [ ] Price of extra (not needed)
- [ ] Total price (sorta!)
- [ ] Payment type (checkbox or dropdown)
###### Remember to add these git alias configs in lab: .git/config or even better .git folder on H: drive.
Also change default commit editor to atom.
[core]
editor = 'C:/Brackets/Brackets.exe'
[alias]
tree = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
ec = config --local -e
ecg = config --global -e
up = !git add -A && git commit -m # "Commit message here."
###### admin user for dashboard @ localhost:port/admin is: theadmin@mvmanor.co.uk p