Open zcclark opened 1 year ago
Thanks zcclark for your feedback! It was the goal for the restartDB block to be used as sort of a last resort for admin to restart the DB maybe at the end of the night or prior to opening. I think one of our other issues was to note that these blocks should only be used by the admin person of the restaurant so maybe have that within the instructions or have it in a separate folder would work.
Hi guys! This is a great project! I think this can definitely be a project that could be beneficial for real life usage! For some feedback, are you going to implement table deletion? I recommend completing the implementation for the 'restartDB' block! To delete all entries of a table, you should execute SQL DELETE statements for each table. You can create a new block for this or extend the existing 'restartDB' block to handle the table deletions. Apart from that, I have no further feedback! Great work!