tadpoleloop / idle_apocalypse_event_planner

MIT License
2 stars 3 forks source link

Feature Request: Progress Tracking #28

Open cjhaviland opened 2 years ago

cjhaviland commented 2 years ago

First off; thank you so much for this. I am currently finishing up my first redo as I've missed the top prizes in ALL of the events... I started with Lost In Time because I know it's the hardest and it was so nice to know that even though I followed the recommended optimization, because I slept in the first morning I was WAY behind and was going to end up with 98%. It sucked having to purchase the 2nd gem boost, but it would have sucked more having to redo this event a third time.

Feature Request:

I was following along with the GUI output but sometimes it got confusing where I was or what was next and I didn't want to keep re-processing just to wipe out what I've already done. I was thinking turning a completed list into a check list.

Extras:

cjhaviland commented 2 years ago

I am a Front-end Web dev, so I don't mind looking at some of these changes with you if they're possible. I do have several more events left and wouldn't mind a way to more easily track my progress.

tadpoleloop commented 2 years ago

I can set up the server as a flask endpoint to do all this fancy stuff. I only used voila because it was the most painless way to publish the planner for others to use.

These all sound like great ideas. Right now the entire output is contained in a widget, and being able to uncouple the lines will take quite a large refactor. Certainly something to have on the road map though