-
Notifications
You must be signed in to change notification settings - Fork 6
feat: enhance note.template with validation and new features #87
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
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>
🤖 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>
notecard/note.py
Outdated
| try: | ||
| binary_helpers.binary_store_reset(card) | ||
| binary_helpers.binary_store_transmit(card, binary, 0) | ||
| req["binary"] = "true" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldn't this be req["binary"] = True?
Co-Authored-By: rlauer@blues.com <rlauer@blues.com>
|
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>
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