Skip to content

PM-1142 - reset tax forms #34

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

Merged
merged 5 commits into from
Apr 30, 2025
Merged

PM-1142 - reset tax forms #34

merged 5 commits into from
Apr 30, 2025

Conversation

vas3a
Copy link
Collaborator

@vas3a vas3a commented Apr 28, 2025

https://topcoder.atlassian.net/browse/PM-1142
Migration file to:

  • drop docusign_envelopes table & related enums
  • drop & recreate user_tax_form_associations table with columns: user_id, tax_form_id, date_filed, tax_form_status.
  • drop table tax_forms
  • updated enum for tax_form_status to reflect status from trolley

Updated services & controller to get rid of handling "net_amount" based on filled-in tax forms.

@vas3a vas3a requested a review from kkartunov April 28, 2025 09:40
@@ -1,13 +1,9 @@
import { TaxFormStatus } from './adminWinning.dto';

export class TaxFormQueryResult {
id: string;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider adding type annotations for the properties in the TaxFormQueryResult class to ensure type safety and clarity. For example, id: string; could be id: string;.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kkartunov lol. this one is funny:

For example, id: string; could be id: string;

@vas3a vas3a requested a review from kkartunov April 29, 2025 10:03
@vas3a vas3a merged commit ef87b26 into dev Apr 30, 2025
1 check passed
@vas3a vas3a deleted the PM-1142_reset-tax-forms branch April 30, 2025 08:52
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 this pull request may close these issues.

2 participants