On Friday, October 16, 2015 at 2:12:06 AM UTC-7, Laurent Lc wrote: > > Hi, > > Does exist *an app already built ti manage* the shared usage of physical > resources among a community of users. Resources may be *rooms*, vehicles, > beamers as grr can do > > What do expect such an app to do? My first thoughts are:
1. Support admins and non-admins (that is, different roles with different capabilities) 2. List resources 3. Mark resources as in use 4. Mark resources as not in use 5. Reserve resources 6. Cancel reservations auth groups already provide 1. I suppose I should add feature 1a: update user and group lists, but that is already an auth feature. Appadmin can cover this temporarily. Most of the other stuff would be covered by a model with a resource table (description, inuse, usedby) and a reservation table (date, duration, resource ref, usedby). A couple of SQLFORM pages would take care of the simple cases. /dps -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

