-
Notifications
You must be signed in to change notification settings - Fork 165
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
Add ability to create new blurb versions via JSON API #54
Comments
This is something I would be interested in doing also. |
I was thinking about creating Gem which would allow this workflow:
Actually more efficient way is to sent data directly to copycopter-server, but then we need to create some authentification/authorization mechanism. I could start creating pull request with necessary changes in copycopter, but I would like to know if such pull request would be accepted. Maybe maintainers could share they thoughts about such feature. |
Just curious why you would use a tool-tip like form instead of something like a content-editable form and do it directly in-place? Arron Mabrey On Wednesday, April 4, 2012 at 5:51 AM, Edgars Jēkabsons wrote:
|
@arronmabrey , I thought that would be one of the implementations. I think that tooltip form would be more flexible if user wants to submit for several/different locale. |
It seems to me that the best case would be simply to edit in place and have the app do a json POST back to the copycopter-server. That way the 'form' for editing multiple translations would be the format in which they are displayed. Interesting point on different locales, though. I wonder how many apps end up using multiple locales versus how many just use translations/copycopter as a convenient place to write copy. There are already edit-in-place gems out there, so really the ideal here for me is to have the server's controllers handle JSON. |
I agree I'm only using it as a "convenient place to write copy". It would be awesome as a lightweight edit-in-place cms (only plain text no What I really want is to have the ability to swap out images and store them http://www.mongodb.org/display/DOCS/When+to+use+GridFS On Wed, Apr 4, 2012 at 10:28 AM, Caleb Thompson <
|
I don't intend on developing this feature; closing the issue. |
I'd like to be able to mix copycopter with some inline edit gem so that my clients can modify them inline on the copycopter client app.
I think that probably the best way to accomplish this is to ping copycopter with POST requests and GET back the updated text, but I don't see that there is an existing way to do this.
The text was updated successfully, but these errors were encountered: