You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Desired functionality:
Based on the availability, booking, and qualification of account row links, a list of available times for a given date should be calculated and returned on the endpoint.
A date should be passed to the endpoint as URL query param.
Store methods needed:
Store: ProductStore
Methods: GetAllAvailableTimes(date time.Time) ([]time.Time, error)
Endpoints needed:
Route: /product/{id}/available/time
Method: GET
The text was updated successfully, but these errors were encountered:
Desired functionality:
Based on the
availability
,booking
, andqualification
ofaccount
row links, a list of available times for a given date should be calculated and returned on the endpoint.A
date
should be passed to the endpoint as URL query param.Store methods needed:
Store:
ProductStore
Methods:
GetAllAvailableTimes(date time.Time) ([]time.Time, error)
Endpoints needed:
Route:
/product/{id}/available/time
Method:
GET
The text was updated successfully, but these errors were encountered: