fssa-batch3 / fssa-batch3/sec_a_susikumar.pitchaimuthu__corejava_project_2

Still module | Create Feature

Open
#3 2 comments 0 reactions 1 assignee Claimed by @Susikumar-Pitchaimuthu View on GitHub
enhancement still-module
Dominant language
Java
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

### DAO:

- [x] takeStill()

### Service:

- [x] takeStill()

### Service Tests:

- [x] testTakeStill()

```mermaid
graph TD
A(Start)
B(User Clicks Capture Button)
C(Take Photo)
D(Still Data Go To Validation)
E(Validate Date, Time, Still URL and etc...)
F{Validation Successful?}
G(Store Data)
H(Throw Exception)
I(End)

A --> B
B --> C
C --> D
D --> E
E --> F
F -- Yes --> G
F -- No --> H
G --> I
H --> I

style G fill:#dfd,stroke:#333
style H fill:#fdd,stroke:#333
```

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.