@acossta
Working on spec'ing BrainGrid's quota service in BrainGrid This service will enforce quotas for the different plans: How it works: ā The app uses a getQuota method passing the quota key like "projects" and the account ID. ā This returns the number of projects this account is allowed to have ā A quota key, plan, value combo define this in the db ā It also has organization_id to allow org level overrides ā Full admin interface to manage. ā Ability to create and modify quotas in the UI Read šš¼ to see the actual requirement and tasks generated