ddinh0411 / ROMSly

The final project for the class CPSC 354: Programming Languages. This a group project and acts as a a showcase of mastery over the topics of parsing.
1 stars 1 forks source link

Table Deletion #84

Open zcclark opened 11 months ago

zcclark commented 11 months ago

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!

ddinh0411 commented 11 months 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.