[infinispan-issues] [JBoss JIRA] (ISPN-11355) UX Design Caches - Data Manipulation

Ming Zhong (Jira) issues at jboss.org
Sun Mar 1 08:07:17 EST 2020


     [ https://issues.redhat.com/browse/ISPN-11355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ming Zhong updated ISPN-11355:
------------------------------
    Description: 
Create the UX design for the Data Manipulation Feature for caches

1. [Display Rehash in progress (boolean) - (detail and/or list)
*   if the cache is being rehashed display it

2. [Delete a cache ( from the list?)
* Be able to delete a cache 
* GET /rest/v2/caches/{cacheName}?action=keys

3. Display the cache configuration (detail and/or list)
* 		Be able to display the configuration of a cache
* 		GET /rest/v2/caches/{name}?action=config
4. CRUD operations for a cache
* 		Be able to do CRUD operations in a given cache
* 		 CREATE -> POST /rest/v2/caches/{cacheName}/{cacheKey}
* 		READ -> GET /rest/v2/caches/{cacheName}/{cacheKey}
* 		UPDATE -> PUT /rest/v2/caches/{cacheName}/{cacheKey}
* 		DELETE -> DELETE /rest/v2/caches/{cacheName}/{cacheKey}
5. Clear a cache
*  Have an action to clear all the values for a given cache
* 	Clear a cache -> GET /rest/v2/caches/{cacheName}?action=clear


  was:
Create the UX design for the Data Manipulation Feature for caches

1. [Display Rehash in progress (boolean) - (detail and/or list)
  -  if the cache is being rehashed display it

2. [Delete a cache ( from the list?)
- Be able to delete a cache 
- GET /rest/v2/caches/{cacheName}?action=keys

3. Display the cache configuration (detail and/or list)
		- Be able to display the configuration of a cache
		- GET /rest/v2/caches/{name}?action=config
4. CRUD operations for a cache
		- Be able to do CRUD operations in a given cache
		- CREATE -> POST /rest/v2/caches/{cacheName}/{cacheKey}
		- READ -> GET /rest/v2/caches/{cacheName}/{cacheKey}
		- UPDATE -> PUT /rest/v2/caches/{cacheName}/{cacheKey}
		- DELETE -> DELETE /rest/v2/caches/{cacheName}/{cacheKey}
5. Clear a cache
	- Have an action to clear all the values for a given cache
	- Clear a cache -> GET /rest/v2/caches/{cacheName}?action=clear




> UX Design Caches - Data Manipulation
> ------------------------------------
>
>                 Key: ISPN-11355
>                 URL: https://issues.redhat.com/browse/ISPN-11355
>             Project: Infinispan
>          Issue Type: Sub-task
>          Components: Console
>            Reporter: Katia Aresti
>            Assignee: Ming Zhong
>            Priority: Major
>              Labels: console-ng
>
> Create the UX design for the Data Manipulation Feature for caches
> 1. [Display Rehash in progress (boolean) - (detail and/or list)
> *   if the cache is being rehashed display it
> 2. [Delete a cache ( from the list?)
> * Be able to delete a cache 
> * GET /rest/v2/caches/{cacheName}?action=keys
> 3. Display the cache configuration (detail and/or list)
> * 		Be able to display the configuration of a cache
> * 		GET /rest/v2/caches/{name}?action=config
> 4. CRUD operations for a cache
> * 		Be able to do CRUD operations in a given cache
> * 		 CREATE -> POST /rest/v2/caches/{cacheName}/{cacheKey}
> * 		READ -> GET /rest/v2/caches/{cacheName}/{cacheKey}
> * 		UPDATE -> PUT /rest/v2/caches/{cacheName}/{cacheKey}
> * 		DELETE -> DELETE /rest/v2/caches/{cacheName}/{cacheKey}
> 5. Clear a cache
> *  Have an action to clear all the values for a given cache
> * 	Clear a cache -> GET /rest/v2/caches/{cacheName}?action=clear



--
This message was sent by Atlassian Jira
(v7.13.8#713008)



More information about the infinispan-issues mailing list