docs : add BookStack connector implementation plan

21-task plan covering backend (entities, migration, service, API
resources) and frontend (DTOs, service, admin tab, project drawer,
task modal integration). Reviewed and fixed: readonly class issue,
page URL construction, Delete provider handling, task:read group,
search query syntax, security attributes.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-15 18:00:34 +01:00
parent c9993ef32d
commit bfffbe7041
2 changed files with 2150 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -294,9 +294,10 @@ src/Service/TokenEncryptor.php (renommage GITEA_ENCRYPTION_KEY → ENCRYPTION_K
```
.env (renommage GITEA_ENCRYPTION_KEY → ENCRYPTION_KEY)
docker/.env.docker (idem)
```
> Note : `docker/.env.docker` ne contient pas `GITEA_ENCRYPTION_KEY`. Les développeurs utilisant `docker/.env.docker.local` doivent le mettre à jour manuellement.
### Frontend — Nouveaux fichiers
```