Add the following to mentor model - [x] `birthday` (**required**, date) - for age demographics - [x] `gender` (**required**, text field) - for gender demographics - [x] `race_ethnicity` (**required**, M2M?) - for race demographics - [x] `shirt_size`(**required**) - [x] `work_place` (optional, textfield) - for future job board - [x] `phone` (optional, textfield) - for contacting, later - [x] `home_address` (optional, textfield) - for mentor reach demographic Add to mentor profile page. - [x] `birthday` should be date picker - [x] `gender` should be text field - [x] `race_ethnicity` should be a multi-checkbox - [x] `work_place` should be a text field - [x] `phone` should be validated field - [x] `home_address` should be a google api search
Add the following to mentor model
birthday(required, date) - for age demographicsgender(required, text field) - for gender demographicsrace_ethnicity(required, M2M?) - for race demographicsshirt_size(required)work_place(optional, textfield) - for future job boardphone(optional, textfield) - for contacting, laterhome_address(optional, textfield) - for mentor reach demographicAdd to mentor profile page.
birthdayshould be date pickergendershould be text fieldrace_ethnicityshould be a multi-checkboxwork_placeshould be a text fieldphoneshould be validated fieldhome_addressshould be a google api search