8000 Hospitals and Check-up management · Issue #58 · givebloodorg/doesangue-core · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Hospitals and Check-up management #58
Open
@JoseCage

Description

@JoseCage

Add new feature for blood banks and hospitals and donors health checkup.

Rest-API

  • Hospitals
  • Routes
    • v1/hospitals
    • v1/hospitals/{ID}
  • Features
    • Register a new hospital
    • Update hospital information
    • Checkups
      • Routes
        • GET: /v1/hospitals/ID}/checkups (Get all checkups done in a specific hospital/blood bank)
        • POST:/v1/hospitals/{ID}/checkups (Register a new donors check-up)
        • GET: /v1/hospitals/{ID}/checkups/{donor} (Get all checkup logs by a specific donor)
        • GET: /v1/hospitals/{ID}/checkups/{donor} (Get the checkup details by a specific donor)

GraphQL:

  • Query's

    • HospitalsQuery
    • HospitalProfileQuery
    • CheckupQuery
  • Type's

    • HospitalsType
    • CheckupType
  • Mutation's

    • RegisterHospitalMutation
    • UpdateHospitalMutation
    • NewCheckupMutation
    • VerifyHospitalMutation

Metadata

Metadata

Assignees

Type

No type

Projects

Status

IDEAS

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0