fssa-batch3 / fssa-batch3/sec_b_mohammedirfan.rahamathulla__corejava_project_2

List all turf by area

Open
#7 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

User Story :
User can see list of turf by area
#### Pre-requisites :
- [ ] Turf module feature 1 should complete
- [ ] Implement Turf(find all)
- [ ] Implement Turf DAO (find all)

#### Validations :
- [ ] area ( null, empty, pattern )

#### Business Validations:
- turf area exists

``` mermaid
graph TD;A(Turf Service- area ) --> B(Form Validation) -- Valid --> C(Business Validation)
B -- Invalid --> H(Validation Exception)
C -- Valid --> D(Argument Passed to Turf DAO)
D --> F(get turf list by area from DB)
C -- Invalid --> E(Validation Exception)
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.