anschelburk / simple_planner

Apache License 2.0
0 stars 0 forks source link

Calendar API - Edit Event Times #7

Closed bbelderbos closed 3 months ago

bbelderbos commented 4 months ago

For events, support times segment instead of only full days only.

anschelburk commented 4 months ago

Made some progress! Created a basic dialogue box that allows a user to edit not just the title, but the start and end times of an event. This involved linking some Bootstrap code to my app (though I definitely am not super familiar with Bootstrap yet), updating the static/js/calendar.js module, and creating a new chunk of HTML to define the structure of a new modal, which I modularized into a new file, planner/templates/calendar_modal_structure.html.

Next, I need to make it update the calendar. (Although the dialogue box works, the calendar doesn't change to reflect the changes that the user inputs into that dialogue box.) Will revisit this tomorrow.

bbelderbos commented 4 months ago

Sounds great, I love how much more you're able to do on your own and overall how much faster you're getting. Did you update your wins.md file?

bbelderbos commented 3 months ago

Calendar supports editing and by surprise drag and drop, amazing.