ramido / choosel

Automatically exported from code.google.com/p/choosel
0 stars 0 forks source link

Sharing of single views #103

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Enable the sharing of single views. This includes:

(1) Persistence facilities for storing and loading a single view
(2) Lightweight startup and loading of single view
(3) Persistence of view configuration (mappings)
(4) UI for sharing view

Original issue reported on code.google.com by Lars.Grammel on 24 Nov 2010 at 3:06

GoogleCodeExporter commented 9 years ago
We also need to link this to a user account. The share option should only be 
available if the user is signed in, and there should be an option to delete and 
updated shared views.

Original comment by Lars.Grammel on 24 Nov 2010 at 3:25

GoogleCodeExporter commented 9 years ago
Bug: DnD needs to be disabled in single-view version of Choosel (throws 
Exception right now)

Original comment by Lars.Grammel on 24 Nov 2010 at 3:37

GoogleCodeExporter commented 9 years ago
Bug: Sharing tab should not be displayed in single-view version of Choosel

Original comment by Lars.Grammel on 24 Nov 2010 at 3:38

GoogleCodeExporter commented 9 years ago
Comment #2: When I tested this functionality, I didn't see any exceptions but I 
will retest.  

Comment #3: We will need some type of a flag that can be checked to see if we 
should enable the share panel or not.  The simplest version to have this 
working quickly would be to check if the windowId parameter is set (similarly 
to how we get the original view number).  A better solution might be to have 
some type of a global flag, but I'm open to alternatives.

Original comment by jrsta...@gmail.com on 24 Nov 2010 at 4:09

GoogleCodeExporter commented 9 years ago
Retested this functionality this morning, no visible (uncaught) exceptions are 
thrown.  I added the parameter discussed above, so now the sharing panel is not 
displayed in the lightweight sharing container.

Original comment by jrsta...@gmail.com on 24 Nov 2010 at 6:17

GoogleCodeExporter commented 9 years ago
The Login link seems to have disappeared? I can't even authenticate myself...

Original comment by jrsta...@gmail.com on 24 Nov 2010 at 7:59

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
OK, in revision 544 the authentication bar was disabled.  Thus I can never 
authenticate myself.  To allow myself to make progress, I re-enabled the 
authentication bar on my local version, but it can't be rolled out till we have 
authentication more broadly.

Original comment by jrsta...@gmail.com on 26 Nov 2010 at 6:17

GoogleCodeExporter commented 9 years ago

Original comment by Lars.Grammel on 12 Jun 2011 at 9:21