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:
+1
-1
@@ -1,4 +1,4 @@
|
||||
// Third-party REST API (v1) for the Bewerbungs-Tracker.
|
||||
// Third-party REST API (v1) for the NextJobs.
|
||||
//
|
||||
// Mounted under /api/v1 in server.js. All endpoints except /health require an
|
||||
// API key sent in the X-API-Key header. The key is per-user: it is the
|
||||
|
||||
+1
-1
@@ -160,7 +160,7 @@ function buildICS(evt) {
|
||||
const lines = [
|
||||
'BEGIN:VCALENDAR',
|
||||
'VERSION:2.0',
|
||||
'PRODID:-//Bewerbungs-Tracker//Kalender//DE',
|
||||
'PRODID:-//NextJobs//Kalender//DE',
|
||||
'CALSCALE:GREGORIAN',
|
||||
'BEGIN:VEVENT',
|
||||
'UID:' + uid,
|
||||
|
||||
+1
-1
@@ -36,7 +36,7 @@ function buildOpenApiSpec(baseUrl = '') {
|
||||
return {
|
||||
openapi: '3.0.3',
|
||||
info: {
|
||||
title: 'Bewerbungs-Tracker REST-API',
|
||||
title: 'NextJobs REST-API',
|
||||
version: '1.0.0',
|
||||
description:
|
||||
'REST-API für Drittanbietersoftware zum Lesen und Verwalten von ' +
|
||||
|
||||
Reference in New Issue
Block a user