chat.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. [
  2. {
  3. "timestamp": "09:32",
  4. "person-id": 0,
  5. "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?"
  6. },
  7. {
  8. "timestamp": "09:34",
  9. "person-id": 2,
  10. "message": "Sure Paweł, let me pull the latest updates."
  11. },
  12. {
  13. "timestamp": "09:34",
  14. "person-id": 3,
  15. "message": "I'm on it too 👊"
  16. },
  17. {
  18. "timestamp": "09:40",
  19. "person-id": 2,
  20. "message": "I see you've refactored the <code>calculateStatistics</code> function. The code is much cleaner now."
  21. },
  22. {
  23. "timestamp": "09:42",
  24. "person-id": 0,
  25. "message": "Yes, I thought it was getting a bit cluttered."
  26. },
  27. {
  28. "timestamp": "09:43",
  29. "person-id": 4,
  30. "message": "The commit message is descriptive, too. Good job on mentioning the issue number it fixes."
  31. },
  32. {
  33. "timestamp": "09:44",
  34. "person-id": 3,
  35. "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?"
  36. },
  37. {
  38. "timestamp": "09:45",
  39. "person-id": 0,
  40. "message": "Oops, I forgot. I'll add that right away.",
  41. "gif": "https://media3.giphy.com/media/VABbCpX94WCfS/giphy.gif"
  42. },
  43. {
  44. "timestamp": "09:46",
  45. "person-id": 2,
  46. "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?"
  47. },
  48. {
  49. "timestamp": "09:47",
  50. "person-id": 0,
  51. "message": "Yes, Bob. Please do. We should not forget to handle those."
  52. },
  53. {
  54. "timestamp": "09:50",
  55. "person-id": 4,
  56. "message": "Alright, once the <code>README</code> is updated, I'll merge this commit into the main branch. Nice work, Paweł."
  57. },
  58. {
  59. "timestamp": "09:52",
  60. "person-id": 0,
  61. "message": "Thanks, <a href=\"#\">@everyone</a>! 🙌"
  62. },
  63. {
  64. "person-id": 4,
  65. "loading": true
  66. }
  67. ]