mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 11:29:12 +00:00
docs: update with better user story data classification for persistent data
This commit is contained in:
parent
55c2f8615c
commit
529a3a6f2d
1 changed files with 5 additions and 3 deletions
|
@ -10,6 +10,8 @@ Legend
|
||||||
- Typical use cases: Guild roles; anything unlikely to change, but not painful to query.
|
- Typical use cases: Guild roles; anything unlikely to change, but not painful to query.
|
||||||
- (Cold) - Denotes cachable data stored for a long time, 1 hour.
|
- (Cold) - Denotes cachable data stored for a long time, 1 hour.
|
||||||
- Typical use cases: Guild lists for a session; anything very unlikely to change, and commonly used.
|
- Typical use cases: Guild lists for a session; anything very unlikely to change, and commonly used.
|
||||||
|
- (Permanent) - Denotes data that is permanent.
|
||||||
|
- Typical use cases: Guild customization data (categories, message)
|
||||||
- (Sec) - Security-minded data. Should never reach end-users.
|
- (Sec) - Security-minded data. Should never reach end-users.
|
||||||
- Typical use cases: Access tokens
|
- Typical use cases: Access tokens
|
||||||
|
|
||||||
|
@ -36,7 +38,7 @@ As a user, I'd like to see all of the roles I can select in a previously set up
|
||||||
- User Current Guilds (Cold)
|
- User Current Guilds (Cold)
|
||||||
- Guild Roles (Warm)
|
- Guild Roles (Warm)
|
||||||
- User Roles (Hot)
|
- User Roles (Hot)
|
||||||
- Guild Customization (Cold)
|
- Guild Customization (Cold) (Permanent)
|
||||||
|
|
||||||
### Server Role Picker Action
|
### Server Role Picker Action
|
||||||
|
|
||||||
|
@ -60,7 +62,7 @@ As an admin, I'd like to see all of the settings and options for a server.
|
||||||
- Data:
|
- Data:
|
||||||
- User Current Guilds (Cold)
|
- User Current Guilds (Cold)
|
||||||
- Guild Roles (Warm)
|
- Guild Roles (Warm)
|
||||||
- Guild Customization (Cold)
|
- Guild Customization (Cold) (Permanent)
|
||||||
|
|
||||||
### Server Editor Action
|
### Server Editor Action
|
||||||
|
|
||||||
|
@ -72,7 +74,7 @@ As an admin, I'd like to save settings and options that I have set within the ed
|
||||||
- Data:
|
- Data:
|
||||||
- User Current Guilds (Cold)
|
- User Current Guilds (Cold)
|
||||||
- Guild Roles (Warm)
|
- Guild Roles (Warm)
|
||||||
- Guild Customization (Cold)
|
- Guild Customization (Cold) (Permanent)
|
||||||
|
|
||||||
### Session Pre-warming
|
### Session Pre-warming
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue