Skip to content

Implement rental services

Kayouh Salaheddine a demandé de fusionner feat/add-axios-and-rental-services vers develop

This merge request adds the axios library for HTTP requests and implements rental service functionality with updated components.

Changes

  • Dependencies: Added axios library to package.json for HTTP client functionality
  • Services: Created src/services/rentalService.ts for rental-related API operations
  • Components: Updated rental components to integrate with the new rental service:
    • DistributionTimeline.tsx
    • DistributionTracker.tsx
    • PassiveIncomeCounter.tsx
    • PropertyEarningsTable.tsx
    • RentalCharts.tsx
    • RentalForecast.tsx
    • RentalStatsCards.tsx

Rapports de requête de fusion