pluralsight / mob-timer

A mob programming application
Apache License 2.0
65 stars 26 forks source link

Store users and timer in some sort of local state #12

Closed TravisBumgarner closed 6 years ago

TravisBumgarner commented 6 years ago

When opening the mob timer after restarting, our names and the time we set is reset to the default.

allan-stewart commented 6 years ago

The timer should already do this. It doesn't keep track of which mobber was next, but all the names should be retained. So if it's not working for you, then we've probably got a bug.

Can you give me more detail so we can try to track it down? Off-hand, I'm wondering if it's a file permissions problem -- maybe it cannot write the file? What OS, etc?

parkerholladay commented 6 years ago

I've noticed this before as well. I'm actually working on a change to the config right now. It is currently writing to os.tempDir(), but I'd like to change that to writing in the homeDir() instead, so it doesn't get lost on reboot from time to time.