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 can see which will have possibility to add tags are connected to current location 

 collection  

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


 User flow (Adding a tag): 

 1. Specify "Key" and "Value" inside inputs 

 2. Click "Add" button 

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

 User flow (Deleting tag): 

 1. Click on "x" icon inside chips from material.io 

 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

Back