DEV Community

Faisal Fida
Faisal Fida

Posted on

Meeting Minutes - 11:00 pm Thursday, 14 March 2024

DevOps- CodePipeline Implementation (Adil)

Action Items:

  • Define the source repository and configure the pipeline to fetch code from it.
  • Integrate AWS services such as CodeBuild and CodeDeploy into the pipeline.

Backend - Auto Complete Feature Implementation (Faisal)

Action Items:

  • Design the database schema to efficiently store doctor information.
  • Implement an API endpoint in Django for fetching search suggestions based on user input.
  • Coordinate with the frontend team to ensure compatibility with the frontend implementation.

Frontend - Auto Complete Feature Implementation (Atiq)

Action Items:

  • Implement Angular services to fetch search suggestions from the backend API.
  • Integrate user input handling to trigger API requests for search suggestions.
  • Implement debounce mechanism to optimize API calls based on user typing speed.

Top comments (0)