diff --git a/frontend/src/views/admin/AdminSeasonsView.vue b/frontend/src/views/admin/AdminSeasonsView.vue index dcf2875..173ff02 100644 --- a/frontend/src/views/admin/AdminSeasonsView.vue +++ b/frontend/src/views/admin/AdminSeasonsView.vue @@ -144,42 +144,72 @@ async function createCategory() {
- -
-
-

Jahres-Einrichtung

-

Phase, aktueller Status und Basiskontext fuer das aktive Award-Jahr.

+ +
+
+
+

Jahresstatus

+

Award-Jahr steuern

+

+ Hier legst du fest, in welcher Phase das Jahr ist und ob genau dieses Jahr oeffentlich fuer Community, Voting und Archiv sichtbar ist. +

+
+
+ {{ seasonForm.isCurrent ? 'Oeffentlich aktiv' : 'Intern vorbereitet' }} +
+
-
- +
+
- - -
- - - {{ seasonDetail.year }} ยท {{ seasonDetail.name }} + + +
+
+

Jahr

+ {{ seasonDetail.year || '-' }} +
+
+

Kategorien

+ {{ seasonDetail.categories.length }} +
+
+

Kandidaten

+ {{ seasonDetail.candidates.length }} +
-

- {{ adminMessage }} -

-

- {{ adminError }} -

+
+

+ Speichert Phase und Public-Status fuer {{ seasonDetail.name }}. +

+ +
+ +

{{ adminMessage }}

+

{{ adminError }}