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

Feature/379 view filing #450

Merged
merged 15 commits into from
Aug 12, 2022
Merged

Feature/379 view filing #450

merged 15 commits into from
Aug 12, 2022

Conversation

Elaine-Krauss-TCG
Copy link
Contributor

const uploadStatus: FECUploadStatus = FECUploadStatus.fromJSON(data);
expect(uploadStatus).toBeInstanceOf(FECUploadStatus);
expect(uploadStatus.created).toBeInstanceOf(Date);
console.log(uploadStatus.created);
Copy link
Contributor

Choose a reason for hiding this comment

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

very minor - maybe remove this?

Copy link
Contributor

@toddlees toddlees left a comment

Choose a reason for hiding this comment

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

Looks great! I think there might be a requirements gap for when there's an error between clicking submit and our first request to FEC. Maybe we can make a ticket down the line to handle this scenario. Failure before the first request to FEC could be an issue compiling the .fec or a network issue when we try to submit to FEC, for example.

@toddlees toddlees merged commit 2ab20bd into develop Aug 12, 2022
@Elaine-Krauss-TCG Elaine-Krauss-TCG deleted the feature/379-view-filing-id branch August 15, 2022 17:25
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.

3 participants