Page MenuHomePhabricator

Implement subproject/milestone conflict resolution rules
ClosedPublic

Authored by epriestley on Feb 2 2016, 9:07 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 12, 8:44 PM
Unknown Object (File)
Thu, Apr 11, 8:08 AM
Unknown Object (File)
Sun, Apr 7, 8:51 AM
Unknown Object (File)
Sat, Apr 6, 9:11 AM
Unknown Object (File)
Tue, Apr 2, 9:24 PM
Unknown Object (File)
Feb 17 2024, 8:57 AM
Unknown Object (File)
Feb 15 2024, 4:17 AM
Unknown Object (File)
Feb 3 2024, 8:29 AM
Subscribers
None

Details

Summary

Ref T10010. When you try to add "Sprint 35" to a task, remove "Sprint 34", etc. Briefly:

  • A task can't be in Sprint 3 and Sprint 4.
  • A task can't be in "A" and "A > B" (but "A > B" and "A > C" are fine).
  • When a user makes an edit which would violate one of these rules, preserve the last tag in each group of conflicts.
Test Plan
  • Added fairly comprehensive tests.
  • Added a bunch of different tags to things, saw them properly exclude conflicting tags.

Diff Detail

Repository
rP Phabricator
Branch
col1
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 10460
Build 12788: Run Core Tests
Build 12787: arc lint + arc unit

Event Timeline

epriestley retitled this revision from to Implement subproject/milestone conflict resolution rules.
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 2 2016, 9:10 PM

One possible weird consequence of these rules is that these tags are OK:

  • (StoneworkIteration IV) + (StoneworkMasonry)

I think that's fine for now. If it ultimately turns out to be confusing, we could make adding StoneworkMasonry remove StoneworkMilestone X.

This revision was automatically updated to reflect the committed changes.