-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
[Task]: Update Create module API response to get module metadata #39675
Labels
Backend
This marks the issue or pull request to reference server code
JS module
Issues affecting JS modules or its instances
Module creator
Issues related to the module creator side
Packages & Git Pod
All issues belonging to Packages and Git
Packages Pod
issues that belong to the packages pod
Query module
Issues affecting query modules or its instances
Task
A simple Todo
Comments
Sample response of create QUERY MODULE:
|
Sample response of create JS module:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Backend
This marks the issue or pull request to reference server code
JS module
Issues affecting JS modules or its instances
Module creator
Issues related to the module creator side
Packages & Git Pod
All issues belonging to Packages and Git
Packages Pod
issues that belong to the packages pod
Query module
Issues affecting query modules or its instances
Task
A simple Todo
Update Create module API response to get module metadata in the same response similar to fetch package API response.
This is needed for the Package IDE changes being worked on where we would now directly redirect to the URL
pkg/:packageId/:moduleId/edit/queries/:queryId
instead of first going topkg/:packageId/:moduleId/edit
and then fetching the module entities which is then used to redirect topkg/:packageId/:moduleId/edit/queries/:queryId
.This was needed in the new flow as we could notice consistent page re-renders on every module switch in the new flow.
The text was updated successfully, but these errors were encountered: