-
Notifications
You must be signed in to change notification settings - Fork 5
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 Organization
class
#34
Add Organization
class
#34
Conversation
Change parser to detect --org flag.
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.
Code structure looks alright. I've included some miscellaneous feedback. Do remember to remove any leftover debugging or commented out code before finalizing.
Co-authored-by: Wern <dev@wern.cc>
Co-authored-by: Wern <dev@wern.cc>
This allows us to distinguish between contact types and allow for proper handling of JSON storage and retrieval of these types.
…nto branch-Add-Organiation
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.
Should be good to go now
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.
Overall, looks good to me.
Seems like the old "first time use example data" will no longer correctly load - that can be fixed in a future PR since it isn't exactly critical. |
No description provided.