fssa-batch3 / fssa-batch3/sec_a_kamalesh.srinivasan__corejava_project_2

Job module | create job

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

### User Stroy
As a user. I want to create a job or requirement with title and price. This will allow you to create job. I expect this will redirect to the home page . In that page you can find the created job.

DAO:
- [x] createJob

Service:
- [x] createJob

Test Service
- [x] TestCreateJob

### User Flow

```mermaid
graph TD;
A[Start] --> B[Job Model];
B --> C{Check Email};
C -->|Yes| D[Email exist];
C -->|No| F[Invalid Job Data];
D -->|Valid| E[Validation];
E -->|Yes| H[Create Job];
E -->|No| G[Invalid Job Data];
```

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.