tmgraves / edr

eat dance repeat project
2 stars 1 forks source link

Clean up Event/Edit page #8

Open tmgraves opened 9 years ago

tmgraves commented 9 years ago

Right now, event edit handles updates for all event types.

Not all events need the same information, so some data needs to be hidden.

Also, textboxes need validation and jquery extensions for calendar popups, time box popups/masks, etc. This is the developer's discretion.

For recurrence, need to come up with a cleaner way to handle that. Either with javascript hiding/showing recurring elements or something else.