fssa-batch3 / fssa-batch3/sec_a_aravindth.kannan__corejava_project_2
Style module | Add Style Feature
- Dominant language
- Java
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
### DAO
- [ ] addStyle()
### Service
- [ ] addedStyle()
### Service tests
- [ ] TestAddValidStyleFeature
- [ ] TestAddInvalidStyleFeature
### Estimation
- [ ] 8 hours
### Flow Chart
```mermaid
graph TD
A[[Start]] --> |Barbers Initiates Style Creation| B([Validate Style])
B --> |Valid| C([Search Existing Style])
B --> |Invalid| E{{Validation Exception}}
C --> |StyleFound| F{{Service Exception}}
C --> |StyleNot Found| D([Add Book])
D --> |Success| I([StyleAdded Successfully])
E --> |Fail| G([Failed to Add Style])
F --> |Fail| G
G --> H[[End]]
I --> H
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.