Database Adapter : CondensedUserFlagDatabase #18
Labels
No labels
Compat/Breaking
Kind
Bug
Kind
DevOps
Kind
Documentation
Kind
Enhancement
Kind
Feature
Kind
Security
Kind
Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
System/dnd5e
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Foundry/stat-tracker#18
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This database adapter is intended to be used by people who are planning on running a long campaign and want to help keep load times shorter.
The structure of this data should be of type
Record<PrivacyMode, Record<BucketValue, number | undefined>>where the inner object is only an object of the bucket values that have had a count in the past (e.g. when it hasn't had a count previously, it should be undefined, but once it gets a single value, it becomes 1, then if that gets reduced to 0, it stays as0(or maybe it becomes undefined, not sure yet))This should store the UTC date as well somewhere so that we can still do date-wise filtering with much less data required to be stored.
Blocked by #20