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

feat:RenderView tree view FieldStyling #183

Open
Allcharles opened this issue Apr 9, 2020 · 4 comments
Open

feat:RenderView tree view FieldStyling #183

Allcharles opened this issue Apr 9, 2020 · 4 comments
Assignees
Labels
enhancement New feature or request triage:low Low priority issue or pull request ui feature A new feature/page to add to the project

Comments

@Allcharles
Copy link
Contributor

Add option to RenderViewComponent so that objects can optionally be viewed as a tree view. This will require either a treeview library, or general angular theme import. An example library: https://www.primefaces.org/primeng/showcase/#/tree

@Allcharles Allcharles added enhancement New feature or request ui feature A new feature/page to add to the project triage:low Low priority issue or pull request labels Apr 9, 2020
@Allcharles Allcharles self-assigned this Apr 9, 2020
@Allcharles Allcharles mentioned this issue Apr 9, 2020
@atruskie
Copy link
Member

This would be showing notes fields yeah?

@Allcharles
Copy link
Contributor Author

Allcharles commented Apr 16, 2020

Aren't notes a Blob? Would we try JSON.parse() and if true display TreeView?

@atruskie
Copy link
Member

Context: #177 (comment)

Any notes that are currently returned as a string are a bug.
All notes should be just be sub-objects merged with the normal object graph.

@atruskie
Copy link
Member

And yeah:

Would we try JSON.parse() and if true display TreeView?

Absolutely (and bugs filed against API endpoints that return strings)

@Allcharles Allcharles changed the title Create RenderView tree view FieldStyling feat:RenderView tree view FieldStyling Apr 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request triage:low Low priority issue or pull request ui feature A new feature/page to add to the project
Projects
None yet
Development

No branches or pull requests

2 participants