andyjennings314 / IMATTC

A Greasemonkey-powered total overhaul for the Ingress Mission Authoring Tool
MIT License
16 stars 6 forks source link

Drag-and-drop moving missions between categories #32

Closed andyjennings314 closed 5 years ago

andyjennings314 commented 5 years ago

GIVEN I have created at least one category AND I have created at least one mission

WHEN I click and drag a mission

THEN it should be drag and droppable


GIVEN the above criteria AND I am dragging a mission from a category or from the uncategorised category

WHEN I drop it into another category, or back into uncategorised

THEN it should set the target category's sort to Initial AND it should add the mission to that category, at the end of the Initial sort AND it should remove it from its original category

andyjennings314 commented 5 years ago

Being developed in feature/ dragdrop-categories.

Complete apart from some bugtesting.

andyjennings314 commented 5 years ago

Released in v1.7.0