fssa-batch3 / fssa-batch3/sec_a_abdulrazak.nasriudeen__corejava_project_2

WorkShop Module | Login Feature

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

Description

# Workshop Login Process
## User Story
**User Story:**
As a registered Workshop , I want to securely log into the application with my credentials to access my personalized content and features.

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

## DAO

- [x] FindWorkshopByNumber

## Service
- [x] Login Workshop

## Validation
- [x] workShop Number , password Validation
- [x] Active workShop Validation

## Junit Test Cases
### Dao
- [x] findWorkshopByNumber Test
### Service
- [x] LoginWorkshop Test
### Validation
- [x] Workshop number Password Validation Test
- [x] Active Workshop Validation Test
## FlowChart
```mermaid
graph TD;
A[ Start ];
B[ Workshop number,Password Validation]
C[ Active Workshop Validation]
D[ InValid Entry Exception]
E[ Workshop PassWord Validation]
F[Get Workshop ID]
A --> B
B -->|Success|C
B -->|Fail|D
D -->H
C --> |success| E
C -->|Fail| I[Service Exception]
E -->|success|F
E -->|Fail|G[Service Exception]
G --> H
F -->|Stores in session Storage| 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.