-
Type: Story
-
Status: Closed (View Workflow)
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 0.4 swallows
-
Fix Version/s: 0.4 swallows
-
Labels:None
As an admin I want to be able to add/remove/update branches of the forum component.
1. Administrator clicks "Branches" and goes to the page with a list of all branches.
2. Сlicks "Add new Branch" and and a popup window appears that allows admin to specify the name and description of new branch. Admin presses "Add" button.
3. After successfully submitting the form, admin sees the newly created branch as the last one in the list.
a. If the branch with the title exists the field with the name becomes red.
4. By double-clicking on the branch, a popup window appears that allows to change current attributes of the branch.
5. By selecting the branch and pressing Remove, administrator can remvoe the branch. A confirmation dialogue should appear with text 'Are you sure you want to remove selected branch? All the topics associated with it will be removed as well'.
Note, that branch record shouldn't be removed from the database at all, it should be marked as Removed (some state enum field) and thus won't be shown on the screen anymore.
- relates to
-
POULPE-18 Creating branch without name and description.
- Closed