xivtodo icon indicating copy to clipboard operation
xivtodo copied to clipboard

Checklist enhancement ideas

Open Noshei opened this issue 3 years ago • 9 comments

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)

Noshei avatar Oct 04 '21 19:10 Noshei

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!

bourgeoisor avatar Oct 11 '21 00:10 bourgeoisor

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!

AkiraChisaka avatar Nov 28 '21 18:11 AkiraChisaka

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!

Coggi avatar Dec 08 '21 22:12 Coggi

Ohh, I love love that idea of a custom "no time limit" checklist, definitely going to implement this! Thank you for the suggestion!

bourgeoisor avatar Dec 23 '21 01:12 bourgeoisor

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

jessemillar avatar Jan 05 '22 15:01 jessemillar

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!

bourgeoisor avatar Jan 20 '22 01:01 bourgeoisor

I've implemented a non-time-bound checklist as part of https://github.com/bourgeoisor/xivtodo/pull/19, which is now live!

bourgeoisor avatar Mar 16 '22 03:03 bourgeoisor

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/)

bourgeoisor avatar Jun 12 '22 14:06 bourgeoisor