-
Notifications
You must be signed in to change notification settings - Fork 1
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 Records container class #59
Conversation
Work in progress. Requires features from #54 so waiting for that to be merged first. |
And other fixes/additions
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.
Great PR! The general approach looks great to me.
I left a few questions / suggestions in comments. In addition:
- Could you update
architecture.qmd
to add the$df()
methods and the relatedrecords class?
Plus various tidying/adjustments
* origin/main: Refactor documentation (#67)
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.
LGTM! Thanks Luke!
Adds a class for managing multiple records. I called it
RelatedRecords
because that's what it's used for and that is closer to the Python object.Fixes #48