Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Next »


PURPOSE

To present the user with information related to his/her profile.


COMPONENTS

  1. Image Area


  2. Name Area


  3. Country Area


  4. Institution Area


DATA SOURCES

  1. Image Area
    CMS: TBD
    DB: TBD

  2. 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

  3. Country Area
    CMS: Users → Edit → <select name="resource[country_code]">
    DB: unity_core_users.country_code

  4. Institution Area
    CMS: Users → Edit → <select name="resource[institution]">
    DB:
    unity_core_users.institution_id →unity_core_institutions.name


FUNCTIONS

  1. Image Area
    The system shall round the image to present a circle of TBD

  2. 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"
  3. Country Area
  4. Institution Area



  • No labels