fssa-batch3 / fssa-batch3/sec_b_thamim.subansait__corejava_project_2
find Matching tracks by TrackName
- Dominant language
- Java
- Stars
- 2
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
user Story
user will successfully view all tracks by using track name
#### Pre-requisites:
- [ ] Completed feature 1 - create user
- [ ] track table
- [ ] track model
- [ ] track dao
- [ ] track service
- [ ] track price table
- [ ] track price model
- [ ] track price dao
- [ ] track price service
- [ ] asset table
- [ ] asset model
- [ ] asset dao
- [ ] asset service
#### Validations:
- [ ] Form validator
* track name(null,empty)
- [ ] Business Validation
* Check whether the track exist
#### Flow:
```mermaid
graph TD;
A[track service argument Track name]-->X(Form validation)
X--valid--> Z(Business Validation)
Z--valid-->B[track dao]-->C(result of all tracks)-->E(asset service)-->F(asset dao)-->G(result of all tracks asset)-->H(track price service)-->I(track price Dao)-->J(result of all tracks price)
X--Invalid-->Y(validation exception)
Z--Invalid-->V(validation exception)
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.