Files
datacat/documentation
z3n 0976c33059 feat(api-detail): isCurrent + setCurrent + màj doc et seeder
- Shared types : ajout isCurrent sur ApiEntry et ApiEntryListItem
- Backend entity : colonne is_current (boolean, default true)
- Backend service : isCurrent calculé à la création, setCurrent()
  marque une version comme courante (siblings → false)
- Backend controller : POST /api/apis/:id/set-current
- Frontend ApiService : méthode setCurrent()
- Browse/upload : affichage badge "Courante" via isCurrent
- Seeder : données de démo mises à jour
- Documentation : api-reference, architecture, local-setup, CLAUDE.md

Generated with [Claude Code](https://claude.ai/code)
via [Happy](https://happy.engineering)

Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Happy <yesreply@happy.engineering>
2026-06-19 14:23:31 +00:00
..

Datacat

A data catalog for API documentation. Import YAML files (AsyncAPI / OpenAPI) and generate HTML documentation automatically via AsyncAPI CLI and Redocly CLI.

Quick start

# Dev (Docker)
pnpm run dev

# Dev (local)
cd back && pnpm run start:dev
cd front-public && pnpm run start

URLs (dev)

See CLAUDE.md for the full implementation guide.