fssa-batch3 / fssa-batch3/sec_b_mohammedirfan.rahamathulla__corejava_project_2

Delete Turf

Open
#9 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 :
>Turf details successfully deleted in database.
- [ ] completed feature 1 - delete turf
- [ ] Turf model
- [ ] Turf DAO (delete)
- [ ] Turf SERVICE (delete)

#### Form Validations:
* id (< 0)
#### Business Validations:
- turf id exists

```mermaid
graph TD;A(TurfService - turf id ) --> B(Form Validation) -- Valid --> C(Business Validation)
B -- Invalid --> H(Validation Exception)
C -- Valid --> D(Argument Passed to TurfDAO)
D --> F(change is_active to 0 in 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.