-
Notifications
You must be signed in to change notification settings - Fork 22
Refactor our data model to support masters/instances #456
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
|
@RobPasMue starting a draft so you can monitor progress :) Give feedback incrementally as you have free time. It's going to be pretty messy... |
|
At this point - all tests are passing with my refactoring of the Body class. More tests could be added in the future to handle more edge cases. |
|
Big PR coming up! 😄 Let's break the code |
|
My main concern at this point is inheritance (to avoid code duplication). Why can't TemplateBody and Body extend one from the other? Let's talk offline if you prefer and sum up conclusions here. |
|
Start moving the protos over whenever you can @jonahrb. We need to generate a new server version and protos package before merging in any case. |
|
I'll review the implementation on Monday morning with my laptop... Reviewing this from my phone is complicated 😄 |
RobPasMue
left a comment
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.
Blocking merge until we talk :)
…sys/pygeometry into feat/refactor-for-instances
…sys/pygeometry into feat/refactor-for-instances
RobPasMue
left a comment
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.
After so long... LGTM!! Thanks @jonahrb!! Great work here
…sys/pygeometry into feat/refactor-for-instances
!!REQUIRES PROTO CHANGES!!