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

Choose field name for select option label on relationships #76

Open
brylie opened this issue Jun 17, 2015 · 2 comments
Open

Choose field name for select option label on relationships #76

brylie opened this issue Jun 17, 2015 · 2 comments

Comments

@brylie
Copy link

brylie commented Jun 17, 2015

When specifying a foreign key relationship, it would be helpful to also be able to specify the label field. E.g. in an employees collection with a firstName field, the select value would be _id while the select label would be firstName.

The code would auto-generate a select widget using the value and label settings, as in the Meteoris CRUDSS example video.

@brylie brylie changed the title Specify field name for select option label on relationships Choose field name for select option label on relationships Jun 17, 2015
@brylie
Copy link
Author

brylie commented Jun 17, 2015

The field name might be selected via a drop down menu showing existing field labels. I.e. the end-user creating the CRUDSS would see field labels in the select option, while the value would be the actual field name in the collection.

@brylie
Copy link
Author

brylie commented Jun 17, 2015

Having a select widget would smooth the process of creating relationships, as it is relatively easy to make a mistake.

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