one more thing...

flash in network-testing need to be removed... :-)

Greetings Peter

Am 30.10.2017 um 13:39 schrieb Peter Dähn:
Hi Maxim,

I think all container (wb, chat,userlist,a&a) should be resizeable up to hidden. It would be great for a moderator to fix a given view of a room. This would give the possibility for all moderators to adapt a room (presentation an moderation) to a given scenario.

Greetings Peter

Am 28.10.2017 um 17:36 schrieb Maxim Solodovnik:
OK, the VOTE has been started :)
So lets continue this discussion :)))

I looked through all comments and will try to sum up all ideas before I'll start prototyping :)

 1. Collapsible user list
 2. It should be possible to have User list, WB, Chat and A&A
    simultaneously visible without overlapping
 3. enter/leave room in a&a should disappear after a given time (10s?)
 4. user-list sorting by name and by latest actions
 5. bigger avatars on mouse over
 6. toolbar can be hidden into "zoom bar"

I believe all main ideas are listed above

What I propose is

 1. create JIRA issues for all this items for 4.0.1
 2. start prototyping and periodically discuss results using
    'on-next' demo server

I'll try to start as soon as VOTE for 4.0.0 will be over
Please let me know if I missed something :))


On Mon, Sep 11, 2017 at 10:58 AM, Maxim Solodovnik <solomax...@gmail.com <mailto:solomax...@gmail.com>> wrote:

    Sorry for being silent,

    That might save some space.
    I'm going to finish implementing missing features in 4.0.0 and get
    back to this discussion

    On Mon, Aug 7, 2017 at 9:03 PM, BBS Technik <dormiti...@gmx.de
    <mailto:dormiti...@gmx.de>> wrote:
    > Hi,
    >
    > I did a small sketch (s. attached file) to describe the idea of
    the 'function hub'.
    > The concept should be: 'one point of interaction'.
    > The tools appears with the mouse over event.
    > The bar could be expanded with Hermat's idea.
    > But I think it should also be an option to have the user-panel
    always on top (like now), to manage discussions dynamicly.
    >
    > Best regards
    > Ed
    >
    >
    > Gesendet: Montag, 07. August 2017 um 12:38 Uhr
    > Von: "Maxim Solodovnik" <solomax...@gmail.com
    <mailto:solomax...@gmail.com>>
    > An: "Openmeetings user-list" <user@openmeetings.apache.org
    <mailto:user@openmeetings.apache.org>>, "om.insig...@coscend.com"
    <om.insig...@coscend.com <mailto:om.insig...@coscend.com>>
    > Betreff: Re: [DISCUSSION] HTML5 whiteboard for 4.0.0
    > OK, page and zoom controls seems to be implemented
    > Demo is updated
    > I'll move forward, Look'n'feel can be updated later :))
    > You can play with current implementation it is CSS based so
    anyone can
    > customize it :)
    >
    > On Sun, Aug 6, 2017 at 3:51 AM, Coscend@OM
    <om.insig...@coscend.com <mailto:om.insig...@coscend.com>> wrote:
    >> Dear OpenMeetings Community,
    >>
    >> It would be great to learn about Ed's ideas on "function hub".
    In the meantime, as requested by Maxim, here are our thoughts
    about the Page Navigator.
    >>
    >> The salient part is the navigator appears and disappears in
    "real-time", thereby making the UI more user friendly. That is,
    >> 1. when a file is displayed and disappears when the displayed
    file is removed. This gives more working space for other relevant
    items.
    >> 2. only on the whiteboard where there is a displayed file.
    >>
    >> Perhaps we could have a similar "real-time" expandable /
    collapsible frame of the
    >> 1. Users panel: Have a small "Users" icon with a tooltip. When
    we hover on this icon, it will expand to open the user panel.
    When we move out of the panel, it will collapse. Ditto for Files
    panel and toolbar below.
    >> 2. Files panel
    >>
    >> This could possibly be done by combining
    >> 1. https://api.jqueryui.com/scale-effect/
    <https://api.jqueryui.com/scale-effect/>
    >> 2. Hover: frames and divs remain inside of their own relative
    area. Animate from (0,0) position both minus values so that they
    expand towards bottom right. z-index of expanding block will be
    higher than surrounding so that it appears on top.
    >> $(".img a img").hover(function() {
    >> $(this).closest(".img").css("z-index", 1);
    >>
    >> // this is where the popping out effect happens
    >> $(this).animate({ height: "800", width: "200", left: "-=30",
    top: "-=30" }, "fast");
    >>
    >> }, function() {
    >> $(this).closest(".img").css("z-index", 0);
    >> $(this).animate({ height: "20", width: "20", left: "+=30",
    top: "+=30" }, "fast");
    >> });
    >>
    >> Thank you.
    >>
    >> Sincerely,
    >>
    >> Hemant K. Sabat
    >>
    >> Coscend Communications Solutions
    >> www.Coscend.com
    <http://www.Coscend.com>[http://www.Coscend.com
    <http://www.Coscend.com>]
    >> ------------------------------------------------------------------
    >> Real-time, Interactive Video Collaboration, Tele-healthcare,
    Tele-education, Telepresence Services, on the fly…
    >> ------------------------------------------------------------------
    >> CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding
    E-mail Messages from Coscend Communications Solutions' posted at:
    
