I'm afraid some methods necessary to implement full functional UI are not implemented. Maybe our future html5 version will fit your needs ....
On Fri, Jan 25, 2013 at 2:25 PM, Vieri <[email protected]> wrote: > I'm evaluating the possibility of writing my own UI (web) and use > SOAP/REST to interact with OM. Unless of course, the OM UI already does > this for me but at first glance, it doesn't seem to. Is that right? > > So if I were to make my own UI, maybe the general idea would be: > > 1) block all user logins to OM web UI and allow only admin or SOAP user > logins > > 2) use the RoomService webservices to determine current and future > "resource usage". eg. getRoomsWithCurrentUsers and getRoomCounters could > give me the information I need regarding how many conference rooms and > users are available and will be available at any given time. > > 3) if point (2) is satisfied then I would then use SOAP methods to > generated calendar events and conference rooms via SOAP. > > Is this the way to go or can the OM UI already do this for me? I'd prefer > to use the OM UI especially because of the built-in calendar UI... > > Thanks, > > Vieri > > --- On Thu, 1/24/13, Maxim Solodovnik <[email protected]> wrote: > > > Are you writing your own UI for OM? > > > On Jan 25, 2013 1:58 AM, "Vieri" <[email protected]> > > wrote: > > > > > Hi, > > > > > > I'm trying to setup OM in a way as to control overall > > usage and avoid > > > excesses. > > > > > > Simple scenario: I want users to be able to login and > > create any type of > > > conference rooms and events via calendar. However, I'd > > like OM to run some > > > checks right before creating a new room and before > > creating a calendar > > > event. > > > > > > For example, right before a user tries to create a new > > room via web UI I'd > > > like OM to count the number of rooms in total > > (something like SELECT > > > COUNT(id) FROM rooms...) and if there are more than an > > admin-defined > > > maximum, deny its creation and notify the user. How > > could I perform this > > > simple check? > > > > > > Another example would be that whenever a user creates a > > calendar event > > > for, say, a 25-particpants conference for Jan. 28th > > 2013 from 8am to 11am > > > then OM should check and count how many other events > > are programmed for > > > that day and hour span. For example, if there are other > > 3 conferences with > > > max 25 participants programmed for 01/28/2013, one from > > 9am to 10am, > > > another from 10am to 10:30am and another from 8am to > > 9am and if the > > > admin-defined "max number of participants at a time" > > is, say, 75 then OM > > > should deny the creation of the calendar event (or any > > other conference for > > > that time span, even via SOAP requests). > > > > > > I'd like to have this feature in order to control > > resource consumption as > > > in CPU and network usage. > > > > > > Is this already possible? How? > > > If not, could you give me any clues as to how and where > > to start hacking > > > the source code? > > > > > > Thanks, > > > > > > Vieri > > > > > > > > > -- WBR Maxim aka solomax
