fssa-batch3 / fssa-batch3/sec_a_ajaikumar.nataraj__corejava_project_2
Product module | Register feature
- Dominant language
- Java
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
###Attributes:-
- [ ] name
- [ ] price
- [ ] place
- [ ] quantity
- [ ] date
- [ ] place
- [ ] url(image)
- [ ] type
###Validations
- [ ] validateName()
- [ ] validatePrice()
- [ ] validateQuantity()
- [ ] validatePlace()
- [ ] validateUploadDate()
###TestValidations
- [ ] TestvalidateName()
- [ ] TestvalidatePrice()
- [ ] TestvalidateQuantity()
- [ ] TestvalidatePlace()
- [ ] TestvalidateDate()
###DAO
- [ ] createProduct()
- [ ] getAllProduct()
- [ ] findProductById()
###Service:
- [ ] registerProduct()
###Service Test:
- [ ] TestRegisterProduct()
###Estimation
- [ ] 10 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 Product Registration
A[Start]
B[Display Product Registration Form]
C[User Fills out Product Registration Form]
D[Validate Input]
E{Validation Successful?}
F[Save Product Data]
G[Registration Successful]
H[Display Error Messages]
I[End]
end
A --> B
B --> C
C --> D
D --> E
E -- Yes --> F
F --> G
E -- No --> H
H --> B
H --> I
G --> I
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.