base tabler
This commit is contained in:
parent
ac2cfa9fe1
commit
0f84beacf1
1432 changed files with 28760 additions and 1 deletions
67
liquid/data/chats.json
Normal file
67
liquid/data/chats.json
Normal file
|
|
@ -0,0 +1,67 @@
|
|||
[
|
||||
{
|
||||
"timestamp": "09:32",
|
||||
"person-id": 0,
|
||||
"message": "Hey guys, I just pushed a new commit on the <code>dev</code> branch. Can you have a look and tell me what you think?"
|
||||
},
|
||||
{
|
||||
"timestamp": "09:34",
|
||||
"person-id": 2,
|
||||
"message": "Sure Paweł, let me pull the latest updates."
|
||||
},
|
||||
{
|
||||
"timestamp": "09:34",
|
||||
"person-id": 3,
|
||||
"message": "I'm on it too 👊"
|
||||
},
|
||||
{
|
||||
"timestamp": "09:40",
|
||||
"person-id": 2,
|
||||
"message": "I see you've refactored the <code>calculateStatistics</code> function. The code is much cleaner now."
|
||||
},
|
||||
{
|
||||
"timestamp": "09:42",
|
||||
"person-id": 0,
|
||||
"message": "Yes, I thought it was getting a bit cluttered."
|
||||
},
|
||||
{
|
||||
"timestamp": "09:43",
|
||||
"person-id": 4,
|
||||
"message": "The commit message is descriptive, too. Good job on mentioning the issue number it fixes."
|
||||
},
|
||||
{
|
||||
"timestamp": "09:44",
|
||||
"person-id": 3,
|
||||
"message": "I noticed you added some new dependencies in the <code>package.json</code>. Did you also update the <code>README</code> with the setup instructions?"
|
||||
},
|
||||
{
|
||||
"timestamp": "09:45",
|
||||
"person-id": 0,
|
||||
"message": "Oops, I forgot. I'll add that right away.",
|
||||
"gif": "https://media3.giphy.com/media/VABbCpX94WCfS/giphy.gif"
|
||||
},
|
||||
{
|
||||
"timestamp": "09:46",
|
||||
"person-id": 2,
|
||||
"message": "I see a couple of edge cases we might not be handling in the <code>calculateStatistic</code> function. Should I open an issue for that?"
|
||||
},
|
||||
{
|
||||
"timestamp": "09:47",
|
||||
"person-id": 0,
|
||||
"message": "Yes, Bob. Please do. We should not forget to handle those."
|
||||
},
|
||||
{
|
||||
"timestamp": "09:50",
|
||||
"person-id": 4,
|
||||
"message": "Alright, once the <code>README</code> is updated, I'll merge this commit into the main branch. Nice work, Paweł."
|
||||
},
|
||||
{
|
||||
"timestamp": "09:52",
|
||||
"person-id": 0,
|
||||
"message": "Thanks, <a href=\"#\">@everyone</a>! 🙌"
|
||||
},
|
||||
{
|
||||
"person-id": 4,
|
||||
"loading": true
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue