Dynamic service ordering forms #27

Merged
rixx merged 14 commits from 14-dynamic-service-ordering-forms into main 2025-03-26 14:43:16 +00:00
Member
  • load CRD
  • build django model dynamically
  • build django form dynamically
  • cache schema
  • form rendering
  • metadata fields

#14

- [x] load CRD - [x] build django model dynamically - [x] build django form dynamically - [ ] cache schema - [x] form rendering - [ ] metadata fields #14
rixx added 6 commits 2025-03-25 17:45:08 +00:00
rixx added spent time 2025-03-25 17:45:17 +00:00
8 hours
rixx added 1 commit 2025-03-26 10:18:23 +00:00
Show specific schema version, handle errors
All checks were successful
Tests / test (push) Successful in 24s
24e1ce8cb8
rixx added 1 commit 2025-03-26 10:25:04 +00:00
Display offering form in separate card
All checks were successful
Tests / test (push) Successful in 24s
df1ebaa2d4
rixx added 1 commit 2025-03-26 12:32:02 +00:00
Implement full crd discovery and schema retrieval
All checks were successful
Tests / test (push) Successful in 23s
6a521f3d0a
tobru reviewed 2025-03-26 13:15:16 +00:00
@ -313,0 +381,4 @@
_preload_content=False,
).json()
for schema in response["components"]["schemas"].values():
gkvs = schema.get("x-kubernetes-group-version-kind")
Owner

The Kubernetes community usually uses gvk as the abbreviation, instead of gkv

The Kubernetes community usually uses `gvk` as the abbreviation, instead of `gkv`
rixx marked this conversation as resolved
tobru added 1 commit 2025-03-26 14:18:17 +00:00
add perfect scrollbar extension for mazer
All checks were successful
Tests / test (push) Successful in 24s
751f1ed0b0
rixx added 4 commits 2025-03-26 14:41:25 +00:00
rixx merged commit d3eb9c55f7 into main 2025-03-26 14:43:16 +00:00
rixx deleted branch 14-dynamic-service-ordering-forms 2025-03-26 14:43:17 +00:00
rixx added spent time 2025-03-26 15:07:51 +00:00
6 hours
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Total time spent: 14 hours
rixx
14 hours
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: servala/servala-portal#27
No description provided.