cmda-tt / course-17-18

๐ŸŽ“ Frontend 3 ยท 2017-2018 ยท Curriculum and Syllabus ๐Ÿ“Š
https://cmda-tt.github.io/course-17-18/
Other
39 stars 64 forks source link

Assessment 3 data: @jajan20 #537

Closed jajan20 closed 6 years ago

jajan20 commented 6 years ago

Sources

For assessment 3 I want to use 3 different exported txt files from my WhatsApp history. I want to visualize the periods I'm the most active, which person I get messages from the most and at what time of day I'm chatting the most.

Goals

The main goals are visualizing data and learning d3. My data has a lot of content which I can use to visualize charts.

By combining different exported chats I can use multiple visualisations and different interactive styles. Since this is something I haven't done before (large scale) I'll need to look for examples from which I can learn and use this for assessment3.

For privacy reasons I only attached the first 10 lines from one export. Data

wooorm commented 6 years ago

How are you going to visualise it? ๐Ÿค”

wooorm commented 6 years ago

@jajan20 Ping!

jajan20 commented 6 years ago

First I'd like to create a pie chart in which al the members are present. By loading the data from my WhatsApp exports I can calculate who is the most active. This is very basic, but later I'll compare this data to the time and days. So I can see in which situation someone is most active.

Second I'd like to make a filter for most used words (ignoring "de" "het" and "een"). And want to make this interactive (not really sure how and in which way but yeah).

For now this is all I can think of, I'm sure along the way I'll find new cool things to add and will update accordingly.

wooorm commented 6 years ago

Awesome & interesting! Good luck!