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
F13245944: D15228.diff
Thu, May 23, 6:53 AM
F13224750: D15228.id.diff
Sun, May 19, 10:36 AM
F13216925: D15228.diff
Sat, May 18, 3:00 AM
F13201005: D15228.diff
Tue, May 14, 7:01 AM
F13200558: D15228.diff
Tue, May 14, 1:38 AM
F13190989: D15228.id36773.diff
Sat, May 11, 4:11 PM
F13190637: D15228.diff
Sat, May 11, 12:43 PM
Unknown Object (File)
May 5 2024, 7:17 AM
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.