feat: enhance note.template with validation and new features#87
Closed
devin-ai-integration[bot] wants to merge 29 commits intomainfrom
Closed
feat: enhance note.template with validation and new features#87devin-ai-integration[bot] wants to merge 29 commits intomainfrom
devin-ai-integration[bot] wants to merge 29 commits intomainfrom
Conversation
- Add type validation for template body fields - Implement binary record support with length validation - Add port number validation (1-100) - Support compact format with metadata field validation - Update API documentation with new features - Add comprehensive test suite Co-Authored-By: rlauer@blues.com <rlauer@blues.com>
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
⚙️ Control Options:
|
Co-Authored-By: rlauer@blues.com <rlauer@blues.com>
Co-Authored-By: rlauer@blues.com <rlauer@blues.com>
Co-Authored-By: rlauer@blues.com <rlauer@blues.com>
Co-Authored-By: rlauer@blues.com <rlauer@blues.com>
Co-Authored-By: rlauer@blues.com <rlauer@blues.com>
…ement Co-Authored-By: rlauer@blues.com <rlauer@blues.com>
Co-Authored-By: rlauer@blues.com <rlauer@blues.com>
Co-Authored-By: rlauer@blues.com <rlauer@blues.com>
…thesis Co-Authored-By: rlauer@blues.com <rlauer@blues.com>
Co-Authored-By: rlauer@blues.com <rlauer@blues.com>
Co-Authored-By: rlauer@blues.com <rlauer@blues.com>
Co-Authored-By: rlauer@blues.com <rlauer@blues.com>
Co-Authored-By: rlauer@blues.com <rlauer@blues.com>
Co-Authored-By: rlauer@blues.com <rlauer@blues.com>
Co-Authored-By: rlauer@blues.com <rlauer@blues.com>
Co-Authored-By: rlauer@blues.com <rlauer@blues.com>
Co-Authored-By: rlauer@blues.com <rlauer@blues.com>
Co-Authored-By: rlauer@blues.com <rlauer@blues.com>
Co-Authored-By: rlauer@blues.com <rlauer@blues.com>
Co-Authored-By: rlauer@blues.com <rlauer@blues.com>
Co-Authored-By: rlauer@blues.com <rlauer@blues.com>
Co-Authored-By: rlauer@blues.com <rlauer@blues.com>
Co-Authored-By: rlauer@blues.com <rlauer@blues.com>
Co-Authored-By: rlauer@blues.com <rlauer@blues.com>
Co-Authored-By: rlauer@blues.com <rlauer@blues.com>
Co-Authored-By: rlauer@blues.com <rlauer@blues.com>
rdlauer
reviewed
Jan 30, 2025
notecard/note.py
Outdated
| try: | ||
| binary_helpers.binary_store_reset(card) | ||
| binary_helpers.binary_store_transmit(card, binary, 0) | ||
| req["binary"] = "true" |
Contributor
There was a problem hiding this comment.
shouldn't this be req["binary"] = True?
Co-Authored-By: rlauer@blues.com <rlauer@blues.com>
Contributor
Author
|
I've updated the code to use Python's boolean value instead of the string for the binary parameter. This change:
Please review the changes and let me know if you'd like any adjustments. |
Co-Authored-By: rlauer@blues.com <rlauer@blues.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Template System Improvements
This PR enhances the
note.templatefunctionality with improved validation, binary record support, and compact format features.Changes
Testing
Documentation
Link to Devin run: https://app.devin.ai/sessions/95ffd763d71b445198b9370e49dcd93f