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
Create components that perform the following functionality:
Request Management:
Completed Requests and Responses: displays completed requests with there response
Incomplete Requests List: Displays all incomplete requests
RequestItem: Single request with button to create a response
ResponseForm: form to create a response
CollectionSelector: dropdown to select a collection to add to the Response
We need a component Request Management that will be rendered on the admin page. Request management will use Collections Data from Admin Context. Implementation on the exact structure/functionality is up to you. In general we need to 1. display all incomplete requests, 2. Create a response for a requests, 3. Assign a collection to the response before making the backend all to create the response. (This is because every response MUST have a collection tied to it). Mock any data needed.
The text was updated successfully, but these errors were encountered:
Create components that perform the following functionality:
Request Management:
Completed Requests and Responses: displays completed requests with there response
Incomplete Requests List: Displays all incomplete requests
RequestItem: Single request with button to create a response
ResponseForm: form to create a response
CollectionSelector: dropdown to select a collection to add to the Response
We need a component Request Management that will be rendered on the admin page. Request management will use Collections Data from Admin Context. Implementation on the exact structure/functionality is up to you. In general we need to 1. display all incomplete requests, 2. Create a response for a requests, 3. Assign a collection to the response before making the backend all to create the response. (This is because every response MUST have a collection tied to it). Mock any data needed.
The text was updated successfully, but these errors were encountered: