|
View:
New views
6 Messages
—
Rating Filter:
Alert me
|
|
|
User ProfileHi,
It looks like we will have a requirement to 'expand' on the information stored about Users. Basically 'User Profile' type information. It would contain such details as: - Title, Mr, Mrs, Miss, Dr, etc.. - Quick Bio - Image (avatar / uploaded picture) - 'What I'm working on' - Instant Messenger details - Company Position - Contact details, e.g. address, land-line phone number(s), mobile phone number Would this be of use to Nuxeo / the community as a plugin? Is someone out there working on similar that we could collaborate with? Any opinions on the most appropriate way to store this information - As an extension to the current User type using the Directory system? - As a UserProfile document type? - As an EJB Entity? - something else? Thanks, Sean -- Dr. Sean Radford, MBBS, MSc http://www.tacola.com/ t: +44 (0) 8700 671 490 m: +44 (0) 7802 24 24 86 _______________________________________________ ECM mailing list ECM@... http://lists.nuxeo.com/mailman/listinfo/ecm To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm |
|
|
Re: User ProfileHi,
maybe it is a bit overkill for what you want to do and doesn't answer to you question about the target backend, but I think that opensocial proposes an API for acessing to such profile information. I think that hat Arnaud has commited here http://hg.nuxeo.org/opensocial deals more with the widget side of Opensocial, but maybe he also had a look at the API they propose ? Alain Le 24 juin 09 à 15:43, Sean Radford a écrit : > Hi, > > It looks like we will have a requirement to 'expand' on the > information stored about Users. Basically 'User Profile' type > information. It would contain such details as: > > - Title, Mr, Mrs, Miss, Dr, etc.. > - Quick Bio > - Image (avatar / uploaded picture) > - 'What I'm working on' > - Instant Messenger details > - Company Position > - Contact details, e.g. address, land-line phone number(s), mobile > phone number > > Would this be of use to Nuxeo / the community as a plugin? > > Is someone out there working on similar that we could collaborate > with? > > Any opinions on the most appropriate way to store this information > > - As an extension to the current User type using the Directory system? > - As a UserProfile document type? > - As an EJB Entity? > - something else? > > Thanks, > > Sean > > -- > Dr. Sean Radford, MBBS, MSc > http://www.tacola.com/ > t: +44 (0) 8700 671 490 > m: +44 (0) 7802 24 24 86 > > _______________________________________________ > ECM mailing list > ECM@... > http://lists.nuxeo.com/mailman/listinfo/ecm > To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm _______________________________________________ ECM mailing list ECM@... http://lists.nuxeo.com/mailman/listinfo/ecm To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm |
|
|
Re: User ProfileOk, thanks, I'll look into it.
Sean Alain Escaffre wrote: > Hi, > maybe it is a bit overkill for what you want to do and doesn't answer > to you question about the target backend, but I think that opensocial > proposes an API for acessing to such profile information. I think > that hat Arnaud has commited here http://hg.nuxeo.org/opensocial > deals more with the widget side of Opensocial, but maybe he also had a > look at the API they propose ? > > > Alain > > Le 24 juin 09 à 15:43, Sean Radford a écrit : > >> Hi, >> >> It looks like we will have a requirement to 'expand' on the >> information stored about Users. Basically 'User Profile' type >> information. It would contain such details as: >> >> - Title, Mr, Mrs, Miss, Dr, etc.. >> - Quick Bio >> - Image (avatar / uploaded picture) >> - 'What I'm working on' >> - Instant Messenger details >> - Company Position >> - Contact details, e.g. address, land-line phone number(s), mobile >> phone number >> >> Would this be of use to Nuxeo / the community as a plugin? >> >> Is someone out there working on similar that we could collaborate with? >> >> Any opinions on the most appropriate way to store this information >> >> - As an extension to the current User type using the Directory system? >> - As a UserProfile document type? >> - As an EJB Entity? >> - something else? >> >> Thanks, >> >> Sean >> >> -- >> Dr. Sean Radford, MBBS, MSc >> http://www.tacola.com/ >> t: +44 (0) 8700 671 490 >> m: +44 (0) 7802 24 24 86 >> >> _______________________________________________ >> ECM mailing list >> ECM@... >> http://lists.nuxeo.com/mailman/listinfo/ecm >> To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm > > -- Dr. Sean Radford, MBBS, MSc http://www.tacola.com/ t: +44 (0) 8700 671 490 m: +44 (0) 7802 24 24 86 _______________________________________________ ECM mailing list ECM@... http://lists.nuxeo.com/mailman/listinfo/ecm To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm |
|
|
Re: User ProfileThe simplest way would be to use directories, yes, and register your
extended type with the UserManager. Florent On 24 Jun 2009, at 15:43, Sean Radford wrote: > Hi, > > It looks like we will have a requirement to 'expand' on the > information stored about Users. Basically 'User Profile' type > information. It would contain such details as: > > - Title, Mr, Mrs, Miss, Dr, etc.. > - Quick Bio > - Image (avatar / uploaded picture) > - 'What I'm working on' > - Instant Messenger details > - Company Position > - Contact details, e.g. address, land-line phone number(s), mobile > phone number > > Would this be of use to Nuxeo / the community as a plugin? > > Is someone out there working on similar that we could collaborate > with? > > Any opinions on the most appropriate way to store this information > > - As an extension to the current User type using the Directory system? > - As a UserProfile document type? > - As an EJB Entity? > - something else? > > Thanks, > > Sean > > -- > Dr. Sean Radford, MBBS, MSc > http://www.tacola.com/ > t: +44 (0) 8700 671 490 > m: +44 (0) 7802 24 24 86 > > _______________________________________________ > ECM mailing list > ECM@... > http://lists.nuxeo.com/mailman/listinfo/ecm > To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm -- Florent Guillaume, Head of R&D, Nuxeo Open Source, Java EE based, Enterprise Content Management (ECM) http://www.nuxeo.com http://www.nuxeo.org +33 1 40 33 79 87 _______________________________________________ ECM mailing list ECM@... http://lists.nuxeo.com/mailman/listinfo/ecm To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm |
|
|
Re: User ProfileExcept directories currently only support INTEGER, VARCHAR & TIMESTAMP
sql types don't they? And then there is LDAP, etc.. Sean Florent Guillaume wrote: > The simplest way would be to use directories, yes, and register your > extended type with the UserManager. > > Florent > > On 24 Jun 2009, at 15:43, Sean Radford wrote: > >> Hi, >> >> It looks like we will have a requirement to 'expand' on the >> information stored about Users. Basically 'User Profile' type >> information. It would contain such details as: >> >> - Title, Mr, Mrs, Miss, Dr, etc.. >> - Quick Bio >> - Image (avatar / uploaded picture) >> - 'What I'm working on' >> - Instant Messenger details >> - Company Position >> - Contact details, e.g. address, land-line phone number(s), mobile >> phone number >> >> Would this be of use to Nuxeo / the community as a plugin? >> >> Is someone out there working on similar that we could collaborate with? >> >> Any opinions on the most appropriate way to store this information >> >> - As an extension to the current User type using the Directory system? >> - As a UserProfile document type? >> - As an EJB Entity? >> - something else? >> >> Thanks, >> >> Sean >> >> -- >> Dr. Sean Radford, MBBS, MSc >> http://www.tacola.com/ >> t: +44 (0) 8700 671 490 >> m: +44 (0) 7802 24 24 86 >> >> _______________________________________________ >> ECM mailing list >> ECM@... >> http://lists.nuxeo.com/mailman/listinfo/ecm >> To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm > -- Dr. Sean Radford, MBBS, MSc http://www.tacola.com/ t: +44 (0) 8700 671 490 m: +44 (0) 7802 24 24 86 _______________________________________________ ECM mailing list ECM@... http://lists.nuxeo.com/mailman/listinfo/ecm To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm |
|
|
Re: User ProfileThat's true at the moment, although you could easily extend
SQLSession.setFieldValue/getFieldValue or LDAPSession.getAttributeValue/getFieldValue to take into account new types. We'd be happy to add such code to Nuxeo if you have a patch. Florent On 25 Jun 2009, at 17:35, Sean Radford wrote: > Except directories currently only support INTEGER, VARCHAR & > TIMESTAMP sql types don't they? And then there is LDAP, etc.. > > Sean > > Florent Guillaume wrote: >> The simplest way would be to use directories, yes, and register >> your extended type with the UserManager. >> >> Florent >> >> On 24 Jun 2009, at 15:43, Sean Radford wrote: >> >>> Hi, >>> >>> It looks like we will have a requirement to 'expand' on the >>> information stored about Users. Basically 'User Profile' type >>> information. It would contain such details as: >>> >>> - Title, Mr, Mrs, Miss, Dr, etc.. >>> - Quick Bio >>> - Image (avatar / uploaded picture) >>> - 'What I'm working on' >>> - Instant Messenger details >>> - Company Position >>> - Contact details, e.g. address, land-line phone number(s), mobile >>> phone number >>> >>> Would this be of use to Nuxeo / the community as a plugin? >>> >>> Is someone out there working on similar that we could collaborate >>> with? >>> >>> Any opinions on the most appropriate way to store this information >>> >>> - As an extension to the current User type using the Directory >>> system? >>> - As a UserProfile document type? >>> - As an EJB Entity? >>> - something else? >>> >>> Thanks, >>> >>> Sean -- Florent Guillaume, Head of R&D, Nuxeo Open Source, Java EE based, Enterprise Content Management (ECM) http://www.nuxeo.com http://www.nuxeo.org +33 1 40 33 79 87 _______________________________________________ ECM mailing list ECM@... http://lists.nuxeo.com/mailman/listinfo/ecm To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm |
| Free embeddable forum powered by Nabble | Forum Help |