fssa-batch3 / fssa-batch3/sec_b_vigneshwar.vijayakumar__corejava_project_2
Booking history
- Dominant language
- Java
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
#### User Story:
> User can view their booking history.
#### Pre-requisites:
- [ ] Ticket Table
- [ ] Ticket DAO (FindAllBookedTicketsByUserId)
- [ ] Ticket Service (FindAllBookedTicketsByUserId)
#### Validation:
- [ ] Form Validation:
- Id ( <= 0 )
- [ ] Business Validation:
- Check If the user is already exists in user table.
#### Messages:
- Id can't be less than zero.
- User doesn't exist.
#### Flow:
```mermaid
graph TD;
A(Value Passed to TicketService - Id) --> B(Form Validation) -- Valid --> C(Business Validation)
B --Invalid --> H(Validation Exception)
C -- Valid--> D(Value Passed to TicketDAO)
D --> E(Value Stored in Database)
C -- Invalid --> F(Validation Exception)
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.