On Wed, Apr 10, 2013 at 10:12 PM, Manuel Quiñones <span dir="ltr"><<a href="mailto:manuq@laptop.org" target="_blank">manuq@laptop.org</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Gonzalo and other developers.  Here is some feedback for the<br>
Journal Share activity v3.<br>
<br>
I see current workflow is:<br>
<br>
in the sender:<br>
<br>
- start Journal Share activity<br>
- add journal items pressing the '+' button<br>
- share the activity<br>
<br>
in the receiver:<br>
<br>
- join activity<br>
- press "Download" button to grab each shared item<br>
<br>
This is much better than sharing the favourite items as in previous<br>
versions, great!<br>
<br>
My first attempt was with an image.  After pressing "Download" in the<br>
remote, it was displayed in the canvas and left the activity unusable:<br>
<br>
<a href="http://dev.laptop.org/~manuq/journalshare_b.png" target="_blank">http://dev.laptop.org/~manuq/journalshare_b.png</a></blockquote><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
 </blockquote><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I think this is because of the webkit backend.  As a png image is<br>
something webkit can handle, it displays it instead of doing a<br>
download.  I guess the same will be with other kind of items, like<br>
text/html entries.<br>
<br></blockquote><div><br></div><div>Yes, I agree.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Then I tried with a Memorize session.  It was downloaded.  When I went<br>
to see it in the remote Journal, I see:<br>
<br>
<a href="http://dev.laptop.org/~manuq/journalshare_a.png" target="_blank">http://dev.laptop.org/~manuq/journalshare_a.png</a><br>
<br></blockquote><div><br></div><div>Yes. The metadata is not downloaded yet.</div><div><br></div><div>I plan implement a solution to both problems: zip the journal object and a file with the metadata,</div><div>and set a unrecognized mime type. Later after download, separate the files and save properly </div>
<div>in the Journal.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
- the name is not preserved (displays the datastore hash) but it was<br>
displayed in the remote activity<br>
- no preview, but again it was there in the remote activity<br>
- the kind (mime type) is 'application/zip', but was<br>
'application/x-memorize-project' in the sender<br>
- description wasn't preserved, it was replaced by "From: <a href="http://127." target="_blank">http://127.</a>.."<br>
<br>
Also: adding more entries in the sender doesn't update the receivers.<br>
To see the new shared items, I have to stop the activity and re-join.<br>
Would be great if this can work like the shared thumbnails in Browse,<br>
which are getting in sync through the session.<br>
<br></blockquote><div><br></div><div>I agree.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hope this helps,<br>
<br></blockquote><div><br></div><div>Yes, thanks for testing.</div><div><br></div><div>Gonzalo</div></div>