UniversityOfNottingham / devbot

0 stars 0 forks source link

Add "walk bot" script #8

Open beforan opened 7 years ago

beforan commented 7 years ago

We want a script to randomise features of our afternoon walk break.

Ideally i guess this should be made into a generic configurable "randomise things from a list, or several lists at once" script, so bonus points for doing it that way and making it reusable in the wider world. We could probably npm that, unlike a script that explicitly randomises staircases in our building.

beforan commented 7 years ago

Also in future could consider making it dynamically configurable.

e.g. if the config was in (for example) redis, then could add commands to modify lists at runtime

beforan commented 7 years ago

I've merged the first version of this, since in practice production devbot was running from that branch anyway...

However the issue here should remain open as there's more work to be done.

beforan commented 7 years ago

13 is wip, so once complete should allow this to become a way better script