]> git.cworth.org Git - turbot/commit
Implement update of puzzle when edit_puzzle dialog is submitted
authorCarl Worth <cworth@cworth.org>
Sat, 9 Jan 2021 02:44:29 +0000 (18:44 -0800)
committerCarl Worth <cworth@cworth.org>
Sat, 9 Jan 2021 06:14:00 +0000 (22:14 -0800)
commitc6ce6535d35284aad823b9f325e54ddb67ea1f3e
tree2df92e8f7fd257d742cefb868778e9e6893d1b93
parentac83e42a735ae1098ebcec783b5f816369eb3917
Implement update of puzzle when edit_puzzle dialog is submitted

Processing all user input and updating the database with the changes.

This isn't _quite_ updating everything in the channel and the sheet
that should be changed. To do that we simply need to refactor the code
that's currently doing that in various places to do it all in one
place.
turbot/blocks.py
turbot/interaction.py