Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lekoowo/cloud-native-user-story
https://github.com/lekoowo/cloud-native-user-story
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lekoowo/cloud-native-user-story
- Owner: lekoOwO
- Created: 2022-04-30T17:32:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-01T09:51:35.000Z (over 2 years ago)
- Last Synced: 2024-12-07T14:44:08.698Z (about 1 month ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Cloud-Native-User-Story
## User Story
- As a user, I would want to redeem coupons.
### Acceptance Criterias
- Given: User logged in and navigated to the coupon page.
When: User tried to redeem a valid coupon.
Then: User redeems the coupon. Show the success page.- Given: User logged in and navigated to the coupon page.
When: User tried to redeem a invalid coupon.
Then: Failed. Show the error message.