Skip to content

donor api crud and i run with dummy data data.sql#3

Merged
thanthtooaung-coding merged 3 commits intodevelopfrom
dev_nainglynnaung
Mar 21, 2026
Merged

donor api crud and i run with dummy data data.sql#3
thanthtooaung-coding merged 3 commits intodevelopfrom
dev_nainglynnaung

Conversation

@nainglynnaung-dev
Copy link
Collaborator

Post=>http://localhost:8080/api/v1/bdms/donors

{
"nrc_no": "string",
"date_of_birth": "2026-03-20",
"user_id": 4,
"gender": "MALE",
"bloodGroup": "A_POSITIVE",
"weight": 0,
"lastDonationDate": "2026-03-20",
"remarks": "string",
"emergencyContact": "string",
"emergencyPhone": "string",
"address": "string"
}

image

@@ -11,24 +11,24 @@
@EnableWebSecurity
public class SecurityConfig {

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please undo these space

@Data
@EqualsAndHashCode(callSuper = true)
public class DonorFilter extends BaseFilter {
private String name;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please add more fields as much as you can

@thanthtooaung-coding thanthtooaung-coding merged commit a9c8a90 into develop Mar 21, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants