fssa-batch3 / fssa-batch3/sec_a_nithyashri.rameshbabu__corejava_project_2

User module | Register Feature

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

Description

### DAO:
- [ ] createUser()

### Service:
- [ ] registerUser()

### Service Tests:
TestRegisterFeature
- [ ] testRegistrationSuccess()

### Estimation
6hrs

### Flow
```mermaid
flowchart TD
A[Start]
B[User inputs name,email,password,isdoctor]
C[Validate Information]
D[Create User Account]
F[Finish]

A --> B
B --> C
C -->|Valid| D
C -->|Invalid| B
D --> F

```

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.