-
Notifications
You must be signed in to change notification settings - Fork 7
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 Kinto.js #50
Comments
Yep, indeed! Would you be willing to work on it? That would mean adding a notion of hooks in kinto.js so that file uploads is performed during synchronization of records with a |
I would help, I just don't have the skills in Python to handle this. I work mostly in NodeJS these days, and have never programmed in Python. Python as a language is not difficult, but its all the other stuff you have to learn to go with it: pyramid, cliquet, etc. is just more than I can take on right now. My applications don't require huge amounts of files (or large files). After mulling this over, my short term solution is going to be to:
If I can circle back on this once I get my MVP launched (and my Python skills improve), I would love to contribute in the future. |
As far as I understand the part you are talking about is client side and not server side. A Kinto.js hook is a little Javascript function:
|
Oh, I am sorry, I misunderstood. I was assuming that the hooks you were describing would be server-side. A plugin/mixin model coupled with hooks for KintoJS would allow the client-side sync to be extended to support any server-side plugin that provides extensions to the REST API. Let me dig into the code for KintoJS over the next couple of days and see what I can do. |
@chrismbeckett Great, do not hesitate to ask your question on the IRC channel if you need any help or assistance. |
Any news on this? I would need offline file sync/upload, too! |
I don't think there has been any change in this issue's status. Feel free to take a crack at it if you like. (Maybe this issue should be in the kinto.js repository?) |
Any way to make this work with Kinto.JS Sync? It would be nice if I could attach the file offline in Kinto.JS, then have it extracted to S3 on the server during synch.
The text was updated successfully, but these errors were encountered: