Comrad icon indicating copy to clipboard operation
Comrad copied to clipboard

Show Calendar - Instance Creation Improvements

Open jberns opened this issue 6 years ago • 0 comments

Description of Issue

Instances are not being created efficiently using the "createInstanceShow" action. Only changed data on the instance should be sent to the backend, and then written on top of the series show it finds. Currently we are sending the entire show instead of just changes to the backend which was having the unintended effect of not allowing series changes to propagate to an unchanged instance.

Improvements to be made:

  • [ ] Update anywhere the action is being used to only send required updates instead of an entire show
  • [ ] On editing and instance off of the series, look into using the createInstanceShow action after the form is submitted instead of before, this will prevent creating of an instance if the user decides to cancel the instance creation.

Possible Solution and/or Approach

Insert Possible Solution/Approach Here

Additional Comments

Comments Go Here

jberns avatar Aug 07 '19 23:08 jberns