fssa-batch3 / fssa-batch3/sec_a_abdulrazak.nasriudeen__corejava_project_2
WorkShop Module | List of Workshops feature
- Dominant language
- Java
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
# Workshop List Feature
## User Story
**User Story:**
As a admin i have to see how many Workshops are using my application so this feature helps me to get the list of Workshops
## Task
- [ ] Implementation of DAO Layer
- [ ] Implementation of a Service Layer
- [ ] Create JUnit TestCases
- [ ] Ensure Test Cases are passing
- [ ] Write comments for the methods used
## DAO
- [ ] getAllWorkshops
## Service
- [ ] getWorkshops
## Validation
- [ ] admin Validation
## Junit Test Cases
### Dao
- [ ] getAllWorkshopsTest
### Service
- [ ] getWorkshopsTest
### Validation
- [ ] admin Validation Test
## FlowChart
```mermaid
graph TD;
A[ Start ];
B[ adminId Validation]
C[ Login Validation]
D[ InValid Entry Exception]
E[getWorkshops ]
F[ List of Workshops ]
A --> B
B -->|Success|C
B -->|Fail|D
D -->H
C --> |success| E
C -->|Fail| I[Validation Exception]
E -->|success|F
E -->|Fail|G[Service Exception]
G --> H
F --> H[End]
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.