Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.54 KB

TODOS.md

File metadata and controls

32 lines (25 loc) · 1.54 KB

TODOS

Features

  • "Send a shot" where I can tag who I want to have a drink/shot with. Do a synchronized drink timer
  • BAC Calculator, but make sure people know we're not storing any user data
  • Clinking glass audio
  • "Silent mode", where I can do like !beers two hearted ale --silent or !beers-silent two hearted ale and just get a reaction as confirmation
    <!-- - Trigger an event with some Emoji voting (participate or don't) -->
    <!-- - Have a way to start the shot countdown or whatever -->
    <!-- - Figure out if we want to have a countdown -->
    <!-- - Add those drinks to the server -->
    

Design decisions

  • Should we still send an acknowledgement after a drink is successful? Should that be a DM?
    • Mitigating factor here could be a silent mode for commands

Development Tasks

  • Move off of Heroku's insane $9 a month Postgres provider. That is some nonsense
  • Think some more about moving this to an AWS EC2 instance or some server somewhere
  • Investigate a better build tool?
  • Set up some alerting/logging solution for the client.error related stuff
  • Better documentation so I don't forget how the whole thing works after not touching this code for weeks