GenderMagProject / GenderMagRecordersAssistant

Making the world of software a more inclusive place
http://gendermag.org/
MIT License
27 stars 59 forks source link

Action is not added to subgoal until end #79

Closed roseg31 closed 4 years ago

roseg31 commented 4 years ago

Actions are not added to the subgoal's list of actions until they are complete. This can pose a problem for when a user saves and exits without fully completing an action.

The action should be saved to the subgoal in parts so that a user can save and exit and retain the information they have for the action regardless of if it's complete.

roseg31 commented 4 years ago

More complicated than expected but resolved in commit 037ef84 - see commit message for detals