Cris
d53d91d7d1
Usability: Added filterbutton 'Alle anzeigen, die auf Empfehlung von LektorIn warten'
...
The filterbutton was added to the STGLs Overview site.
Signed-off-by: cris-technikum <hainberg@technikum-wien.at >
2021-03-30 17:02:15 +02:00
Cris
c455778731
Fixed: Added formatted download-document-link after application was done
...
After refactoring the code and doing the application via AJAX call, the
document-download-link must be created on ajax success. This was missing
and is fixed now.
Signed-off-by: cris-technikum <hainberg@technikum-wien.at >
2021-03-29 17:50:19 +02:00
cris-technikum
2c091cd405
Fixed: Recommendation button was not enabled correctly after withdrawing approvement
...
Now, if approvment is withdrawn, the recommendation button is enabled again
ONLY if no recommendation was submitted until yet.
Signed-off-by: cris-technikum <hainberg@technikum-wien.at >
2021-03-29 13:05:27 +02:00
Cris
279157b920
Added button to copy Empfehlungstext into reason textarea when rejecting
...
Signed-off-by: cris-technikum <hainberg@technikum-wien.at >
2021-03-25 17:12:38 +01:00
Cris
faf253c159
Adapted to keep individual filters by opening views in new tabs
...
When Detail Views were opened within the same browser window, individual
filters of the overview site were lost when returning to the overview.
Fixed by opening detail views in new tab.
Signed-off-by: cris-technikum <hainberg@technikum-wien.at >
2021-03-25 16:41:41 +01:00
Cris
3ba4229eed
Refactored Students View + Controller
...
. Now application is done via AJAX call.
. Now messages are returned to user instead of hard exits.
. Now formatting status on client side, not on serverside.
Signed-off-by: cris-technikum <hainberg@technikum-wien.at >
2021-03-25 15:06:47 +01:00
Cris
683e9ffdda
Modified to request recommendation (+send mails) ONLY if LV has lectors
...
Modifications done for STGL Overview and Detailview
Signed-off-by: cris-technikum <hainberg@technikum-wien.at >
2021-03-24 16:22:56 +01:00
Cris
d345cbb43b
Added 'Zurücknehmen'-button for recommendation in STGL Detail View
...
Requested recommendations can now be withdrawn.
Now a button 'Zurücknehmen' is displayed as long as the Anrechnung
is processed by the lector and only as long the lector has not provided
a recommendation.
Signed-off-by: cris-technikum <hainberg@technikum-wien.at >
2021-03-18 10:55:58 +01:00
Cris
83b1286e08
Added column Antragsdatum to STGL/Lector Overview
...
Signed-off-by: cris-technikum <hainberg@technikum-wien.at >
2021-02-23 14:21:21 +01:00
Cris
6446e424a9
Fixed: Now all buttons have a type (button / reset)
...
+ belonging adaptations in JS:
. removed e.preventDefault as no longer needed with button type=button
. removed empty text value settings with button type=reset
Signed-off-by: cris-technikum <hainberg@technikum-wien.at >
2021-02-23 11:27:03 +01:00
Cris
4ebd5a85bb
Avoided click event bubbling for nested buttons
...
Signed-off-by: cris-technikum <hainberg@technikum-wien.at >
2021-02-22 16:12:15 +01:00
Cris
4b3cf019c3
Fixed flickering popup massage preventing approving AFTER withdrawing a rejection
...
This happened because of a conflict between HTML forms native submit behaviour
(automatically refreshing page) and our javascripts submit onclick functions.
Now fixed by setting event.preventDefault() within the js functions.
Signed-off-by: cris-technikum <hainberg@technikum-wien.at >
2021-02-18 13:56:15 +01:00
Cris
6d3407c309
Reset deleted filter button in STGL overview (show recommended)
...
Signed-off-by: cris-technikum <hainberg@technikum-wien.at >
2021-02-18 09:42:16 +01:00
Cris
abcf41f7a3
Added feature to withdraw approvals/rejections for STGL
...
Signed-off-by: cris-technikum <hainberg@technikum-wien.at >
2021-02-17 19:07:13 +01:00
Cris
241fb34b23
Added filter button to STGL Overview (filter: show all progressed by STGL)
...
Signed-off-by: cris-technikum <hainberg@technikum-wien.at >
2021-02-16 18:04:27 +01:00
Cris
6dea79180c
Adapted tables' boolean headerfilter to be used with strings
...
i.e. entering 'yes' will filter all truish entries
Signed-off-by: cris-technikum <hainberg@technikum-wien.at >
2021-02-11 16:06:20 +01:00
Cris
c0843e9506
Translated STGL and Lectors VIEW to English
...
Signed-off-by: cris-technikum <hainberg@technikum-wien.at >
2021-02-10 18:25:48 +01:00
Cris
d1537df896
Fixed: Now Nachweisdokument- and Detail-Links clickable after table update
...
Signed-off-by: cris-technikum <hainberg@technikum-wien.at >
2021-02-09 14:36:29 +01:00
Cris
c69188dffe
Corrected typos in name that caused button not being disabled
...
Signed-off-by: cris-technikum <hainberg@technikum-wien.at >
2021-02-08 18:25:27 +01:00
Cris
494cf1f688
Changed style & flow of approve/reject/recommend/dont recommend
...
This was done for better clarity in workflow.
Now, when clicking on approve/reject/recommend/dont recommend - button,
this will always lead to second panel. In that one the user may leave
a reason, but in any case the user need to CONFIRM (or break) the action.
Signed-off-by: cris-technikum <hainberg@technikum-wien.at >
2021-02-08 17:19:58 +01:00
Cris
071a6a4ee6
Added tooltips (Upload info, Read Infoboxen-info)
...
Signed-off-by: cris-technikum <hainberg@technikum-wien.at >
2021-02-04 15:42:26 +01:00
Cris
e6da4b2e2d
Minor changes
...
- unfold 'Antrag Voraussetzungen' in Infopanels
- open Detailpage on same page (not on new tab)
- unified sancho mails titles
Signed-off-by: cris-technikum <hainberg@technikum-wien.at >
2021-02-04 10:56:03 +01:00
Cris
e9664c179a
Added Genehmigungs GUI + Begreundungsnotiz for rejected Anrechnungen in STGL VIEWS
...
Signed-off-by: cris-technikum <hainberg@technikum-wien.at >
2021-02-04 10:24:08 +01:00
Cris
d380e6ac49
Added change of status in lectors Detail GUI
...
Signed-off-by: cris-technikum <hainberg@technikum-wien.at >
2021-02-03 16:22:19 +01:00
Cris
a3c33ed385
Added change of status when STGL requests for recommendation
...
Signed-off-by: cris-technikum <hainberg@technikum-wien.at >
2021-02-03 16:21:15 +01:00
Cris
e780a3e505
Added GUI for STGL Detail VIEW + logic (Antrag- and Empfehlungdata)
...
Signed-off-by: cris-technikum <hainberg@technikum-wien.at >
2021-02-03 15:30:53 +01:00
Cris
5109828772
Adapted STGL overview: info/begruendungsangabe when approving/rejecting
...
Signed-off-by: cris-technikum <hainberg@technikum-wien.at >
2021-02-03 12:59:46 +01:00
Cris
39016b873f
Adapted STGL overview: info/begruendungsangabe when approving/rejecting
...
Signed-off-by: cris-technikum <hainberg@technikum-wien.at >
2021-02-03 12:41:26 +01:00
Cris
1c0c8e9ad4
Hided empfehlung/begruendung panels in lector overview after sending recommendation
...
Signed-off-by: cris-technikum <hainberg@technikum-wien.at >
2021-02-03 12:37:48 +01:00
Cris
9790fc650b
Adapted lector overview to slide in/out info when recommending
...
Signed-off-by: cris-technikum <hainberg@technikum-wien.at >
2021-02-03 11:13:05 +01:00
Cris
b13fb0cda8
Added lector Detail GUI to retrieve and process Empfehlungen
...
Signed-off-by: cris-technikum <hainberg@technikum-wien.at >
2021-02-03 11:01:02 +01:00
Cris
8fc338ccb4
Added GUI/functionality to add begruendung for 'NICHT EMPFEHLEN' in lectors overview
...
. Begruendung is added as Notiz
. GUI to attach begruendung will slide down the moment 'Nicht Empfehlen'
is clicked
. added phrases
Signed-off-by: cris-technikum <hainberg@technikum-wien.at >
2021-02-02 14:06:49 +01:00
Cris
a0658a61c3
Added lectors Detail VIEW to review and recommend Anrechnung
...
Signed-off-by: cris-technikum <hainberg@technikum-wien.at >
2021-02-01 10:10:55 +01:00
Cris
907ecca333
Added coloured status alert in students view
...
Signed-off-by: cris-technikum <hainberg@technikum-wien.at >
2021-01-29 11:55:27 +01:00
Cris
7d0ff4fcee
Added check, when STGL tries to request recommendation for already recommended Antraege
...
Signed-off-by: cris-technikum <hainberg@technikum-wien.at >
2021-01-26 13:56:34 +01:00
Cris
aefd0842db
Added tooltip for unselectable Anrechnungen
...
Signed-off-by: cris-technikum <hainberg@technikum-wien.at >
2021-01-25 18:18:13 +01:00
Cris
1b00ae78b4
Created Anrechnungen LektorInen: GUI, Controller, Tabledata, Phrases
...
Signed-off-by: cris-technikum <hainberg@technikum-wien.at >
2021-01-25 17:07:39 +01:00
Cris
8a03ccab5d
Visibly greyed rows that are unselectable (at start and on update)
...
Signed-off-by: cris-technikum <hainberg@technikum-wien.at >
2021-01-21 11:19:11 +01:00
Cris
99db4ec3ce
Adapted empfehlung to be human readable
...
ja/nein/- instead of boolean/null
Signed-off-by: cris-technikum <hainberg@technikum-wien.at >
2021-01-21 11:08:57 +01:00
Cris
47c8432faf
Added filter buttons to STGL Anrechnungen
...
Signed-off-by: cris-technikum <hainberg@technikum-wien.at >
2021-01-21 10:51:22 +01:00
Cris
9e5b03b2dc
Adapted Select-all-button to select only Anrechnungen progressed by STGL
...
Signed-off-by: cris-technikum <hainberg@technikum-wien.at >
2021-01-20 19:16:17 +01:00
Cris
97d86cc702
Added logic & GUI adaptations for requesting recommendations
...
. Added request recommendation-methods in Controller and Library
Signed-off-by: cris-technikum <hainberg@technikum-wien.at >
2021-01-20 19:07:33 +01:00
Cris
9a0ea02e0c
Minor code enhancement
...
Signed-off-by: cris-technikum <hainberg@technikum-wien.at >
2021-01-20 19:03:53 +01:00
Cris
f0ef091c5f
Added logic & GUI adaptations for rejecting Anrechnungen
...
. Added rejecting-methods in Controller and Library
Signed-off-by: cris-technikum <hainberg@technikum-wien.at >
2021-01-20 11:48:07 +01:00
Cris
4ed786d65a
Added promise check (browser compatibility) and redrawing table on resize
...
Signed-off-by: cris-technikum <hainberg@technikum-wien.at >
2021-01-20 11:03:47 +01:00
cris-technikum
964bd40c14
Added logic & GUI adaptations for approving Anrechnungen
...
. Added approve-methods in Controller and Library
. Added row selection checks to avoid selecting approved and rejected
Antraege
Signed-off-by: cris-technikum <hainberg@technikum-wien.at >
2021-01-20 11:02:15 +01:00
Cris
b5dd85f2a6
Created Anrechnungen STGL: GUI, Controller, Tabledata, Phrases
...
Signed-off-by: cris-technikum <hainberg@technikum-wien.at >
2021-01-19 14:43:32 +01:00
Andreas Österreicher
0738f28144
Merge branch 'master' into feature-7434/Messages_Neue_Felder_zu_eingeloggtem_User_ergaenzen
2020-11-25 14:52:22 +01:00
Andreas Österreicher
ef3b86af4a
Merge branch 'feature-10176/Diplomasupplement_Auslandsaufenthalt'
2020-11-09 08:27:01 +01:00
Cris
17251de9b0
Shelf TableWidget.js for new branch
...
Signed-off-by: Cris <hainberg@technikum-wien.at >
2020-10-01 11:50:56 +02:00