fssa-batch3 / fssa-batch3/sec_a_ajaikumar.nataraj__corejava_project_2

User module | Register Feature

Open
#1 0 comments 0 reactions 0 assignees View on GitHub
enhancement User-module
Dominant language
Java
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

###Attributes:-
- [ ] username
- [ ] email
- [ ] password
- [ ] phone
- [ ] dateOfBirth
- [ ] address
- [ ] gender

###Validations
- [ ] validateUser()
- [ ] validateEmail()
- [ ] validatePassword()
- [ ] validateName()
- [ ] validateDOB()

###TestValidations
- [ ] TestvalidateUser()
- [ ] TestvalidateEmail()
- [ ] TestvalidatePassword()
- [ ] TestvalidateName()

###DAO
- [ ] createUser()
- [ ] getAllUser()
- [ ] findUserByEmail()

###Service:
- [ ] registerUser()

###Service Test:
- [ ] TestRegisterUser()

###Estimation
- [ ] 10 hrs

# Rishi Agri Market

[Milestone](https://github.com/fssa-batch3/sec_a_ajaikumar.nataraj__corejava_project_2/milestones)

### ERDIAGRAM

[![HbuvXBR.md.png](https://iili.io/HbuvXBR.md.png)](https://freeimage.host/i/HbuvXBR)

### Flow

```mermaid
flowchart TD
subgraph User Registration
A[Start]
B[Display Registration Form]
C[User Fills out Form]
D[Validate Input]
E{Validation Successful?}
F[Save User 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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.