Project

General

Profile

dev #4280

Updated by Md.Sajib Ahmed 10 days ago

Implement and integrate the Agency License pages. 


 1. **Dynamic Responsive Table** 

    * Build a fully responsive table layout. 
    * Ensure proper alignment across desktop, tablet, and mobile. 
    * Empty state & loading state handling. 
    * Implement search functionality. 
    * Implement pagination. 
    * Design a reusable modal component 

 2. **API Integration** 

    * Integrate Agency License API. 
    * Replace mock/static data with live API data. 
    * Handle loading, error, and success states. 
    * Implement proper TypeScript typing. 

 3. **Resources** 
  
    * Loveavle route - */agency/licenses* 
    * Frontend route - *http://localhost:3000/agencies/licenses* 
    * API endpoint     - *http://localhost:8000/api-docs/agency/#/Agency%20-%20License%20Management* 

Back