Project

General

Profile

Feature #13854

Updated by Chrystian Klingenberg over 5 years ago

As a user I would like to have tags card inside data collection view 
 so that I will have possibility to add tags to collection  

 Acceptance criteria: 
    - user has possibility to add tag made from "Key" and "Value" 
    - added tags are editable 
    - deleting tags is available 
    - inputs contain autocomplete 
    - chips are composed of "Key"and "Value" separated  
    - group of tags have specific color 
    - after adding a tag, snackbar appears 
    - "Key" are unique (can be added only once) 


 User flow (Adding a tag): 
 1. Specify Click on "+Add tag" 

 2. Popup appears where user has to specify "Key" and "Value" inside inputs 

 2.  

 3. Click "Add" "Save" button 

 3. 4. Tag with specific color was added to list and snackbar appears with notification that "Tag has been added" created" 

 User flow (Deleting tag): 

 1. Click on "x" "trash" icon inside chips near to tag 

 2. Popup appears with confirmation 

 3. Click "delete tag" 

 4. Popup appears with notification that "Tag has been deleted" 

 Mockup: https://3czrf1.axshare.com/#g=1&p=4_4_collection&c=1 https://3czrf1.axshare.com/#g=1&p=4_2_collection&c=1

Back