fssa-batch3 / fssa-batch3/sec_b_mathivanan.pachiyappan__corejava_project_2

List all election

Open
#6 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

### Feature: List all Elections
>List all Election in a database.
#### Pre-requisites:
- [ ] complete create election feature
- [ ] election table
- [ ] Election DAO( list All Elections)
- [ ] Election service ( list All ( ) )

#### Flow:
```mermaid
graph TD;

A[Election Service: List of Elections] --> B[Form Validation]

B -- Yes --> C[Business Validation]
B -- No --> G[Throws Exception]

C -- Yes --> D[Election DAO: List of Elections]
C -- No --> F[Election Service: Elections Not Found]

D --> E[Election Service: List of Elections]

```

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.