PURPOSE
To present the user with information related to his/her profile.
COMPONENTS
- Image Area
- Name Area
- Country Area
- Institution Area
DATA SOURCES
- Image Area
CMS: TBD
DB: TBD - Name Area
CMS:
Users → Edit → <input name="resource[first_name]">
Users → Edit → <input name="resource[last_name]">
DB:
unity_core_users.first_name
unity_core_users.last_name - Country Area
CMS: Users → Edit → <select name="resource[country_code]">
DB: unity_core_users.country_code - Institution Area
CMS: Users → Edit → <select name="resource[institution]">
DB:
unity_core_users.institution_id →unity_core_institutions.name
FUNCTIONS
- Image Area
The system shall round the image to present a circle of TBD - Name Area
The system shall concatenate:
first_name + blank space + last_name
the result is to be converted to lowercase, applying then first letter uppercase conversion
Example:
first_name = "MARCO"
last_name = "alvarez"
result = "Marco Alvarez" - Country Area
- Institution Area