-
-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(billing): require org id for service/asset usage TASK-1476 (#5443)
### 📣 Summary Removes option for API calls to retrieve user-based service/asset usage. ### 💭 Notes We previously allowed for the possibility that users would not be organization members. If a user wasn't an org member, we used a separate API endpoint to retrieve their usage data. Now, however, from a frontend perspective users are always organization members and we should always use the organization usage endpoints. ### 👀 Preview steps 1. As a member of an MMO with at least one admin member, create and deploy a project and make a submission. 2. Access the organization usage page as an admin and view the per-project usage table. 3. On main, this table will be empty. On this PR branch, it will include the project. 4. Access the organization usage page as the owner and view the per-project usage table. 5. On main, the project will be shown as a draft. On this branch it will show up as deployed.
- Loading branch information
1 parent
b237f87
commit 0fc340b
Showing
3 changed files
with
34 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters