Coding challenge - Part Position answered by Theofanis Vardatsikos (vardtheo@gmail.com).
What potential actions do you identify as requiring a recalculation of positions in the Parts linked to the Episode?
Actions create
and update
require recalculation of positions. For update
only when the position
is changed.
Position would not need to be sequential in order for indexing to work e.g., 1,4,5,7 would be acceptable, then delete
does not need recalculation.