Rebranding zu NextJobs (nextjobs.cc)
- Markenname 'Bewerbungs-Tracker' -> 'NextJobs' im gesamten UI, Footer (incl. nextjobs.cc Copyright), Login, Wortmarke in der Top-Navi (Next + Jobs-Gradient), Favicon, Swagger/OpenAPI-Titel, CalDAV-PRODID, Browser-Erweiterung (manifest, content, background), Runner-Log und Doku. - Funktionale Begriffe (Bewerbungsunterlagen, -datum etc.) bleiben. - Docker-Registry (git.hackner.dev) als Infrastruktur unberuehrt. Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -3665,7 +3665,7 @@ initializeDatabase().then(async () => {
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>Bewerbungs-Tracker – API-Dokumentation</title>
|
||||
<title>NextJobs – API-Dokumentation</title>
|
||||
<link rel="stylesheet" href="https://unpkg.com/swagger-ui-dist@5/swagger-ui.css" />
|
||||
<style>
|
||||
html { box-sizing: border-box; overflow-y: scroll; }
|
||||
@@ -3678,7 +3678,7 @@ initializeDatabase().then(async () => {
|
||||
</head>
|
||||
<body>
|
||||
<div class="topbar">
|
||||
<strong>Bewerbungs-Tracker REST-API</strong>
|
||||
<strong>NextJobs REST-API</strong>
|
||||
<span style="opacity:.7">Drittanbieter-Schnittstelle v1</span>
|
||||
<span style="margin-left:auto">Authentifizierung: Header <code>X-API-Key</code></span>
|
||||
<a href="/">← zur App</a>
|
||||
|
||||
Reference in New Issue
Block a user