fssa-batch3 / fssa-batch3/sec_a_ajaikumar.nataraj__corejava_project_2
Product module | Delete feature
- Dominant language
- Java
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
###DAO:
- [ ] deleteProduct
###Service:
- [ ] DeleteProduct
###Validation:
- [ ] validateDeleteProduct
###Test:
- [ ] testValidById
###Estimation
- [ ] 4 hrs
# Rishi Agri Market
[Milestone](https://github.com/fssa-batch3/sec_a_ajaikumar.nataraj__corejava_project_2/milestones)
### ERDIAGRAM
[](https://freeimage.host/i/HbuvXBR)
### Flow
```mermaid
flowchart TD
subgraph Delete Product
A[Start]
B[Display User Own Product]
C[User Click Delete Button]
D[Confirm Deletion]
E{Confirmation Received?}
F[Delete Product Details]
G[Record Deleted Successfully]
H[End]
end
A --> B
B --> C
C --> D
D --> E
E -- Yes --> F
F --> G
E -- No --> B
G --> H
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.