cciw-uk / cciw.co.uk

CCiW website, including online booking system and leaders tools
Other
6 stars 1 forks source link

Rewrite admin_booking.js using htmx #30

Open spookylukey opened 1 year ago

spookylukey commented 1 year ago

Probably most of the functionality of admin_booking.js could be replaced using htmx patterns i.e. partial page updates.

How easy this will be will probably depend mostly on how easy it is to override the templates to add htmx hx- attributes. Because the base templates are provided by Django, the amount of overriding needed may cancel out any advantages compared to the current approach based on jQuery and adding enhancement in that way.

spookylukey commented 9 months ago

We could add hx attributes dynamically, but this might add more indirection than the current approach.