diff --git a/README.md b/README.md index 5d91698..862afa6 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,10 @@ I do this on [Codementor.io](https://codementor.io/shivammathur). ## How I created this -This project is a fork of Ionică Bizău's [project](https://github.com/IonicaBizau/my-mentees). So most parts of the front-end are taken from his project, I just tuned it to my liking. The data-collection part I coded myself. +This project is a fork of Ionică Bizău's [project](https://github.com/IonicaBizau/my-mentees). So most parts of the front-end are taken from his project, I just tuned it to my liking. The data collection and refining part I coded myself. ## Data -Data is collected from codementor API. Codementor has two modes of help, live sessions and offline help. That data for both those modes is collected in two json files from codementor API (not sharing those). +Data is collected from codementor API. Codementor has two modes of help, live sessions and offline help. That data for both those modes is collected in two json files from codementor API (not sharing those as I care for the privacy of people I work with). For each offline help or live session user-id of the mentee and their timezones are extracted. Codementor does not ask people for their countries but their timezones. Next timeszones are converted into countries by geocoding. diff --git a/cover.png b/cover.png index 9b77153..3dd3126 100644 Binary files a/cover.png and b/cover.png differ