Skip to content
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

Use dynamic schema info in UI #952

Open
Tracked by #920
BenjaminCharmes opened this issue Oct 21, 2024 · 0 comments · May be fixed by #953
Open
Tracked by #920

Use dynamic schema info in UI #952

BenjaminCharmes opened this issue Oct 21, 2024 · 0 comments · May be fixed by #953
Assignees

Comments

@BenjaminCharmes
Copy link
Contributor

BenjaminCharmes commented Oct 21, 2024

Use this information in the UI: e.g., when generating dynamic data table for a type, or when generating item pages. At least initially, this could just give a way to list custom fields that are missing from the edit page with generic components. e.g., if JSON schema type is a string: show it in a textarea, or if its a date, show it as a date. i.e., type-aware components. This might involve extending JSON schema types with some internal type-system that includes e.g., dates.

@ml-evs ml-evs changed the title Use this information in the UI: e.g., when generating dynamic data table for a type, or when generating item pages. At least initially, this could just give a way to list custom fields that are missing from the edit page with generic components. e.g., if JSON schema type is a string: show it in a textarea, or if its a date, show it as a date. i.e., type-aware components. This might involve extending JSON schema types with some internal type-system that includes e.g., dates. Use dynamic schema info in UI Oct 21, 2024
@BenjaminCharmes BenjaminCharmes self-assigned this Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants