Hi,
 
I have build a website using asp and want to reimplement this in zope. (reason: Zope knowledge)
 
It basically works like:
1) user logs in to the system using organisation code and password.
 
*) depending on the organisation code the user has admin, restricted admin or user priveleges
 
2) user selects his name from a list
 
3) user selects from a collection of subscribed (to the organisation) lists a list.
 
4) user fills in the list and submits his answers.
 
*) user is presented the results of his answers and answers of other users within the organisation.
 
When loggin in as an admin organisation it is possible to:
- add/edit/delete an organisation
- subscribe an organisation to one ore more lists
- create/modify lists
- delete users from organisations
 
Is it possible to create such a project not by writing a zope product but fully through the zmi
and fully using the ZODB (no SQL)? And where do i start ?
what are the best practices in implementing such a project in Zope?
 
Too many questions i have and too little knowledge.
 
Please help,
 
Daniel