feat: implement quota#129
Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces quota management for spaces by defining a new SpaceQuota class and integrating it alongside QuotaMixin into SpaceView. However, because SpaceView overrides the destroy method without calling super().destroy(), the quota release mechanism in QuotaMixin is bypassed during space deletion. To ensure quotas are correctly released, the destroy method should be updated to delegate to the superclass.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
What?
Implement the quota
Why?
How?
Testing?
Anything Else?