Add snapshot of user attributes to a response (#403)

* feat: added current person attributes to the user response

* feat: added tooltip showing user attributes in response view

* fix: switched to using the service layer and added annotations for json field

* rename PersonAttributesData to ResponsePersonAttributes to fit current naming scheme

---------

Co-authored-by: Matthias Nannt <mail@matthiasnannt.com>
This commit is contained in:
Pradumn Kumar
2023-06-21 16:32:55 +05:30
committed by GitHub
parent 08717cd396
commit 6922b3ed3f
9 changed files with 66 additions and 35 deletions
@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "Response" ADD COLUMN "personAttributes" JSONB;