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

Add Label 22 Takeoff Report #180

Merged
merged 3 commits into from
Oct 30, 2024

Conversation

makrsmark
Copy link
Collaborator

  • renamed Label_22 to Label_22_POS and added preambles

- renamed Label_22 to Label_22_POS and added preambles
Comment on lines +41 to +42
expect(decodeResult.formatted.items[3].label).toBe('Message Timestamp');
expect(decodeResult.formatted.items[3].value).toBe('17:12:00');
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

this is a little weird, but what I'm calling the timestamp has minute resolution, but the actual takeoff time has second resolution. Open to ideas

Copy link
Contributor

Choose a reason for hiding this comment

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

I would say that as long as the raw value is still defined with seconds, the formatted can be whatever.

Comment on lines +71 to +72
expect(decodeResult.formatted.items[3].label).toBe('Message Timestamp');
expect(decodeResult.formatted.items[3].value).toBe('11:52:00');
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

in this variant, both the timestamp and takeoff time have minute resolution - i could be parsing backwards but it probably doesn't matter

Copy link
Contributor

@kevinelliott kevinelliott left a comment

Choose a reason for hiding this comment

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

LGTM!

@makrsmark makrsmark merged commit 1a2cc4c into airframesio:master Oct 30, 2024
3 checks passed
@makrsmark makrsmark deleted the feature/label-22-off branch October 30, 2024 20:01
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