skleung / Community

A rails application to simplify cooking costs among friends.
3 stars 0 forks source link

Multiple date selection #4

Closed skleung closed 10 years ago

skleung commented 10 years ago

User should be able to select multiple dates from a calendar and be added to all the meals for those dates upon clicking a button (or upon clicking a date - whatever you choose to do)

skleung commented 10 years ago

Made a sign_up action in the meals controller for this purpose

skleung commented 10 years ago

Still working on this...stuck on how to make the modal pop up appropiately because I need to pull information from Rails in order to display a functional form on the javascript

skleung commented 10 years ago

@Fortisque figured it out! We're generating HTML on the fly after pulling meal data from meal-ids on a specific date.