fssa-batch3 / fssa-batch3/sec_a_abdulrazak.nasriudeen__corejava_project_2
Vehicle Module | get Vehicle Feature
- Dominant language
- Java
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
# Get Vehicle process
## User Story
As a workshop User he wants to see the vehicle details which to be serviced.
## Task
- [ ] Implementation of Dao Layer
- [ ] Implementation of Validation Layer
- [ ] Implementation of Service Layer
- [ ] Implementation of JUnit Test Cases
- [ ] Writing methods with comments
- [ ] Ensuring the test cases are passing
## Dao
- [ ] findVehicleByid
## Validation
- [ ] vehicle id Validation
## Service
- [ ] getVehicleById
## JUnit Test Cases
### Dao
- [ ] find vehicle by Id Test
### Validation
- [ ] vehicle Id Validation
### Service
- [ ] getVehicleByIdTest
## FlowChart
```mermaid
graph TD;
A[Start] --> B[Vehicle Id Validation];
B --> |Valid|C[ returns vehicle Object ];
B --> |InValid|E[ Validation Exception ]
C --> F[ end ]
E --> F
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.