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

Refactor the main renderer #1

Open
danielbeeke opened this issue Aug 29, 2023 · 0 comments
Open

Refactor the main renderer #1

danielbeeke opened this issue Aug 29, 2023 · 0 comments

Comments

@danielbeeke
Copy link
Owner

The main renderer has problems:

  • It is hard to inspect the scores given by the algo's for the dash:editors
  • The data is injected in a later phase which makes it hard to give a specific widget for an RDF object hat does not match the SHACL property datatype.
  • It is hard to create empty values for he widgets in nested situations. In the current state empty values are generated when a widget is displayed. If this structure is needed, it should be in a phase before rendering and not in the rendering phase.
  • It is quite complex with all the data shown

It would be great to find a better way to do these.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant