-
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
Store and retrieve related items from RelatedItem attribute (complete refactor for new project) #21
Store and retrieve related items from RelatedItem attribute (complete refactor for new project) #21
Conversation
@dei79 sorry for the long digestion period. I have been completely away from my projects using this library for this time and I finally had some time to update them, and by extension, my PR to this project. I hope the RelatedTable attribute is still relevant. I tried to create it as an extension using Virtual Attributes, but they do not have enough low level access so I could not find a way without extending the Interface for VirtualAttributes, and trying to make it backwards compatible I resorted to Abstract classes. The reason I mention it here is if you think I should do that instead. Let me know if you are still interested in this addition. |
Also I have managed to get the tests to work locally. I will make some tests for the new attribute. I cannot get the tests to work on Github, it looks like it does not load the credentials for the remote Table storage when the Author is external to the project. |
Replaced by #23 since I accidentally merged multiple tings into the same branch in order to create a demo release |
fyi I tried placing the logic a couple of different places and this seemed to be the smartest. What do you think?