Conversation
|
Bug:
Feedback on initial implementation of calendar from TOM Hack Session:
For future calendar in target page:
|
|
I recommend that we review this list of updates with a view to what can get completed and released this sprint versus what we can add later. Overall users were excited to have the new functionality asap. |
There was a problem hiding this comment.
When clicking on an empty day, it should bring up the new event pop up rather than the most recently selected event.
This appears to be caused by a value error:
ValueError: time data 'April 16, 2026' does not match format '%Y-%m-%d'
There are also a bunch of codacy concerns.
I can't reproduce this in Firefox or Chromium. Create new event, close. Click blank area on calendar and it's a fresh form. Same for viewing another event. Is there a specific sequence I need to follow to trigger this?
These are awful! "Missing docstring for magic method str"? Really? It also wants a docstring for the There's a few others, all related to docstrings, about various missing newlines or whatever. I tried fixing a few but this seems like mostly a waste of time. |
Yeah, I'm not sure what's going on, I didn't look too closely into it.
I think we must have added the pydocstyle linter or something. |
Basic calendar application as a base to build TOM/Astronomical specific functionality on top of. Just a simple month view for now, with the standard CRUD actions for events. Event model can be extended. Event model can be created elsewhere in the TOM as an easy way to add items to the calendar.
Uses HTMX, no third party dependencies.
Closes #1436 #1442 #1443 #1444
Screencast-2026-02-28-21.16.mp4