-
Notifications
You must be signed in to change notification settings - Fork 13
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
Display crop names as tabs in the Dataset Explorer #467
Comments
part of #465 : #466, #467. manage-explorer.js : dataPre1() : insert filter by .cropFilterSelected. dataPre() : rename to dataPostNameFilter, and use alias to define it, so that filters can be inserted easily (dataPre is used in several places); e.g. dataPostCrop() was drafted to implement the crop filter, which is now implemented in dataPre1(), upstream of the name filter, whereas dataPre is downstream of the name filter, as indicated by the name dataPostNameFilter. add noCrop, cropFilterSelected, selectedCropChanged, cropField, withCrop, child1Crop, cropNames (these are based on respectively noGroup, groupFilterSelected, selectedGroupChanged, withParent, child1, parents, parentNames, substituting parent → crop). add cropsForFilter. dataset.js : add cropName : alias(_meta.Crop). filter-group.js : toString() : reduce trace. manage-explorer.hbs : Use form/select-group, with .cropFilterSelected, .cropsForFilter, .selectedCropChanged
Posted for discussion in Project / User channelIn #302 / #465, the Crop selection can be via radio button or a pull-down similar to Group. Functionality added8e4d0e5 Display Crop Selector Tested on localThese tests include a display of the list of crop names, which was used in development and dropped before the commit. |
part of #465
Display crop (group) names as tabs in the Dataset Explorer
The text was updated successfully, but these errors were encountered: