avniproject / avniproject/avni-server

Vaccinations status api

Open
#73 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
22
Forks
47
PR merge metrics
No merged PRs in 30d

Description

Return vaccination status api for a given subject.

### Request
```
GET
/web/individual/{individualUuid}/vaccinations
```

### Response
```
[
{
name: "",
status: "Due | Critical | Overdue | Expired | Completed",
date: ""
}
]
```

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the existing API entry points for individual subjects and vaccination data, then review how routes and response models are structured. Implement the GET /web/individual/{individualUuid}/vaccinations behavior so it returns each vaccination's name, status, and date using the listed status values, and verify the response against the request example.

Written by the indexing model from the issue text.

Assessment

Tech stack
java, spring-boot
Domain
api, backend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.