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

Implement Resource Cart for Client Selection #23

Open
9 tasks
tenvoltz opened this issue Nov 9, 2024 · 0 comments
Open
9 tasks

Implement Resource Cart for Client Selection #23

tenvoltz opened this issue Nov 9, 2024 · 0 comments
Labels

Comments

@tenvoltz
Copy link
Collaborator

tenvoltz commented Nov 9, 2024

Description:
The public view should allow clients to select multiple resources and add them to a cart. This feature will enable users to easily collect and review selected resources before taking further action, such as requesting updates or sharing the list.

Checklist:

  • Implement checkboxes or "Add to Cart" buttons on each resource listing for users to select resources.
  • Create a cart component where selected resources are stored temporarily.
  • Ensure that users can view the contents of their cart and remove items if needed.
  • Provide an option for users to finalize their cart (e.g., export to PDF)
  • Ensure that the cart persists across page reloads or navigations within the session.
  • Implement a UI indicator (e.g., cart icon with item count) to show how many resources are currently in the cart.
  • Test the cart functionality to ensure it handles multiple selections and updates correctly.
  • Ensure the cart is responsive and easy to use on both mobile and desktop devices.
  • Document the cart implementation for future reference or enhancements.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

No branches or pull requests

1 participant