Forums / Developer / Some help about a project ?

Some help about a project ?

Author Message

Sébastien Morele

Monday 15 November 2010 12:45:51 am

Hi there !

I just strat using ez and some tips look for me ahrd to understand.

I've started a "simple" project to manage curiculum vitae. Process are simple, two kind of people, admin and user. User can create and edit his cv, cannot acees other cv. Admin can add comments on a cv, can read all cv.

Currently, i've cv listed, i can read them.

Questions are :

how can i manage users to do them create only one cv? Create a new user class ? cv content has to be a user extension ? Where should be located cv ? in content? a part of user ?

Can You help me ?

Tanks a lot.

seb

Gaetano Giunta

Monday 15 November 2010 1:21:55 am

To alter the definition of the user class, go to Setup / Classes.

CVs I would definitely create as part of the content tree. Keep the Users tree dedicated to user accounts only.

To allow users to create only one cv you could set up a workflow. Currently (afaik) the workflow eventy 'can create only one object of class X' does not exist, but it is an often requested feature - it might be a good thing if somebody coded it and we could add to the ezworkflow_collection extension.

In the meantime, you could set up an approval workflow where all cv creation is submitted to approval of admin. So admin can see it it is the 1st cv of a person or not.

Principal Consultant International Business
Member of the Community Project Board

Sébastien Morele

Monday 15 November 2010 1:40:04 am

Great, i did not think about worflows ...

I've also to create a folder per user whiwh contains pictiures, bio, social etc.

Hard work for me but all we'll be fine !

thnaks !