mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-03 11:30:50 -05:00
chore: remove response note feature (#6390)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user