From ec31b656caa0cc50dd872ea8db66a61de40d7b13 Mon Sep 17 00:00:00 2001 From: OGordoo Date: Tue, 7 Jan 2020 10:08:33 +0000 Subject: [PATCH] mandatory fix --- subjects/groupie-trackers/groupie-trackers.en.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/subjects/groupie-trackers/groupie-trackers.en.md b/subjects/groupie-trackers/groupie-trackers.en.md index 69006d5e4..2170a0424 100644 --- a/subjects/groupie-trackers/groupie-trackers.en.md +++ b/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.