Confirmed project shifts
1 open thread
1 open thread
This is a working version with a method call to retrieve project staffing information. It works but I need to do more testing around things like the user being signed in as an admin/lead as they may get the data twice.
Edited by Rich
Merge request reports
Activity
added 6 commits
-
9e4e2983...60c973f7 - 2 commits from branch
master
- d1324c86 - Improve share.meteorCall to pass callback functions
- 29f7c3d9 - Added server only method to get staffing for a project
- f08d848e - Use project staffing method in signup form
- 0a7b68c6 - shuffle simpleschemas around. Add signups to project staffing
Toggle commit list-
9e4e2983...60c973f7 - 2 commits from branch
added 1 commit
- 5b5d5156 - shuffle simpleschemas around. Add signups to project staffing
19 type: Number 20 label: () -> i18n.__("abate:volunteers","min_people") 21 optional: true 22 autoform: 23 afFieldInput: 24 min: 1 25 placeholder: "min" 26 max: 27 type: Number 28 label: () -> i18n.__("abate:volunteers","max_people") 29 optional: true 30 # TODO: if max is not set, it should be equal to min 31 autoform: 32 afFieldInput: 33 placeholder: "max" 34 signedUp: added 1 commit
- 406e7e43 - Remove requirement to set times for a project
For consistency on the UI, I think we can use the same time picker for dates only (I think) ... Or the flatpickr for periods (minor comment, not really important)
Edited by pietro
mentioned in commit 4871eb95
Please register or sign in to reply