Conversation
- Add ESLint with strict TypeScript rules - Add Prettier for code formatting - Configure Husky and lint-staged for pre-commit hooks - Create project roadmap in PLAN.md - Add .cursor configuration file
- Add strict TypeScript compiler options - Configure path aliases - Update Cursor rules with comprehensive project guidelines - Add detailed code style and documentation rules
- Add link to technical documentation - Add link to usage guide - Add link to usage examples
- Simplify husky pre-commit hook - Remove test file
- Add advanced filters (postal code, NAF code, dates, etc.) - Add pagination support (max 20 results per page) - Add sorting options - Add TypeScript interfaces for better type safety
- Create comprehensive test plan for API - Implement unit tests for search-company tool - Configure Vitest for testing - Update tsconfig to include test files
- Remove unused imports - Add ESLint disable directives for test files - Fix potential undefined access issues
- Ajouter des vérifications de type plus strictes - Centraliser la logique de vérification du contenu - Améliorer la gestion des erreurs de format
- Modifier la validation pour accepter les SIRET (14 chiffres) - Mettre à jour les tests d'intégration - Améliorer le formatage de la réponse
- Mettre à jour les dépendances dans package.json - Ajouter le fichier de test unitaire get-company-details - Mettre à jour la configuration Vitest - Mettre à jour le plan de développement
- Ajouter *.tsbuildinfo au .gitignore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Amélioration de la configuration TypeScript et des tests
Description
Cette PR apporte plusieurs améliorations importantes au projet :
getCompanyDetailsChangements principaux
Tests
getCompanyDetailsNotes techniques
Impact
Cette PR améliore la qualité et la maintenabilité du code sans impact sur les fonctionnalités existantes.
TODO