fssa-batch3 / fssa-batch3/sec_a_gopikannan.saravanan__corejava_project_2
Fundraise Module | Update Fundraise
- Dominant language
- Java
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
### DAO:
- [x] updateFundraise()
###Service:
- [x] updateFundraiseServices()
### TestService:
TestFundraiseUpdateFeature
- [x] testUpdateFundraisesValid()
- [x] testUpdateFundraisesValid()
### Servlet :
- [ ] create a doGet() to get the fundraise details Which user wants to edit from findfundraisebyId()
- [ ] doPost() to get the response from the client side which user edited and use updateFundraiseServices() to update the details
### JSP:
- [ ] get the response from the servlet and show in the fields and change local storage to response from servlet
- [ ] send the reponse which user edited via axios to the servlet where update method will be executed
### Estimation :
- 3 hrs
### FLowChart:
``` mermaid
graph TD
Start[Start]
ReceiveID[Receive Fundraising ID]
ValidID{Valid ID?}
ReceiveDetails[Receive Update Details]
ValidDetails{Valid Details?}
CheckDB[Check Database for ID]
UpdateData[Update Fundraising Data]
End[End]
Start --> ReceiveID --> ValidID
ValidID -- Yes --> ReceiveDetails
ValidID -- No --> End
ReceiveDetails --> ValidDetails
ValidDetails -- Yes --> CheckDB
ValidDetails -- No --> End
CheckDB --> UpdateData --> End
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.