feat: Version 3.3.4 - Nouvelle architecture pages, optimisations widgets Flutter et API
- Mise à jour VERSION vers 3.3.4 - Optimisations et révisions architecture API (deploy-api.sh, scripts de migration) - Ajout documentation Stripe Tap to Pay complète - Migration vers polices Inter Variable pour Flutter - Optimisations build Android et nettoyage fichiers temporaires - Amélioration système de déploiement avec gestion backups - Ajout scripts CRON et migrations base de données 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -14,10 +14,17 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
|
||||
## Build Commands
|
||||
- Install dependencies: `composer install` - install PHP dependencies
|
||||
- Update dependencies: `composer update` - update PHP dependencies to latest versions
|
||||
- Deploy to REC: `./livre-api.sh rec` - deploy from DVA to RECETTE environment
|
||||
- Deploy to PROD: `./livre-api.sh prod` - deploy from RECETTE to PRODUCTION environment
|
||||
- Deploy to DEV: `./deploy-api.sh` - deploy local code to dva-geo on IN3 (195.154.80.116)
|
||||
- Deploy to REC: `./deploy-api.sh rca` - deploy from dva-geo to rca-geo on IN3
|
||||
- Deploy to PROD: `./deploy-api.sh pra` - deploy from rca-geo (IN3) to pra-geo (IN4)
|
||||
- Export operations: `php export_operation.php` - export operations data
|
||||
|
||||
## Development Environment
|
||||
- **DEV Container**: dva-geo on IN3 server (195.154.80.116)
|
||||
- **DEV API URL Public**: https://dapp.geosector.fr/api/
|
||||
- **DEV API URL Internal**: http://13.23.33.43/api/
|
||||
- **Access**: Via Incus container on IN3 server
|
||||
|
||||
## Code Architecture
|
||||
This is a PHP 8.3 API without framework, using a custom MVC-like architecture:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user