Skip to content
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

Support updates #30

Open
autotelik opened this issue Jan 16, 2015 · 2 comments
Open

Support updates #30

autotelik opened this issue Jan 16, 2015 · 2 comments
Labels

Comments

@autotelik
Copy link
Owner

I am slowly looking at implementing this.

Need to create a better loader object management layer and then refactor the perform.._load methods (e.g perform_excel_load) as these currently do too much.

Look for a good pattern for Object Management, move out of loaders/Populator, into separate area.

Enable loaders to reach into this to grab current object, split out from the generic loaders, and provide hooks in those generic Loaders to enable custom loaders to more easily manage the object lifecycle themselves. Currently far too rigid, i.e just creates a new object for each row processed.

@GeekOnCoffee
Copy link

Any updates on this? it's functionality I'm going to need coming up soon, so if there's something I can do to help, I'm willing to...

@autotelik
Copy link
Owner Author

Hi there ... yes it's well under way, see branch split_into_concerns, but it would be great to have some help, as still alot of work to do.
Not too sure right now how to direct where .. the improved support classes taking shape, and I think LoaderBase and Excel loader on way to being fully migrated to use them

I'll try and put together a sort of roadmap/class diagram to help

cheers
tom

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants