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

Tax Distribution Microsite #25

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

Tax Distribution Microsite #25

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

Comments

@git-union
Copy link
Contributor

git-union bot commented May 8, 2024

Tax Distribution Microsite

As a user, I want to be able to input my income and location to see how my taxes are distributed across city, state, and federal budgets and have the option to suggest changes to my legislators.

Acceptance Criteria

  • User can input their income and their location (city and state).
  • The site calculates and displays the amount of taxes paid at city, state, and federal levels.
  • Taxes are shown as percentages, relative to the budgets of the city, state, and federal government.
  • User can adjust the distribution of their taxes based on their personal preferences.
  • User can submit their adjusted tax distribution via email to their city, state, and federal representatives.
  • The site provides a visual representation of tax distributions in both current and user-adjusted states.
sequenceDiagram
  participant User
  participant TaxCalculationEngine
  participant RepresentativeEmailer
  User->>TaxCalculationEngine: Input income and location
  TaxCalculationEngine->>User: Show tax distribution
  User->>TaxCalculationEngine: Adjust tax preferences
  TaxCalculationEngine->>User: Updated tax distribution visualization
  User->>RepresentativeEmailer: Send email with preferred tax distribution
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