-
Notifications
You must be signed in to change notification settings - Fork 3
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
Editable participants #59
base: master
Are you sure you want to change the base?
Editable participants #59
Conversation
- added selectize.options to dtedit arguments - added checks within mod_DTedit to determine whether the table is participants or Checkinout
- added fields = '{}' to query_stage_profiles
applied dplyr::select(-dplyr::any_of('_id')) %>% to data_esquisse$data in app_server
and drop id from interactive plot
To make participants editable with the ability to create labels, I cloned DavidPatShuiFong's DTedit and switched to the 'develop' branch. Then I have to load his branch and load emdash. Unfortunately, the data download buttons do not appear for participants or in Bike Check In. Here are the warnings I get:
While the app is running:
|
The answer to this stackoverflow question seems relevant: |
Somehow DTedit correctly displays the download buttons in the Fix bike check in branch, but does not in this branch. |
Below is a reproducible example of the download buttons not appearing, with commented samples from Fix Bike Check In.
|
…ndations in mod_DTedit
Working on allowing deployers to label recommendations for participants. Currently the recommendation for every participant will be 'unknown' . The plan is to add the object ID from Stage_Profiles to the participants table, hide it from view, and use it to add recommendation fields to documents in Stage_Profiles.
The ability to create new labels using selectize is made possible using DavidPatShuiFong's 'develop' branch of DTedit.