Wubbadub / ClubHub

ClubHub is the best way to create and maintain university club websites.
http://www.tryclubhub.com/
Other
3 stars 1 forks source link

Change Team Section Data Type to List #105

Closed okjuan closed 7 years ago

okjuan commented 7 years ago

Description: Goal is to make change to data object in team section so that it looks like this:

site: {
  sections: {
    ...
    team: {
      members: [
        {
         name: "Michael Scarn"
          position: "Regional Manager"
          email: "thatswhatshesaid@uvic.ca"
        },
        ...
        {
         name: "Dwight Schrute"
          position: "Assistant (to the) Regional Manager"
          email: "turnips@uvic.ca"
        },
      ]
    }
    ...
  }
}

(see comments in #97)

Requires:

Breakdown:

Time Estimation: 2 hrs.