fssa-batch3 / fssa-batch3/sec_a_abdulrazak.nasriudeen__corejava_project_2

User Module | Delete Feature

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

Description

# User Delete Feature
## User Story
**User Story:**
After using Appliction as a user if am not satisfied with the service provided i have to delete my account

## Task
- [ ] Implementation of DAO Layer
- [ ] Validation of inputs
- [ ] Implementation of a Service Layer
- [ ] Create JUnit TestCases
- [ ] Ensure Test Cases are passing
- [ ] Write comments for the methods used

## DAO

- [ ] findUserById

## Service
- [ ] deleteUserById

## Validation
- [ ] Login Validation
- [ ] userId Validation

## Junit Test Cases
### Dao
- [ ] findUserByID Test
### Service
- [ ] deleteUserById
### Validation
- [ ] LoginValidation Test
- [ ] userId Validation Test
## FlowChart
```mermaid
graph TD;
A[ Start ];
B[ User Id Validation]
C[ Login Validation]
D[ InValid Entry Exception]
E[ Update delete Status]
F[ Success Message]
A --> B
B -->|Success|C
B -->|Fail|D
D -->H
C --> |success| E
C -->|Fail| I[Validation Exception]
E -->|success|F
E -->|Fail|G[Service Exception]
G --> H
F --> H[End]

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.