dataall
dataall copied to clipboard
Ability to edit entries made for networking under an Environment
Is your idea related to a problem? Please describe. Under Admin > Environments > {SPECIFIC_ENV} > Environments tab once an entry is made for networking it cannot be edited. The only way to correct a subnet id or vpc id is to delete the entry and make it again.
Describe the solution you'd like I would like to have an ability to edit an existing networking entry under an environment.
P.S. Don't attach files. Please, prefer add code snippets directly in the message body.
Agreed - this would be helpful enhancement for networks in data.all. We would need to implement the following:
-
New frontend view to update Network -
updateNetworkModal.js
-
CONSIDERATION : What aspects of network would it be helpful to edit? I am originally thinking
publicSubnetIds
,privateSubnetIds
,vpcId
andtags
all should be editable?
-
CONSIDERATION : What aspects of network would it be helpful to edit? I am originally thinking
-
New API
updateNetwork
- query def in frontend and API specification in backend atbackend/dataall/core/vpc/api/
directory -
Resolver logic to interact with RDS DB and update values for the Network record
Let me know if you agree with the editable parameters @awskaran
I will work with the team to determine where we can prioritize the above in our backlog, thanks
Yes @noah-paige I agree with the editable fields.