-
-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(organization): add new route for organization projects TASK-975 #5240
Merged
Conversation
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
…ion-assets-endpoint
…ion-assets-endpoint
…ion-assets-endpoint
…ion-assets-endpoint
…to support org admins
…eting submissions
# Conflicts: # kpi/views/v2/asset_file.py
…-975-org-viewswticher # Conflicts: # jsapp/js/projects/projectViews/viewSwitcher.tsx
…-975-org-viewswticher
…lbox/kpi into leszek/task-975-org-viewswticher
…-975-org-viewswticher
@jamesrkiger because this is built atop #5218 and requires #5251, I will update it and make it review-ready after either of them is merged. |
Base automatically changed from
task-960-organization-assets-endpoint
to
main
November 11, 2024 18:41
# Conflicts: # jsapp/js/projects/universalProjectsRoute.tsx
jamesrkiger
reviewed
Nov 13, 2024
jamesrkiger
approved these changes
Nov 14, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🗒️ Checklist
<type>(<scope>)<!>: <title> TASK-1234
frontend
orbackend
unless it's global📣 Summary
Make it possible to view your organization projects in a table.
📖 Description
Add new route for viewing your organization projects at
#/projects/organization
. Make it possible to switch into the new route through the View Switcher UI element.👀 Preview steps
mmosEnabled
💭 Notes
This is build atop #5218 so it would be best to wait with merge until the BE PR is done. Still, this one is totally reviewable ❤️