Homec4science

Add very basic routing to Nuance

Authored by epriestley <git@epriestley.com> on Aug 24 2015, 18:21.

Description

Add very basic routing to Nuance

Summary:
Ref T8783. Sort out some relationships and fields:

  • Make Items 1:1 with Queues: each item is always in exactly one queue. Minor discussion on T8783. I think this is easier to understand and reason about (and implement!) and can't come up with any real cases where it isn't powerful enough.
  • Remove "QueueItem", which allowed items to be in multiple queues at once.
  • Remove "dateNuanced", which is equivalent to "dateCreated" in all cases.

Then add really basic routing:

  • Add "Default Queue" for Sources. New items from the source route into that queue.
  • (Some day there will be routing rules, but for now the rule is "always route into the default queue".)
  • Show queue on items.
  • Show more / more useful edit history and transactions in several UIs.

Test Plan:
{F749445}

{F749446}

{F749447}

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T8783

Differential Revision: https://secure.phabricator.com/D13988

Details

Committed
epriestley <git@epriestley.com>Aug 24 2015, 18:21
Pushed
aubortJan 31 2017, 17:16
Parents
rPHe55a197dd683: Fix issues where Drydock queries didn't work correctly with empty arrays
Branches
Unknown
Tags
Unknown

Event Timeline

epriestley <git@epriestley.com> committed rPHc6125798542d: Add very basic routing to Nuance (authored by epriestley <git@epriestley.com>).Aug 24 2015, 18:21