fssa-batch3 / fssa-batch3/sec_b_kishore.sugumar__corejava_project_2
Create Asset
- Dominant language
- Java
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
### Feature: Create Asset
> The create asset feature creates new asset in the asset table of the database.
#### Pre-requisites:
* Create asset table
* Create asset entity
* Create asset model
* asset DAO (create)
* asset service
#### Validations:
* Form Validation
* url( null, empty, pattern )
#### Messages:
* Asset cannot be null or empty
* Invalid url pattern
#### Flow:
> Invalid occur When a asset does not meet the criteria, asset arise.
```mermaid
graph TD;
A(Argument Passed to AssetsService - asset) --> B(Form Validation)
B--Valid--> C(Argument Passed to UserDAO)
B--Invalid-->I(Throw Validation Exception)
C -->E(Store Value in Database)
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.