[FEAT] Admin / ajout d'une partition doit pouvoir ajouter le numero dans
le PDF. #1
This commit is contained in:
12
AGENTS.md
12
AGENTS.md
@@ -185,12 +185,20 @@ MySQL database connection configured in `api/config/database.php`:
|
||||
|
||||
### Starting the PHP Server
|
||||
|
||||
For file uploads to work, start the server with the custom upload config:
|
||||
**Important:** Always use the custom upload config for file uploads to work:
|
||||
```bash
|
||||
cd api
|
||||
php -c php-upload.ini -S localhost:8000 router.php
|
||||
php -c php-upload.ini -S localhost:8000 router.php &
|
||||
```
|
||||
|
||||
Le serveur doit être lancé avec `-c php-upload.ini` pour autoriser l'upload de fichiers PDF (64M max).
|
||||
|
||||
### Upload de partitions
|
||||
|
||||
Lors de l'upload d'un PDF, deux options sont disponibles :
|
||||
- **Ajouter le numéro** : ajoute le numéro de partition dans le coin du PDF
|
||||
- **Position** : choix entre "Gauche" ou "Droite" pour placer le numéro
|
||||
|
||||
## Current Tech Stack (2024)
|
||||
|
||||
- **Frontend**: SvelteKit (NOT Vue.js 2) in `/partitions/`
|
||||
|
||||
Reference in New Issue
Block a user