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

Create Public Guest Route for Viewing Quotes #33

Closed
5 tasks
rogadev opened this issue Feb 2, 2023 · 1 comment
Closed
5 tasks

Create Public Guest Route for Viewing Quotes #33

rogadev opened this issue Feb 2, 2023 · 1 comment

Comments

@rogadev
Copy link
Owner

rogadev commented Feb 2, 2023

Customer quotes will need to be viewable from an unprotected route within the app. We will need to have rate limiting on this route to protect bots from spam attacking to guess unique URL parameters.

Ideas/Examples:

  • ezeval.app/company-name/quote/e5286b50-9bb5-4c34-9ed0-6743fca3d39c (preferred)
  • ezeval.app/quote/e5286b50-9bb5-4c34-9ed0-6743fca3d39c
  • company-name.ezeval.app/quote/e5286b50-9bb5-4c34-9ed0-6743fca3d39c (multi-tenant requirement)

  • Company account owner or manager or individual account owner can send quote (link) to customer.
  • Customer can click link and view quote.
  • Customer can add/remove extras offered in quote.
  • Customer can accept/decline quote.
  • Action of accepting or declining quote prompts action item creation for owner/manager to book job.
@rogadev
Copy link
Owner Author

rogadev commented Feb 15, 2023

This is no longer related to the capstone's pivoted purpose.

@rogadev rogadev closed this as completed Feb 15, 2023
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

No branches or pull requests

1 participant