ervan-haryadi / fullstack-javascript-capstone-project

A Capstone Project for Full-Stack JavaScript Professional Certificate
Apache License 2.0
0 stars 0 forks source link

Implement Gifts details page #6

Open ervan-haryadi opened 1 month ago

ervan-haryadi commented 1 month ago

As a User I need details of the gifts So that I can choose which gift to pick or give to other User

Details and Assumptions

* Gifts are kept persistently in the database
* Each gifts have a details page
* Only registered user and have performed login can access details page

Acceptance Criteria

gherkin
Given details button on each Gift
When the button is clicked
Then the User will be directed to a page that contains the Gift's detailed information
ervan-haryadi commented 1 month ago

Gift details API done, working on frontend

ervan-haryadi commented 1 month ago

Gift details page have been implemented