fssa-batch3 / fssa-batch3/sec_a_abdulrazak.nasriudeen__corejava_project_2

Booking Module | Update Accept Status Feature

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

Description

# Update Booking Accept Status
## User Story
As a Workshop User I am able to accept the booking whenever service is need .
## Task
- [ ] Implementation of DAO Layer
- [ ] implementation of Service Layer
- [ ] Implementation of Validation layer
- [ ] Implementation of JUnit Test cases
- [ ] Ensure the test cases are passing
- [ ] write code with comments

## Dao
- [ ] updateAcceptSts

## Services
- [ ] updateAccept Status

## Validation
- [ ] Booking Id Validation
- [ ] WorkShop Id Validation

## JUnit
### Dao
- [ ] updateAcceptSts Test
### Service
- [ ] updateAcceptStatus Test
### Validation
- [ ] Booking Id Validation Test
- [ ] Workshop Id Validation Test

## FlowChart
```mermaid
graph TD;
A[Start]
B[ End ]
C[ Booking & Workshop Id Validation ]
D[Validation Exception ]
E[ Update Accept Status ]
F[Booking Accepted ]
G[Service Exception]
A --> C
C -->|Invalid| D
D --> G
C -->|Valid| E
E -->|Fails | G
E -->|Success| F
G --> B

F --> B

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.