Giter Site home page Giter Site logo

availability-service's Introduction

Availability service

Description

Microservice that is a part of AppointmentManager app. Its job create, delete and update availability data.

Api endpoints

  • Create availability:

    • path: /api/v1/availability/{doctorId}
    • method: POST
    • description: receives doctor id as path variable and two timestamps that represent start time and end time of doctors availability. Service then creates an availability entry for every hour between those timestamps.
  • Get availability for selected doctor:

    • path: /api/v1/availability/{doctorId}
    • method: GET
    • description: receives doctor id as path variable and returns an array of availability times for the provided doctor id.
  • Delete availability:

    • path: /api/v1/availability/{availabilityId}
    • method: DELETE
    • description: receives availability id as path variable and deletes availabiliy for the specified id if the it exists.
  • Get availability info:

    • path: /api/v1/availability/{availabilityId}
    • method: GET
    • description: receives availability id as path variable and returns the availability object that contains start end end times.
  • Book availability:

    • path: /api/v1/availability/book/{availabilityId}
    • method: GET
    • description: marks the availability as booked if its not booked and returns true on success
    • note: used in the appointment service when creating an appointment.
  • Reset availability:

    • path: /api/v1/availability/reset/{availabilityId}
    • method: GET
    • description: marks the availability as free if its not free and returns true on success
    • note: used in the appointment service when deleting an appointment.

availability-service's People

Contributors

jurck222 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.