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

DataSource - Need to describe the interface #4

Open
Hendy opened this issue Feb 28, 2019 · 1 comment
Open

DataSource - Need to describe the interface #4

Hendy opened this issue Feb 28, 2019 · 1 comment
Labels
help wanted All and any feedback welcome

Comments

@Hendy
Copy link
Contributor

Hendy commented Feb 28, 2019

nuPickers had property editors for various combinations of a data-source + editor ui (hence Enum Typeahead List Picker didn't exist as it's an unlikely data-set to be used with a typeahead)

this new project will use a common data source for all property editors - essentially using something like the nuPicker DotNet for all data sources.

Enum
Json
Lucene
Relation
Sql
Xml

each data source need to be able to return the following for each option:
a string key (default to using the key instead of id ?)
a string label
a parent id (for a tree picker / cascading drop downs) ?

@Hendy Hendy added the help wanted All and any feedback welcome label Feb 28, 2019
@ThomasSkyldahl
Copy link

just a small note: With the new Composition based approach in Umbraco, the IDataSource registration could also be Composition based

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted All and any feedback welcome
Development

No branches or pull requests

2 participants