calibration-notes.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "$schema": "calibration-notes-v1",
  3. "clientId": "",
  4. "brandName": "",
  5. "sessions": {
  6. "session-1": {
  7. "timestamp": null,
  8. "overallVerdict": "",
  9. "corrections": [],
  10. "newInsights": [],
  11. "userQuotes": []
  12. },
  13. "session-2": {
  14. "timestamp": null,
  15. "competitorConfirmation": {
  16. "accepted": [],
  17. "rejected": [],
  18. "added": []
  19. },
  20. "corrections": [],
  21. "newInsights": [],
  22. "userQuotes": []
  23. },
  24. "session-3": {
  25. "timestamp": null,
  26. "sentimentAccuracy": "",
  27. "initialReviewFeedback": {
  28. "known": [],
  29. "newDiscovery": [],
  30. "misjudged": []
  31. },
  32. "keywordAccuracy": "",
  33. "corrections": [],
  34. "newInsights": [],
  35. "userQuotes": []
  36. },
  37. "session-4": {
  38. "timestamp": null,
  39. "painPointLabeling": {
  40. "known": [],
  41. "newDiscovery": [],
  42. "misjudged": []
  43. },
  44. "featureSatisfaction": {
  45. "quadrantCorrections": [],
  46. "missingFeatures": []
  47. },
  48. "scenarioDashboard": {
  49. "missingScenarios": [],
  50. "severityCorrections": []
  51. },
  52. "personaFeedback": {
  53. "coreSegments": [],
  54. "opportunitySegments": [],
  55. "irrelevantSegments": []
  56. },
  57. "corrections": [],
  58. "newInsights": [],
  59. "userQuotes": []
  60. },
  61. "session-5": {
  62. "timestamp": null,
  63. "proposalFeedback": "",
  64. "priorityAdjustments": [],
  65. "strategicAdditions": [],
  66. "userQuotes": []
  67. }
  68. }
  69. }