anschelburk / simple_planner

Apache License 2.0
0 stars 0 forks source link

Code Review #1: Editing & Debugging Calendar Events #11

Closed anschelburk closed 4 months ago

anschelburk commented 4 months ago

Summary I was able to make the calendar smaller, show a single day instead of an entire month, and add a dialogue box allowing a user to edit the date and time instead of just the event name (though this still needs some debugging - the calendar is currently not updating when the user updates an event using this dialogue box). I've also added the ability for a user to "drag" the bottom of an event up and down to "resize" the length of time the event should take.

Questions

Details For details on the actions taken in this pull request, please see the following issues:

Next Steps For next steps I plan to take with the calendar, please see the following open issues:

bbelderbos commented 4 months ago

Hey Anschel, thanks for your kind feedback on the clinic, glad it was helpful. I just checked out your branch and the smaller single day calendar layout + extra drag en resize behaviors are amazing, great job! Seems you have enough to do, next thing being the handling of the PUT request in Django right? Keep going! Bob