jose-correia / brain

Infrastructure for a technological conference, serving both the administration app and attendees app. Has a role-based authentication and can also be used to manage the website of the event.
https://brain.jeec.ist/admin/
GNU General Public License v3.0
1 stars 2 forks source link

Create endpoint to return activities with companies and speakers inside #45

Closed jose-correia closed 4 years ago

jose-correia commented 4 years ago
activities = [
{
"name": ""
"time": ""
"companies": [
  {
     "name": "Delloite"
     "photo": ""
  }
],
"speakers": [
  {
     "name":
     "image": ""
  }
 ]
}
]