Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CC-12: Request Management Components #26

Closed
matherg opened this issue Oct 10, 2023 · 0 comments · Fixed by #33
Closed

CC-12: Request Management Components #26

matherg opened this issue Oct 10, 2023 · 0 comments · Fixed by #33
Assignees

Comments

@matherg
Copy link
Contributor

matherg commented Oct 10, 2023

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.

@ddusichka ddusichka self-assigned this Oct 11, 2023
@ddusichka ddusichka linked a pull request Oct 17, 2023 that will close this issue
@ddusichka ddusichka self-assigned this Aug 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants