- 23 Oct, 2018 1 commit
-
-
Jiri Strojil authored
-
- 22 Oct, 2018 8 commits
-
-
Jiri Strojil authored
-
Jiri Strojil authored
-
Jiri Strojil authored
-
Jiri Strojil authored
-
Jiri Strojil authored
-
Beat Seeliger authored
Features/default EmailTemplate for HalfYearProcess and HalfYearProcessOverdue See merge request !826
-
Jiri Strojil authored
-
Jiri Strojil authored
-
- 18 Oct, 2018 2 commits
-
-
Jiri Strojil authored
-
Jiri Strojil authored
-
- 17 Oct, 2018 1 commit
-
-
Jiri Strojil authored
-
- 15 Oct, 2018 2 commits
-
-
Beat Seeliger authored
Added waive to volunteer xlsx See merge request !825
-
Jiri Strojil authored
-
- 12 Oct, 2018 26 commits
-
-
Kaspar Vollenweider authored
-
Kaspar Vollenweider authored
-
Kaspar Vollenweider authored
-
Kaspar Vollenweider authored
feat(semester-process-volunteer): add nested attribute form table to select volunteers for semester-process
-
Kaspar Vollenweider authored
-
Kaspar Vollenweider authored
- in order to have elegible volunteers to be rebuilt for the changed semester daterange
-
Kaspar Vollenweider authored
feat(semester-process-volunteer): add controller, routes, policies and basic scaffold for views to the model
-
Kaspar Vollenweider authored
Feat/semester process volunteers initial builders before creation Closes #459 See merge request !823
-
Kaspar Vollenweider authored
-
Kaspar Vollenweider authored
-
Kaspar Vollenweider authored
- takes query of elegible volunteers and then builds SemesterProcessVolunteer for each - if array of volunteer ids is passed, it will only build SemesterProcessVolunteer for these
-
Kaspar Vollenweider authored
- if passed from form input, it can build the correct semester that was passed from form input
-
Kaspar Vollenweider authored
- so that it can be treated as a child of this in forms -
-
Kaspar Vollenweider authored
- relations to all hours with meeting date within the semester - scaffold empty semesterFeedback record for each mission related - build the SemesterProcessMail.kind == :mail for the initial mail
-
Kaspar Vollenweider authored
feat(semester-process-volunteer): builder that assigns the elegible missions from the volunteer to the SemesterProcessVolunteerMission join table relation
-
Kaspar Vollenweider authored
-
Kaspar Vollenweider authored
add attr-acessor for selected, in order to be able to filter form selected volunteers on select in form
-
Kaspar Vollenweider authored
Chores/create specs for semester process elegibility scopes Closes #459 See merge request !824
-
Kaspar Vollenweider authored
feat(semester-service): add service that delivers semester date ranges and lists for forms See merge request !822
-
Kaspar Vollenweider authored
-
Kaspar Vollenweider authored
fix(volunteer-semester-process-elegible): fix have_semester_process with doing subselect, because it didnt work otherwise
-
Kaspar Vollenweider authored
feat(semester-process-elegible-volunteer): add method semester_process_eligible that joins and groups the relevant scopes for semester process volunteers
-
Kaspar Vollenweider authored
feat(semester-process-elegible-volunteer): add scope that selects volunteers that where with active assignments or group assignments within the given semester
-
Kaspar Vollenweider authored
feat(semester-process-elegible-volunteer): add scope that gets volunteers wit a assignment or group assignment that has started, ever
-
Kaspar Vollenweider authored
feat(semester-process-elegible-volunteer): add scope that returns volunteers that dont have a semester process for given semester
-
Kaspar Vollenweider authored
-