fssa-batch3 / fssa-batch3/sec_a_gopikannan.saravanan__corejava_project_2
Fundraise Module | View Fundraise
- Dominant language
- Java
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
### DAO:
- [x] viewFundraises()
###Service:
- [x] viewFundraisesServices()
### TestService:
TestFundraiseViewFeature
- [x] testviewFundraisesValid()
- [x] testViewFundraisesInValid()
### Estimation :
- 3 hs
### Flow
``` mermaid
flowchart TD
subgraph View Fundraise
A[Check if Fundraiser Exists in Database]
B{Fundraiser Found?}
end
subgraph View Fundraiser
C[View Fundraiser Details]
D[Display Fundraiser]
end
subgraph Result
E[Display Success Message]
F[Display Error Message]
end
A --> B
B -- Yes --> C
B -- No --> F
C --> D
D --> E
D --> F
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the DAO method viewFundraises() and the service method viewFundraisesServices(), then inspect TestFundraiseViewFeature and its valid and invalid tests. Done means the flow displays fundraiser details and a success message for an existing fundraiser, and an error message when none is found.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend, database
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100