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

set importer to check to see if local version is the same #8

Closed
markmacgillivray opened this issue Aug 18, 2011 · 3 comments
Closed

Comments

@markmacgillivray
Copy link
Contributor

when a user imports a file, it is stored locally in store/raw - when a file is imported again, should check to see if it is different. presumably it will be, but this will also be required when we enable scheduling automated checks of web urls. so need to do this anyway,

@markmacgillivray
Copy link
Contributor Author

working on this. can pull the last-modified, and the local file creation date and compare. just need to get the comparison of different date formats to work cleanly.

@rufuspollock
Copy link
Contributor

IMO this is very low priority (what is the user story this is needed for?).

I've also removed as part of the refactor the local storage functionality for the present since it seemed to add a lot of complexity for not much benefit (I understand you want to do asynchronous processing at some point but I think we should cross that bridge when we come to it). Happy to reinstate as needed but I'd recommend leaving until this is essential.

@markmacgillivray
Copy link
Contributor Author

dropping this issue now. not storing local files.

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

2 participants