chore: remove response note feature (#6390)

This commit is contained in:
Piyush Gupta
2025-08-11 17:31:31 +05:30
committed by GitHub
parent a27a2a67c8
commit 3132fe74f1
43 changed files with 26 additions and 1172 deletions
-15
View File
@@ -4563,7 +4563,6 @@
"url": "https://postman.com",
"userAgent": {}
},
"notes": [],
"person": {
"attributes": {
"Created From": "API",
@@ -4597,7 +4596,6 @@
"meta": {
"userAgent": {}
},
"notes": [],
"person": {
"attributes": {
"Created From": "API",
@@ -4631,7 +4629,6 @@
"meta": {
"userAgent": {}
},
"notes": [],
"person": {
"attributes": {
"Created From": "API",
@@ -4665,7 +4662,6 @@
"meta": {
"userAgent": {}
},
"notes": [],
"person": {
"attributes": {
"Created From": "API",
@@ -4699,7 +4695,6 @@
"meta": {
"userAgent": {}
},
"notes": [],
"person": {
"attributes": {
"Created From": "API",
@@ -4733,7 +4728,6 @@
"meta": {
"userAgent": {}
},
"notes": [],
"person": {
"attributes": {
"Created From": "API",
@@ -4773,7 +4767,6 @@
"os": "Linux"
}
},
"notes": [],
"person": null,
"personAttributes": null,
"singleUseId": null,
@@ -4802,7 +4795,6 @@
"os": "Linux"
}
},
"notes": [],
"person": null,
"personAttributes": null,
"singleUseId": null,
@@ -4829,7 +4821,6 @@
"os": "Linux"
}
},
"notes": [],
"person": null,
"personAttributes": null,
"singleUseId": null,
@@ -4858,7 +4849,6 @@
"os": "Linux"
}
},
"notes": [],
"person": null,
"personAttributes": null,
"singleUseId": null,
@@ -4883,7 +4873,6 @@
"os": "Linux"
}
},
"notes": [],
"person": null,
"personAttributes": null,
"singleUseId": null,
@@ -5002,7 +4991,6 @@
"url": "https://postman.com",
"userAgent": {}
},
"notes": [],
"person": {
"attributes": {
"Created From": "API",
@@ -5183,7 +5171,6 @@
"url": "https://postman.com",
"userAgent": {}
},
"notes": [],
"person": {
"attributes": {
"Created From": "API",
@@ -5358,7 +5345,6 @@
"url": "https://postman.com",
"userAgent": {}
},
"notes": [],
"person": {
"attributes": {
"Created From": "API",
@@ -5552,7 +5538,6 @@
"url": "https://postman.com",
"userAgent": {}
},
"notes": [],
"person": {
"attributes": {
"Created From": "API",
@@ -44,7 +44,7 @@ erDiagram
Team ||--o{ TeamUser : "includes"
Team ||--o{ ProjectTeam : "has access to"
Response ||--o{ ResponseNote : "has"
Response ||--o{ TagsOnResponses : "tagged with"
Tag ||--o{ TagsOnResponses : "applied to"
@@ -173,7 +173,6 @@ Formbricks stores all data in PostgreSQL tables. Here's a comprehensive list of
| Project | Groups related surveys and environments |
| ProjectTeam | Manages team access permissions to projects |
| Response | Stores survey responses and associated metadata |
| ResponseNote | Contains team member comments on survey responses |
| Segment | Defines groups of contacts based on attributes |
| Survey | Stores survey configurations, questions, and display rules |
| SurveyAttributeFilter | Defines targeting rules for surveys based on contact attributes |
@@ -78,7 +78,6 @@ Example of Response Created webhook payload:
"ttc": {
"q1": 2154.700000047684
},
"notes": [],
"tags": [],
"meta": {
"url": "https://app.formbricks.com/s/surveyId",
@@ -126,7 +125,6 @@ Example of Response Updated webhook payload:
"q1": 2154.700000047684,
"q2": 3855.799999952316
},
"notes": [],
"tags": [],
"meta": {
"url": "https://app.formbricks.com/s/surveyId",
@@ -174,7 +172,6 @@ Example of Response Finished webhook payload:
"q1": 2154.700000047684,
"q2": 2793.199999988079
},
"notes": [],
"tags": [],
"meta": {
"url": "https://app.formbricks.com/s/surveyId",