Implemented the Resource Browsing and Booking experience under /resources.#1260
Open
AbdulSnk wants to merge 2 commits into
Open
Implemented the Resource Browsing and Booking experience under /resources.#1260AbdulSnk wants to merge 2 commits into
AbdulSnk wants to merge 2 commits into
Conversation
|
@AbdulSnk is attempting to deploy a commit to the naijabuz's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
@AbdulSnk Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implemented the Resource Browsing and Booking experience under /resources.
Changes
Added resource browse page with responsive resource card grid.
Displayed resource image, name, type, pricing (hourly or free), and availability status.
Added resource type filtering controls.
Enabled navigation from resource cards to /resources/[id].
Resource Details & Booking
Added resource detail page with:
Resource metadata and description
Image gallery
Resource type and hourly pricing
Availability picker (date and time range)
Quantity selector
Integrated real-time availability checks via resource availability endpoint.
Added booking flow with loading and unavailable state handling.
Implemented booking submission through resource booking endpoint.
Redirected paid bookings into the existing Paystack payment flow.
Enabled direct booking confirmation for free resources.
Navigation
Added Resources entry to the application's primary navigation.
Notes
Integrated with backend APIs provided by GF-BE-13.
Followed existing frontend patterns for routing, state management, styling, loading states, and API integration.
Closes: #1112