nofusscomputing / nofusscomputing/centurion_ui
:one: Update ModelForm View form fields
@jon-nfc is already working on this.
Since Mar 10, 2026.
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 0
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 20
Description
Due to refactor to PatternFly the form fields are no longer formatted correctly.
Deails
Update the form fields so that they format correctly.
Originally as a proof-of-concept a separate form was created and used to create a new entry. time has passed and its outgrown its use. plan moving forward is to remove this in favour of using the detail view, except with input fields. on the API returning HTTP/201, use that data to generate the DetailView of the object just created.
Tasks
-
Update display fields to enable a Read/Write Option
-
Update form fields
-
Add skeleton for loading
Requirements
- Inline edit - TicketView uses for metadata sidebar
- Ticket comment above and below comment text works
- DetailView Edit button converts RO fields to edit model
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.