CatherineEvelyn / wedding-planner

Wedding Planner Web
2 stars 7 forks source link

Enable disable #69

Closed KLSharkey closed 7 years ago

KLSharkey commented 7 years ago

What's Happening?

I updated the DB so that the association table user-vendor has a column called "enable" that can be set to 1 (True/yes) or 0 (False/no) so that we can use the cancel button on the organizer page to cancel a booking (in other words, turn it to 0). I updated the join table in the organizer path so that it will only show the associations that are not disabled. When a booking is made, enabled is set to 1. I also defaulted it to True just in case.

Bug Fix 1

1.No bug fixes, just added feature

Release Notes

New in this Release

Possible Breaking Changes

Related

Testing and Deployment Checklist

KLSharkey commented 7 years ago

Sean, I'm not even quite sure how I got your changes (could have been when I did the pull request last night in class?) But I guess it worked out since I had the correct file path for the dist folder!

seanmstevens commented 7 years ago

Yeah, I'd guess that it happened when you pulled from my branch last night to fix the dist issue.

CatherineEvelyn commented 7 years ago

That commit is just the git ignore files from the class yesterday. Looks good to me, merge it.