Hi folks,
I want to put together a diabetes website and make it to where each type of diabetes is a group or network. I am looking for the modules I will need to do the following. I will list this ones I think I need - anything correction or addition would help me a lot. Thanks! On with the details:
When user sign's up they will be asked
1) Who has diabetes?
- I do
- My child
- My spouse
- A family member / friend
- My patients / clients
2) What type of diabetes?
- Type 1
- Type 2
- Gestational
- Varies (for doctors / educators)
- Other
- Not sure
3) What is your zip code (networking / mapping feature)
A taxonomy will be built up around these questions. Zip code, Type of diabetes, and Who has diabetes will be color coded & mapped using Gmap so others can like themselves can see a map representing them. I have an idea how to get this data from the database to create the map - that is not a problem. What I couldn't find is a solution to have these questions on the "edit my account" section for the user. I would prefer this to be on the signup - or have the option too. Since some people are outside the US, gmap only supports zip codes for the US, I would also need the location module for those who are outside the US. Gmap supports the user to find their location then plugs in the long & lat info to the db. I know I need the location.module + gmap.module to do this. But, if the above questions can be put in profile.module then I can't use location. I read somewhere they both can't be used at the same time.