mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
59436d2bca
Summary: Builds upon https://phab.getgrist.com/D3328 - Add HomeDB column `Document.gracePeriodStart` - When the row count moves above the limit, set it to the current date. When it moves below, set it to null. - Add DataLimitStatus type indicating if the document is approaching the limit, is in a grace period, or is in delete only mode if the grace period started at least 14 days ago. Compute it in ActiveDoc and send it to client when opening. - Only allow certain user actions when in delete-only mode. Follow-up tasks related to this diff: - When DataLimitStatus in the client is non-empty, show a banner to the appropriate users. - Only send DataLimitStatus to users with the appropriate access. There's no risk landing this now since real users will only see null until free team sites are released. - Update DataLimitStatus immediately in the client when it changes, e.g. when user actions are applied or the product is changed. Right now it's only sent when the document loads. - Update row limit, grace period start, and data limit status in ActiveDoc when the product changes, i.e. the user upgrades/downgrades. - Account for data size when computing data limit status, not just row counts. See also the tasks mentioned in https://phab.getgrist.com/D3331 Test Plan: Extended FreeTeam nbrowser test, testing the 4 statuses. Reviewers: georgegevoian Reviewed By: georgegevoian Differential Revision: https://phab.getgrist.com/D3331 |
||
---|---|---|
.. | ||
1536634251710-Initial.ts | ||
1539031763952-Login.ts | ||
1549313797109-PinDocs.ts | ||
1549381727494-UserPicture.ts | ||
1551805156919-LoginDisplayEmail.ts | ||
1552416614755-LoginDisplayEmailNonNull.ts | ||
1553016106336-Indexes.ts | ||
1556726945436-Billing.ts | ||
1557157922339-OrgDomainUnique.ts | ||
1561589211752-Aliases.ts | ||
1568238234987-TeamMembers.ts | ||
1569593726320-FirstLogin.ts | ||
1569946508569-FirstTimeUser.ts | ||
1573569442552-CustomerIndex.ts | ||
1579559983067-ExtraIndexes.ts | ||
1591755411755-OrgHost.ts | ||
1592261300044-DocRemovedAt.ts | ||
1596456522124-Prefs.ts | ||
1623871765992-ExternalBilling.ts | ||
1626369037484-DocOptions.ts | ||
1631286208009-Secret.ts | ||
1644363380225-UserOptions.ts | ||
1647883793388-GracePeriodStart.ts |