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
F14056250: D15228.diff
Sat, Nov 16, 7:15 PM
F14043836: D15228.id36752.diff
Tue, Nov 12, 1:20 PM
F13991355: D15228.id.diff
Tue, Oct 22, 10:21 AM
F13970101: D15228.id36752.diff
Oct 17 2024, 5:43 AM
Unknown Object (File)
Oct 10 2024, 2:17 AM
Unknown Object (File)
Oct 9 2024, 3:09 AM
Unknown Object (File)
Oct 4 2024, 7:57 PM
Unknown Object (File)
Sep 30 2024, 5:23 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.