Add labels and annotations to Org namespace on control-plane #96
Labels
No labels
API
Billing
UI/UX
dependencies
bug
change
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: servala/servala-portal#96
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Stories
As an admin, I want to see additional information about a namespace in the control-plane
We generate the organization namespace to be
org-$ID, which lacks information when working directly on the control-plane.Implementation Notes
When creating a namespace in the control-plane, set the following metadata:
Labels:
servala.com/organization_id = $Organization.idservala.com/erp_company_id = $Organization.billing_entity.odoo_company_idservala.com/erp_invoice_id = $Organization.billing_entity.odoo_invoice_idAnnotations:
servala.com/organization = $Organization.nameservala.com/billing = $Organization.billing_entity.nameservala.com/origin = $Organization.OrganizationOrigin.nameservala.com/sales_order = $Organization.sales_orderRefs:
Implemented – Currently part of #66.
You wrote
servala.com/origintwice, I changed the latter toservala.com/sales_order– the Servala model field currently is calledsale_order(singular), please let me know which you prefer.Results of the code in #66 atm: