xivtodo
xivtodo copied to clipboard
Checklist enhancement ideas
Here are a few suggestions for checklists that would be nice to have:
Edit custom checklists reorder checklists add descriptions or notes to checklists (custom and built in)
These three ideas have been talked about a couple times and there is definitely some interest. I'd love to incorporate these; thank you for your suggestions!
I came here to Github to post about the same thing lol
Really want the feature to reorder checklists.
It's great that Custom Checklist Items is now a feature!
If I may add something more, I would suggest the ability to simply add a separate Checklist with custom items that are nor daily nor weekly, just a checklist for other things you plan to do with no precise ETA
Thank you!
Ohh, I love love that idea of a custom "no time limit" checklist, definitely going to implement this! Thank you for the suggestion!
I also love the idea of a non-timebound checklist and the ability to reorder. @bourgeoisor, where in the repo are the checklist features? I could maybe take a stab at a PR to help out.
Edit: Ah. Is it this file? https://github.com/bourgeoisor/xivtodo/blob/1d69f02ee22e27646c7270e62427e27380764a8f/src/views/Checklist.vue
Hi @jessemillar, sorry for the very late reply!
Yep this is the checklist view: https://github.com/bourgeoisor/xivtodo/blob/main/src/views/Checklist.vue And then there's a handful of store getters / setters related to them: https://github.com/bourgeoisor/xivtodo/blob/main/src/store/index.js#L131-L215
That said, a good chunk of this is going to get reworked with https://github.com/bourgeoisor/xivtodo/issues/13 so it might be better to wait a bit!
I've implemented a non-time-bound checklist as part of https://github.com/bourgeoisor/xivtodo/pull/19, which is now live!
Late reply, but I've implemented checklist reordering here: https://github.com/bourgeoisor/xivtodo/commit/30978392b2083420c114c35e45fc9a655b6f36a6
My next goal for checklists is to have the ability to add description to each checklist items and perhaps a URL to relevant wiki pages / tools for that checklist item (for example, the hunt ones linking to https://ffxivhunt.com/)