Gargaj / wuhu

Lightweight Party Management System
http://wuhu.function.hu/
Other
41 stars 26 forks source link

plugin to reorder slides on slide editor #68

Open psenough opened 1 year ago

psenough commented 1 year ago

Would be nice quality of life improvement to be able to reorder the slides on the slide editor page instead of having to login to FTP and rename them manually.

Most trivial implementation would be to just have a box to rename them when you're editing them. Or drag and drop the slides in order that automagically handles the renaming for you.

chainq commented 1 year ago

I would love this feature too. However, it's a bit tricky with the autogenerated slides (timetable, oneliner), I suppose?

Gargaj commented 1 year ago

Not necessarily, cos the slides are served as a JSON/XML (can't remember) so there can be metadata/ordering - new slides with no meta would just go at the end. It's more of a UI chore I suppose.