United-Way-Achievement-Club / uw_database

A web application for the United Way Achievement Club for coordinators to track member progress and to reduce dependence on paper forms
0 stars 0 forks source link

Edit Goal Function #51

Open SrutiG opened 6 years ago

SrutiG commented 6 years ago

See comments in db_accessor.py editGoal() function

Make sure that the database schema supports edits to goals. This means that when a step name is changed, it must be changed for all Member_Steps and Proofs. If a Proof is deleted, all Member_Proofs must be deleted. There are many dependencies like this which must be supported.