-
Notifications
You must be signed in to change notification settings - Fork 0
/
notes.txt
26 lines (22 loc) · 993 Bytes
/
notes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Current Flourish implementation:
- pass in "/inbox" directory
- write first record of csv
- loop through all days and add each day to row
- call parseConversation on each conversation directory
- find first json file
- if 2 participants keep going
- for each day:
- loop through conversation and tally up messages
- append count to that day's column in the row
===================================
Goal Flourish implementation:
- pass in "/messages" directory
- write first record of csv
- loop through all das and add each day to row
- call parseSubdirectory on each of the relevant directories
- call parseConversation on each conversation directory
- find first json file
- if 2 participants keep going
- for each day:
- loop through conversation and tally up messages
- append count to that day's column in the row