http://www.Coscend.com/Terms_and_Conditions.html[http://www.Coscend.com/Terms_and_Conditions.html]
    
<http://www.Coscend.com/Terms_and_Conditions.html[http://www.Coscend.com/Terms_and_Conditions.html]>
    >>
    >>
    >>
    >>
    >> -----Original Message-----
    >> From: Maxim Solodovnik [mailto:solomax...@gmail.com
    <mailto:solomax...@gmail.com>]
    >> Sent: Saturday, August 5, 2017 9:19 AM
    >> To: Openmeetings user-list <user@openmeetings.apache.org
    <mailto:user@openmeetings.apache.org>>
    >> Cc: om.insig...@coscend.com <mailto:om.insig...@coscend.com>
    >> Subject: Re: [DISCUSSION] HTML5 whiteboard for 4.0.0
    >>
    >> Hello Ed,
    >>
    >> what do you mean by "It should be expanded to a new fuction hub"?
    >>
    >> On Sat, Aug 5, 2017 at 5:24 PM, BBS Technik <dormiti...@gmx.de
    <mailto:dormiti...@gmx.de>> wrote:
    >>>
    >>>
    >>> Hi,
    >>>
    >>> the new navigation bar looks realy good.
    >>> It should be expanded to a new fuction hub (colour picker,
    tool selection, ...).
    >>>
    >>>
    >>> Best regards
    >>>
    >>> Ed
    >>>
    >>>
    >>> |Too silent thread :)))
    >>> |Just have updated
    
https://om.alteametasoft.com:8443/next/[https://om.alteametasoft.com:8443/next/]
    
<https://om.alteametasoft.com:8443/next/[https://om.alteametasoft.com:8443/next/]>
    with page
    >>> |navigator Would love to get some input :)
    >>>
    >>> On Thu, Jul 13, 2017 at 10:50 PM, Peter Dähn <da...@vcrp.de
    <mailto:da...@vcrp.de>> wrote:
    >>>
    >>>> like chat/activities nowadays...
    >>>>
    >>>> Just like I wanted to show in my "mockup" (see attachment)
    >>>>
    >>
    >>
    >>
    >>
    >> --
    >> WBR
    >> Maxim aka solomax
    >>
    >>
    >> ---
    >> This email has been checked for viruses by AVG.
    >> http://www.avg.com[http://www.avg.com <http://www.avg.com>]
    >>
    >
    >
    >
    > --
    > WBR
    > Maxim aka solomax



    --
    WBR
    Maxim aka solomax




--
WBR
Maxim aka solomax

Reply via email to