Beispieldaten entpersonalisiert: generische Staedte statt Gladbeck & Co.
Platzhalter und Doku-Beispiele nannten durchgehend den Wohnort des Entwicklers (Gladbeck, Bottrop, Gelsenkirchen, Essen), dessen Vorwahl (02043), PLZ und Strasse. Ersetzt durch Berlin/Hamburg/Muenchen sowie eine zum Beispielort passende Vorwahl (030). Betrifft die Platzhalter fuer Telefon/Ort (Vorlagen), die Staedte-Eingabe (Jobsuche), das Adressbeispiel in den LLM-Notizen, die OpenAPI-Beispiele und zwei Code-Kommentare. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -340,7 +340,7 @@
|
||||
</p>
|
||||
<textarea name="llm_notizen" rows="4"
|
||||
class="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-md bg-white dark:bg-gray-700 text-gray-800 dark:text-white leading-relaxed"
|
||||
placeholder="z. B. Musterfirma GmbH Musterstraße 12 45128 Essen Ansprechpartner: Frau Müller"><%= application.llm_notizen || '' %></textarea>
|
||||
placeholder="z. B. Musterfirma GmbH Musterstraße 12 10115 Berlin Ansprechpartner: Frau Müller"><%= application.llm_notizen || '' %></textarea>
|
||||
|
||||
<!-- Which documents to generate (both by default). -->
|
||||
<div class="mt-4" id="dokumentAuswahl">
|
||||
|
||||
+1
-1
@@ -97,7 +97,7 @@
|
||||
<label class="block text-sm font-medium text-gray-700 dark:text-gray-300 mb-1" for="staedte">Städte</label>
|
||||
<textarea id="staedte" name="staedte" rows="3" spellcheck="false"
|
||||
class="w-full rounded-md border border-gray-300 dark:border-gray-600 bg-white dark:bg-gray-700 px-3 py-2 text-sm"
|
||||
placeholder="Gladbeck, Bottrop, Gelsenkirchen, Essen"><%= profil.staedte.join(', ') %></textarea>
|
||||
placeholder="Berlin, Potsdam, Hamburg, München"><%= profil.staedte.join(', ') %></textarea>
|
||||
<p class="text-xs text-gray-400 dark:text-gray-500 mt-1">
|
||||
Kommagetrennt, höchstens <%= maxStaedte %>. Die <strong>erste Stadt gilt als Wohnort</strong> und wird
|
||||
am höchsten priorisiert. Bei „100 % Remote“ werden die Städte ignoriert.
|
||||
|
||||
+2
-2
@@ -79,13 +79,13 @@
|
||||
<label for="telefon" class="block text-xs font-medium text-gray-500 dark:text-gray-400 mb-1">Telefon</label>
|
||||
<input type="text" id="telefon" name="telefon"
|
||||
class="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-md bg-white dark:bg-gray-700 text-gray-800 dark:text-white"
|
||||
placeholder="z. B. 02043 123456" value="<%= settings.telefon || '' %>">
|
||||
placeholder="z. B. 030 12345678" value="<%= settings.telefon || '' %>">
|
||||
</div>
|
||||
<div>
|
||||
<label for="ort" class="block text-xs font-medium text-gray-500 dark:text-gray-400 mb-1">Wohnort</label>
|
||||
<input type="text" id="ort" name="ort"
|
||||
class="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-md bg-white dark:bg-gray-700 text-gray-800 dark:text-white"
|
||||
placeholder="z. B. Gladbeck" value="<%= settings.ort || '' %>">
|
||||
placeholder="z. B. Berlin" value="<%= settings.ort || '' %>">
|
||||
</div>
|
||||
<div>
|
||||
<label for="webseite" class="block text-xs font-medium text-gray-500 dark:text-gray-400 mb-1">Webseite</label>
|
||||
|
||||
Reference in New Issue
Block a user