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

Submission Intake Form - bugs in proponent entered applied permits #210

Merged
merged 1 commit into from
Dec 4, 2024

Conversation

qhanson55
Copy link
Collaborator

Description

Set max date to current date and fixed formatting issue.
Usability.
PADS-383

Types of changes

Bug fix (non-breaking change which fixes an issue)

Checklist

  • I have read the CONTRIBUTING doc
  • I have checked that unit tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)

Further comments

Deleted some commented code that snuck in on a previous branch.

Copy link

github-actions bot commented Dec 4, 2024

Coverage Report (Frontend)

Totals Coverage
Statements: 24.64% ( 1641 / 6660 )
Methods: 19.95% ( 227 / 1138 )
Lines: 29.22% ( 957 / 3275 )
Branches: 20.34% ( 457 / 2247 )

Copy link

github-actions bot commented Dec 4, 2024

Coverage Report (Application)

Totals Coverage
Statements: 36.25% ( 1047 / 2888 )
Methods: 24.6% ( 123 / 500 )
Lines: 47.55% ( 698 / 1468 )
Branches: 24.57% ( 226 / 920 )

Comment on lines 1 to 7
import type { IStamps } from '@/interfaces';

export type IntakeAppliedPermit = {
permitTypeId?: number;
statusLastVerified?: string;
trackingId?: string;
} & Partial<IStamps>;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is this necessary over the existing Permit type, or a partial of? This is just a specific subset of that.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

good call

@qhanson55 qhanson55 force-pushed the bug/intake-applied-permits branch from 1c0ed84 to bcc9614 Compare December 4, 2024 19:18
@kyle1morel kyle1morel merged commit 9fe83f9 into master Dec 4, 2024
18 of 19 checks passed
@kyle1morel kyle1morel deleted the bug/intake-applied-permits branch December 4, 2024 19:35
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