Very funny movie :) It was kind of helpful to see how to develop a small plone app, but I want to have a user-specific plone web app: - several users can enter their data in specific fields - one admin user can see all the data of all the users
So i think it must connect to a database, then check if the user is a regular/admin user and then redirect them to the appropiate page ? Is there any demo for this somewhere ? Alexander Limi wrote: > > Sean Kelly creates exactly this type of application in his demo movie: > > http://plone.org/about/movies#getting-your-feet-wet > > > On Tue, 11 Mar 2008 13:19:03 -0700, rintimtim > <[EMAIL PROTECTED]> wrote: > >> Hi, >> >> i'm a newbie concerning plone, but i have some extensive programming >> background (java, c/c++/c#,...) but unfortunately not python,...but the >> problem i have is a very very simple one. >> >> I want to develop a simple webapp in plone. It's time management >> component >> for workers. So each worker has to login using a login/password (stored >> in a >> database) and once they are logged in, there should be a textbox where >> they >> can enter the number of hours they worked and then click on "save" so >> that >> they are saved. there should also be an admin user who can see all the >> data >> the users have entered. so it's really a simple webapp. >> >> Now i'm asking you..is it possible to develope it in plone so that it >> can be >> integregated in our intranet ? And if so...do you have a starting point >> and >> perhaps even better a little demo app that does something similiar ? Does >> not have to be a time management app..i'm also able to abstract to >> perhaps a >> blog or sth. similar where data is saved/read from a database and >> processed >> would be fine.. >> >> Thx so far.. >> >> Tim > > > > -- > Alexander Limi ยท http://limi.net > > > _______________________________________________ > Product-Developers mailing list > [email protected] > http://lists.plone.org/mailman/listinfo/product-developers > > -- View this message in context: http://www.nabble.com/Newbie-Question%3A-Develop-webapp-in-Plone-tp15988557s20094p16078602.html Sent from the Product Developers mailing list archive at Nabble.com. _______________________________________________ Product-Developers mailing list [email protected] http://lists.plone.org/mailman/listinfo/product-developers
