[JBoss JIRA] (ISPN-11355) UX Design Caches - Data Manipulation
by Ming Zhong (Jira)
[ https://issues.redhat.com/browse/ISPN-11355?page=com.atlassian.jira.plugi... ]
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
- [Display Rehash in progress (boolean) - (detail and/or list)
* if the cache is being rehashed display it
- [Delete a cache ( from the list?)
Be able to delete a cache
GET /rest/v2/caches/{cacheName}?action=keys
- [ ] Display the cache configuration (detail and/or list)
Be able to display the configuration of a cache
GET /rest/v2/caches/{name}?action=config
- [ ] 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}
- [ ] 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)
4 years, 10 months