yellow dropdown styling only on editable tabulator colums for note_vorschlag; fetch note for punkte for notenvorschlag and pruefungsnote if certain config is set; added debounce helper file/function; WIP persisting punkte in backend

This commit is contained in:
Johann Hoffmann
2026-02-02 17:07:16 +01:00
parent 390a3c0d5a
commit 81eee814e9
6 changed files with 179 additions and 63 deletions
+23 -6
View File
@@ -50878,18 +50878,18 @@ and represent the current state of research on the topic. The prescribed citatio
array(
'app' => 'core',
'category' => 'benotungstool',
'phrase' => 'c4note',
'phrase' => 'c4notenvorschlag',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Punkte/Note',
'text' => 'Notenvorschlag',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Points/Grade',
'text' => 'Grade Suggestion',
'description' => '',
'insertvon' => 'system'
)
@@ -51763,10 +51763,27 @@ and represent the current state of research on the topic. The prescribed citatio
)
)
),
array(
'app' => 'core',
'category' => 'benotungstool',
'phrase' => 'c4punkte',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Punkte',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Points',
'description' => '',
'insertvon' => 'system'
)
)
),
// CIS4 GESAMTNOTENEINGABE ENDE ------------------------------------------------------------------------------------
array(
'app' => 'core',
'category' => 'lehre',