Page MenuHomePhabricator

Begin making card updates on boards independent of context
ClosedPublic

Authored by epriestley on Feb 9 2016, 2:16 PM.
Tags
None
Referenced Files
F18349962: D15228.id.diff
Tue, Aug 26, 7:01 PM
F18336341: D15228.diff
Mon, Aug 25, 11:37 AM
F18099921: D15228.id36752.diff
Sat, Aug 9, 9:28 AM
F18085762: D15228.id.diff
Tue, Aug 5, 7:24 PM
F18053469: D15228.id36773.diff
Mon, Aug 4, 5:07 AM
F17937804: D15228.diff
Thu, Jul 31, 1:38 AM
F17908506: D15228.id36752.diff
Jul 29 2025, 1:50 PM
F17859571: D15228.id36773.diff
Jul 27 2025, 8:53 PM
Subscribers
None

Details

Summary

Ref T4900. To eventually support realtime board updates, we need to be able to perform a board state update without the context of the action which caused it.

For example, if the server says "update card Y", we need to know what to do without being told "card Y was moved from column A to column B" explicitly. Currently, all the update code relies on knowing what happened and which nodes were affected.

This is only a small step forward, but starts making things a bit more independent and consistent.

Test Plan
  • Moved cards around.
  • Changed card cover images.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Begin making card updates on boards independent of context.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.

itsawesome

This revision is now accepted and ready to land.Feb 9 2016, 2:41 PM
This revision was automatically updated to reflect the committed changes.