Hi Devs
I would like to propose you to do little changes, for improvement coding
design of some modules of Gnuhealth, the changes are:
1. Some Class has not to follow conventional order for the
fields-methods, example HealthProfessional, because first defines a
classmethod (get_health..) and next the fields, this for new developers
is a little confuse.
2. I think that file health.py in main base module must be splitted in
three files:
- health.py (All modules except party and product related)
- party.py (with PartyPatient and PartyAddress)
- product.py (with Product, ProductCategory, ...)
this let's understand/debug to better way this big and great module.
3. The naming some view files doesn't follow tryton convention, for example:
"gnuhealth_health_service.xml", must be
"gnuhealth_health_service_form.xml", the last word "form" is missing,
news developer has guess what kind of file is this xml.
I can to work around this changes, If you are agree ¿?,
Thanks, I hope your opinions.
Oscar Alvarez