https://github.com/alnaimi-github/test-driven-development
https://github.com/alnaimi-github/test-driven-development
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alnaimi-github/test-driven-development
- Owner: alnaimi-github
- Created: 2024-08-22T17:18:50.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-08-22T17:20:33.000Z (10 months ago)
- Last Synced: 2025-03-24T17:01:50.168Z (3 months ago)
- Language: C#
- Size: 2.13 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
###
- Task one## Stories
### 01
As a car parking administrator
I want to apply a pricing table by the hour to offer to customers- The pricing table should cover the 24-hours
- The price is calculated per hour
- Ordered by hour limit### 02
As a car parking administrator
I want to define a maximum daily price
So that I can define a competitive daily price for those leaving the car for a longer period- The maximum price can't exceed the price of 24 hours through the plan
- Will be equal to the sum if not defined### 03
As a driver
I want the pricing service to calculate the total parking cost accurately based on the entry and exit times, factoring in any partial hours or maximum daily price