Page MenuHomePhabricator

Begin generalizing Javascript for Workboard state handling
ClosedPublic

Authored by epriestley on Feb 9 2016, 12:55 PM.
Tags
None
Referenced Files
F13084005: D15224.diff
Wed, Apr 24, 10:46 PM
Unknown Object (File)
Sun, Apr 14, 9:18 AM
Unknown Object (File)
Sat, Apr 13, 5:42 AM
Unknown Object (File)
Thu, Apr 11, 3:44 AM
Unknown Object (File)
Thu, Apr 11, 3:44 AM
Unknown Object (File)
Thu, Apr 11, 3:44 AM
Unknown Object (File)
Wed, Apr 10, 6:16 PM
Unknown Object (File)
Tue, Apr 9, 11:55 PM
Subscribers
None

Details

Summary

Ref T4900. Broadly, workboard state management is fairly ad-hoc now, which makes things like this (where some kind of edit affects global state) difficult:

  • Updating points header to reflect a sum change after dragging a task.
  • Changing progress bars after editing a task to change resolution or points value.
  • Moving a card to the correct column after editing it and changing subprojects/iterations.
  • Responding to real-time notifications about other users moving cards.

This begins rewriting the code in a way that can better accommodate these kinds of far-reaching state update.

This change just moves cover image stuff. I'll continue moving features one at a time until boards work better.

Test Plan

Updated some cover images.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Begin generalizing Javascript for Workboard state handling.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.
This revision is now accepted and ready to land.Feb 9 2016, 2:28 PM
This revision was automatically updated to reflect the committed changes.