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

rework the ExportPool class #3

Open
pinhead84 opened this issue Apr 9, 2015 · 0 comments
Open

rework the ExportPool class #3

pinhead84 opened this issue Apr 9, 2015 · 0 comments

Comments

@pinhead84
Copy link
Contributor

The org.openestate.is24.restapi.utils.ExportPool class is implemented in a needlessly complicated fashion. For example it makes problems, if the an object id contains some special characters. As a workaround to that problem we've implemented a separate internal object ID within the pool. But we should find a better / cleaner / more straightforward implementation, that does not require a separate ID.

The reimplementation should make org.openestate.is24.restapi.utils.ExportPool easier to use and less vulnerable in certain border cases.

@pinhead84 pinhead84 added this to the v0.3 milestone Apr 9, 2015
@pinhead84 pinhead84 removed this from the v0.3 milestone Dec 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant