Re: Designing a University Management System

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Re: Designing a University Management System

Jacques Le Roux
Administrator
Please use rather user ML for such questions, rather than directly me, the more brains the better...

This said I'd recommend to extend Person rather than creating a new Entity. This is the best practise at large. And yes reusing
Project sounds like the best approach to me also. So create a hot-deploy component and try to reuse as much as possible by extending
and overrinding. You will find support for this way of doing things, not only in the wiki but also on the user ML... At term you
could also contribute your component and we would them integrate it as a specialpurpose component...

Good luck

Thanks

Jacques

From: <[hidden email]>
> Dear Jacques,
>
>  We are implementing a University Management System using Ofbiz. Have few doubts about modelling data. Is it recommended to put
> student attributes by extending person or using separate table with a link to person? Was planing to implement  course management
> similar to special purpose component "project". is it a good idea to clone project to model course management?
> Thanking you
> prax