I'm doing an UML model with argouml, to set up some king of intranet in
plone.
Right now, every class is working ok, archgenxml doesn't claim any errors
and I can install and use the package produced by AGX in plone.
I need some help for 2 points:
- We have a class called "project", which has an attribute called "project
manager", which a user of the intranet. I have look in the forum, the
documentation and google but I haven't found anything...
How can I create this attribute ? does I need to add an attribute with a
type like "user", or to create an aggregation to the user class?
- I want to create also some kind of yellow pages, so we want to add
properties to user, like for examples biography, skills, languages spoken,
etc. How can I do it ? Cand I add directly user attributes, do I need to
create a new UserProfiles class, is there already something done for this ?
Any help will be greatly appreciated.
François
--
View this message in context: http://plone.293351.n2.nabble.com/How-to-modify-user-properties-and-how-to-add-an-user-as-an-attribute-to-a-class-tp6747299p6747299.html
Sent from the Archetypes mailing list archive at Nabble.com.
------------------------------------------------------------------------------
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better
price-free! And you'll get a free "Love Thy Logs" t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
_______________________________________________
Archetypes-users mailing list
Archetyp...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/archetypes-users
On Aug 31, 2011, at 11:45 AM, peyu wrote:
> Hi everybody, I don't know if the subject is very clear so I will try to
> explain...
>
> I'm doing an UML model with argouml, to set up some king of intranet in
> plone.
> Right now, every class is working ok, archgenxml doesn't claim any errors
> and I can install and use the package produced by AGX in plone.
I believe Plone developers have mostly moved away from the ArgoUML/AGX development model.
>
> I need some help for 2 points:
> - We have a class called "project", which has an attribute called "project
> manager", which a user of the intranet. I have look in the forum, the
> documentation and google but I haven't found anything...
> How can I create this attribute ? does I need to add an attribute with a
> type like "user", or to create an aggregation to the user class?
I would use a String field and store the userid in it.
> - I want to create also some kind of yellow pages, so we want to add
> properties to user, like for examples biography, skills, languages spoken,
> etc. How can I do it ? Cand I add directly user attributes, do I need to
> create a new UserProfiles class, is there already something done for this ?
Have a look at WebLion's FacultyStaffDirectory product, or this:
http://plone.org/documentation/kb/add-memberdata
I googled for "how to extend plone user attributes"
Kim
http://www.uwosh.edu/ploneprojects/software/uwosh.meeting/
Kim
I will try the Ian ideas about the userid, but may be I will need some help in the future...
François
________________________________________
De: T. Kim Nguyen [ngu...@uwosh.edu]
Enviado el: jueves, 01 de septiembre de 2011 1:25
Para: Ian F. Hood
CC: Francois Perruchas; archetyp...@lists.sourceforge.net
Asunto: populating userid values [was Re: [Archetypes-users] How to modify user properties and how to add an user as an attribute to a class]