Giter Site home page Giter Site logo

cohort-2-e's People

Contributors

elviramjeshtri avatar rafal-nowak avatar terrence-newton avatar tuongtran23 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

murodin

cohort-2-e's Issues

Create Emails API

User Story: As a developer, I want to be able to retrieve a list of all emails registered in the system

Acceptance Criteria:

Scenario 1: Retrieving a list of all emails

Given no query parameters

When I make a GET request to the API endpoint to retrieve a list of emails

Then the system should respond with a 200 status code and a list of all emails in the system.

Scenario 2: Retrieving emails details

Given an emailId as a path variable

When I make a GET request to the API endpoint to retrieve the email details

Then the system should respond with a 200 status code and email details data in the response body

Create Orders API

User Story: As a developer, I want to be able to retrieve a list of all orders in the system

Acceptance Criteria:

Scenario 1: Retrieving a list of all orders

Given no query parameters

When I make a GET request to the API endpoint to retrieve a list of orders

Then the system should respond with a 200 status code and a list of all orders in the system.

Scenario 2: Retrieving orders details

Given a orderId as a path variable

When I make a GET request to the API endpoint to retrieve the order details

Then the system should respond with a 200 status code and order details data in the response body

Create Patients API

User Story: As a developer, I want to be able to retrieve a list of all patients registered in the third party system

Acceptance Criteria:

Scenario 1: Retrieving a list of all patients

Given no query parameters

When I make a GET request to the API endpoint to retrieve a list of patients

Then the system should respond with a 200 status code and a list of all patients in the system.

Scenario 2: Retrieving patients details

Given a patientId as a path variable

When I make a GET request to the API endpoint to retrieve the patient details

Then the system should respond with a 200 status code and patient details data in the response body

Initate BloodBank project backend

Name: HlaProductOrdering

Start backend project
Start maven project
Add maven dependencies (Spring dependencies)
Add application.yaml

Create Schedule API and Schedule Version API

User Story: As a developer, I want to be able to retrieve a list of all schedules

Acceptance Criteria:

Scenario 1: Retrieving a list of all schedules

Given no query parameters

When I make a GET request to the API endpoint to retrieve a list of schedules

Then the system should respond with a 200 status code and a list of all schedules in the system.

Scenario 2: Retrieving schedules details

Given a schedule Id as a path variable

When I make a GET request to the API endpoint to retrieve the schedule details

Then the system should respond with a 200 status code and schedule details data in the response body

Scenario 3: Creating a schedule

Given Nothing

When I make a POST request to the API endpoint with the patient id information to create the schedule

Then the system should respond with a 200 status code with the schedule object in the response body

Scenario 4: Updating a schedule

Given Schedule id path variable

When I make a PUT request to the API endpoint with the schedule details to update the schedule

Then the system should respond with a 200 status code

Scenario 5: Retrieving a list of all schedule versions

Given Schedule id path variable

When I make a GET request to the API endpoint to retrieve a list of schedule versions

Then the system should respond with a 200 status code and a list of all schedules versions in the system.

Scenario 6: Retrieving schedules version details

Given a schedule Id and version id as a path variable

When I make a GET request to the API endpoint to retrieve the schedule version details

Then the system should respond with a 200 status code and schedule version details data in the response body

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.