- 15 Apr, 2020 1 commit
-
-
ZeMKI authored
* Bugfix interview show, now you see "from public url".
-
- 06 Apr, 2020 1 commit
-
-
ZeMKI authored
* optimized interview layout with tailwind * email registration bugfix * optimized package.json * javascript optimization
-
- 01 Apr, 2020 2 commits
- 04 Mar, 2020 1 commit
-
-
ZeMKI authored
this update is meant to be just a code styling and optimization.
-
- 16 Jan, 2020 1 commit
-
-
Alessandro Belli authored
* merged master branch to Production
-
- 22 Nov, 2019 1 commit
-
-
Alessandro Belli authored
* bugfixed the problem that a created token was not placed in the correct sorting * now in the interview result page you can see which token were created in which sorting * code optimization
-
- 19 Nov, 2019 1 commit
-
-
Alessandro Belli authored
* now you can print every sorting you created as pdf
-
- 22 Oct, 2019 1 commit
-
-
Alessandro Belli authored
* export each interview as excel file with the information about the token position. * bugfix the interview navigation. * now the modal "create token" display correctly the new image when selected. * TESTED 19 sortings, app get slower but it does the job. * updated to laravel 6.1
-
- 16 Oct, 2019 1 commit
-
-
Alessandro Belli authored
* now every sorting screenshot is saved in the db * the view interview now has as many tabs as many sorting you have * view single sorting needs to be updated
-
- 13 Sep, 2019 1 commit
-
-
Alessandro Belli authored
* now you can create/delete tokens right into the interview * new api interface with web auth * laravel 6.0.1
-
- 04 Mar, 2019 1 commit
-
- 26 Feb, 2019 4 commits
-
-
ZeMKI authored
I just moved <?php $emptyopen = true; ?> before the loop of the answers elementary watson!
-
ZeMKI authored
- i solved the issue with answer by converting the answer text column always in an array and then managing that as an array everywhere - solved permission page by using a custom function isItemInArray checking for the couple [permission_id,study_id] to then check the checkbox - the create study permission was not given because of a weird error by Laravel, it was searching for a app\study model while I was using a {user} bind @todo - solve bug in interview view page (onechoice+open) - encrypt screenshots - create manage users permission - remove supervisors from user list ? so who can manage users can't change permissions or just leave user manage to supervisors?
-
ZeMKI authored
- I can't interview anymore, I got to revert changes
- 15 Feb, 2019 1 commit
-
-
ZeMKI authored
-