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

Feedback and Rating System #15

Open
8 tasks
git-union bot opened this issue May 8, 2024 · 0 comments
Open
8 tasks

Feedback and Rating System #15

git-union bot opened this issue May 8, 2024 · 0 comments

Comments

@git-union
Copy link
Contributor

git-union bot commented May 8, 2024

Feedback and Rating System

As a user, I want to provide feedback and tip the developers of websites or applications that I find valuable, so that I can reward their effort and encourage continuous improvement.

Acceptance Criteria

  • User can submit a rating out of 5 stars.
  • User can write a feedback message along with the rating.
  • User can choose an amount to tip the developers.
  • User can submit the tip through a secure payment system.
  • User receives confirmation after submitting rating, feedback, and tip.
  • Developers can view the feedback and total tips received.
  • System handles tips distribution among the development team.
  • System ensures user data security during the tipping process.
sequenceDiagram
  participant User
  participant RatingSystem
  participant PaymentGateway
  User->>RatingSystem: Select star rating and write feedback
  RatingSystem->>User: Ask for tip amount
  User->>PaymentGateway: Enter payment information
  PaymentGateway->>User: Confirm transaction
  PaymentGateway->>RatingSystem: Confirm tip received
  RatingSystem->>User: Display thank you message
Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants