Closed bbelderbos closed 5 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.
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?
Calendar supports editing and by surprise drag and drop, amazing.
For events, support times segment instead of only full days only.