-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathassignment-new.html
More file actions
213 lines (207 loc) · 10.1 KB
/
assignment-new.html
File metadata and controls
213 lines (207 loc) · 10.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Agile Skill Matrix – Neue Anforderung</title>
<link rel="stylesheet" href="styles.css" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
</head>
<body data-page="assignment-new">
<div class="app-shell">
<aside class="sidebar">
<div class="sidebar__branding">
<a class="sidebar__home" href="index.html">
<div class="sidebar__logo">ASM</div>
<div class="sidebar__branding-text">
<h1>Agile Skill Matrix</h1>
<p>Team-Kompetenzen sichtbar machen</p>
</div>
</a>
<button class="sidebar__toggle" data-sidebar-toggle aria-label="Navigation minimieren" aria-expanded="true">
<span class="sidebar__toggle-icon" aria-hidden="true"></span>
</button>
</div>
<nav class="sidebar__nav">
<div class="nav-section" data-section="heatmap">
<a class="nav-link" data-page="heatmap" href="heatmap.html">
<span class="nav-link__icon" aria-hidden="true">📊</span>
<span class="nav-link__text">
<span class="nav-link__title">Heatmap</span>
<small>Kompetenzabdeckung</small>
</span>
</a>
<div class="nav-subnav" role="group" aria-label="Heatmap-Ansichten">
<a class="nav-sublink" data-page="heatmap-team" href="heatmap-team.html" title="Team-Heatmap" aria-label="Team-Heatmap">
<span class="nav-sublink__icon" aria-hidden="true">👥</span>
<span class="visually-hidden">Team-Heatmap</span>
</a>
<a class="nav-sublink" data-page="heatmap-developer" href="heatmap-developer.html" title="Entwickler-Heatmap" aria-label="Entwickler-Heatmap">
<span class="nav-sublink__icon" aria-hidden="true">🧑💻</span>
<span class="visually-hidden">Entwickler-Heatmap</span>
</a>
</div>
</div>
<div class="nav-section" data-section="projects">
<a class="nav-link" data-page="projects" href="projects.html">
<span class="nav-link__icon" aria-hidden="true">🧩</span>
<span class="nav-link__text">
<span class="nav-link__title">Projekte</span>
<small>Portfolio & Bedarf</small>
</span>
</a>
<div class="nav-subnav" role="group" aria-label="Projekte Aktionen">
<a class="nav-sublink" data-page="project-new" href="project-new.html" title="Projekt anlegen" aria-label="Projekt anlegen">
<span class="nav-sublink__icon" aria-hidden="true">➕</span>
<span class="visually-hidden">Projekt anlegen</span>
</a>
<a class="nav-sublink" data-page="project-edit" href="project-edit.html" title="Projekt bearbeiten" aria-label="Projekt bearbeiten">
<span class="nav-sublink__icon" aria-hidden="true">🛠️</span>
<span class="visually-hidden">Projekt bearbeiten</span>
</a>
<a class="nav-sublink" data-page="team-project-alignment" href="team-project-alignment.html" title="Team-Projekt-Abgleich" aria-label="Team-Projekt-Abgleich">
<span class="nav-sublink__icon" aria-hidden="true">📈</span>
<span class="visually-hidden">Team-Projekt-Abgleich</span>
</a>
</div>
</div>
<div class="nav-section" data-section="developer-profiles">
<a class="nav-link" data-page="developer-profiles" href="developer-profiles.html">
<span class="nav-link__icon" aria-hidden="true">🧑💻</span>
<span class="nav-link__text">
<span class="nav-link__title">Entwicklerprofile</span>
<small>Ratings & Evidenzen</small>
</span>
</a>
<div class="nav-subnav" role="group" aria-label="Profilaktionen">
<a class="nav-sublink" data-page="developer-profile-new" href="developer-profile-new.html" title="Profil anlegen" aria-label="Profil anlegen">
<span class="nav-sublink__icon" aria-hidden="true">➕</span>
<span class="visually-hidden">Profil anlegen</span>
</a>
</div>
</div>
<div class="nav-section" data-section="skill-catalog">
<a class="nav-link" data-page="skill-catalog" href="skill-catalog.html">
<span class="nav-link__icon" aria-hidden="true">📚</span>
<span class="nav-link__text">
<span class="nav-link__title">Kompetenzkatalog</span>
<small>Definitionen & Pfade</small>
</span>
</a>
<div class="nav-subnav" role="group" aria-label="Katalogaktionen">
<a class="nav-sublink" data-page="skill-catalog-new" href="skill-catalog-new.html" title="Kompetenz anlegen" aria-label="Kompetenz anlegen">
<span class="nav-sublink__icon" aria-hidden="true">➕</span>
<span class="visually-hidden">Kompetenz anlegen</span>
</a>
</div>
</div>
<div class="nav-section" data-section="training-planner">
<a class="nav-link" data-page="training-planner" href="training-planner.html">
<span class="nav-link__icon" aria-hidden="true">🗂️</span>
<span class="nav-link__text">
<span class="nav-link__title">Lehrgangsplanung</span>
<small>Skill-Gaps schließen</small>
</span>
</a>
<div class="nav-subnav" role="group" aria-label="Lehrgangsaktionen">
<a class="nav-sublink" data-page="training-planner-new" href="training-planner-new.html" title="Lehrgang anlegen" aria-label="Lehrgang anlegen">
<span class="nav-sublink__icon" aria-hidden="true">➕</span>
<span class="visually-hidden">Lehrgang anlegen</span>
</a>
</div>
</div>
</nav>
<footer class="sidebar__footer">
<button class="sidebar__theme-toggle" type="button" data-theme-toggle data-theme-mode="light" aria-label="Hell-/Dunkelmodus umschalten">
<span class="sidebar__theme-icon sidebar__theme-icon--light" aria-hidden="true">🌞</span>
<span class="sidebar__theme-icon sidebar__theme-icon--dark" aria-hidden="true">🌙</span>
<span class="sidebar__footer-label">Modus</span>
</button>
<a class="sidebar__footer-link" data-page="settings" href="settings.html" title="Einstellungen öffnen">
<span class="sidebar__footer-icon" aria-hidden="true">⚙️</span>
<span class="sidebar__footer-label">Einstellungen</span>
</a>
</footer>
</aside>
<main class="content">
<header class="topbar">
<div class="breadcrumbs">
<span class="badge badge--primary">MVP Mockup</span>
<h2>Neue Anforderung</h2>
</div>
<div class="topbar__actions">
<a class="button button--ghost" href="assignment-check.html">Zurück zur Übersicht</a>
<button class="button button--primary">Check speichern</button>
</div>
</header>
<section>
<article class="panel">
<header class="panel__header">
<div>
<h3>Aufgabenprofil definieren</h3>
<p class="panel__subtitle">Lege fest, welche Kompetenzen für den Einsatz benötigt werden.</p>
</div>
</header>
<div class="assignment">
<form class="assignment__form">
<label>
Aufgabenprofil
<input type="text" placeholder="z. B. Secure Payment API" value="Secure Payment API" />
</label>
<label>
Benötigte Kompetenz
<select>
<option selected>Secure Coding (OWASP Top 10, Umgang mit Secrets)</option>
<option>Continuous Integration / Continuous Delivery (CI/CD-Pipelines)</option>
<option>Einsatz von KI-Tools in der Softwareentwicklung (z. B. Copilot, LLMs)</option>
<option>Monitoring & Observability</option>
</select>
</label>
<label>
Mindestlevel (Sterne)
<input type="number" min="0" max="5" value="4" />
</label>
<label>
Zielteam
<select>
<option selected>Team Aurora</option>
<option>Team Borealis</option>
<option>Team Cosmos</option>
</select>
</label>
<label>
Verbindlichkeit
<select>
<option>Muss-Kriterium</option>
<option>Soll-Kriterium</option>
<option>Kann-Kriterium</option>
</select>
</label>
<button type="button" class="button button--primary">Skill-Abdeckung prüfen</button>
</form>
<div class="assignment__result">
<h4>Ergebnisvorschau</h4>
<p>
Team Aurora erreicht aktuell <strong>3.2 Sterne</strong> in Secure Coding (OWASP Top 10, Umgang mit Secrets). Es
fehlen <strong>0.8 Sterne</strong> zum geforderten Level.
</p>
<ul>
<li>Empfohlene Maßnahme: Secure Coding Grundkurs (KW 42)</li>
<li>Quick Win: Pair Review Sessions mit Lea</li>
<li>Follow-Up: Security Champion nominieren</li>
</ul>
<div class="assignment__result-actions">
<a class="button button--ghost" href="training-planner.html">In Maßnahmen überführen</a>
<button class="button button--primary">Check speichern</button>
</div>
</div>
</div>
</article>
</section>
</main>
</div>
<script src="script.js"></script>
</body>
</html>