fssa-batch3 / fssa-batch3/sec_a_gopikannan.saravanan__corejava_project_2

Donation Module | View Donations

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

Description

### DAO:
- [x] viewDonations

### Service:
- [x] viewDonationsService

### Test:
- [x] testViewDonationsSuccess
- [x] testViewDonationsFailed

### Servlet:
- [ ] In doGet() need to write the logic to get all the donations list from that I have filter and send only the users donations

### JSP:
- [ ] Change the client side code from local storage and get the axios call from the servlet and work with response comes from the servlet with the logic I have with localstorage and show the my donations cards

- Estimation

3 hrs

### Flow DIagram:

``` mermaid
graph TD
Start[Start]
CheckDB[Check Database for Donations]
ViewDetails[View Donation Details]
NoData[No Donations Found]
End[End]

Start --> CheckDB
CheckDB -- Donations Found --> ViewDetails --> End
CheckDB -- No Donations --> NoData --> End

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.