fssa-batch3 / fssa-batch3/sec_a_kamalesh.srinivasan__corejava_project_2
Job module | List job
Open
- Dominant language
- Java
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
### User flow
As a user, I want to see my created jobs. This will list your jobs that you have created. I expect this page will display created jobs.
DAO:
- [x] listJobs
Service:
- [x] listJobs
ServiceTest:
- [x] TestListJobs
### flow
```mermaid
graph TD;
A[Job Service: List Jobs] --> B[Get Jobs]
B --> C{Check jobs is not empty}
C -- Yes --> D[Job Service: Jobs Listed]
C -- No --> E[Job Service: No Jobs Found]
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.