Browse Source

mandatory fix

pull/415/head
OGordoo 5 years ago
parent
commit
ec31b656ca
  1. 5
      subjects/groupie-trackers/groupie-trackers.en.md

5
subjects/groupie-trackers/groupie-trackers.en.md

@ -2,13 +2,14 @@
### Objectives
Groupie Trackers consists on receiving a given API and manipulate the data contained in it, in order to create a site.
Groupie Trackers consists on receiving a given API and manipulate the data contained in it, in order to create a site, displaying all or part of the information.
- It will ge given an [API](link_to_api), that consists in four parts:
- It will ge given an [API](link_to_api), that consists of four parts:
- The first one, `artists`, contains some information about some bands and artists like their name(s), an image, in which year they began their activity and the date of their first album.
- The second one, `locations`, consists in their last and/or upcoming concert locations.
- The third one, `dates`, consists in their last and/or upcoming concert dates.
- And the last one, `relations`, does the link between all the other parts, `artists`, `dates` and `locations`.
- All data given in the API should be used.
- This project also focuses on the creation of events and on their visualization.
- An event-driven system consists in a system that responds to some kind of action triggered by the client, time, or any other factor.

Loading…
Cancel
Save