tutorcruncher / hermes

1 stars 0 forks source link

Need to handle json custom fields #236

Closed PrenSJ2 closed 2 months ago

PrenSJ2 commented 3 months ago

Details

We have a new TC2 meta_agency field signup_questionnaire which is json.

Currently our only custom field options are str, int, bool, fk_field

Proposed Solution

Idea 1

create a new custom field type json then json stringify on the way to PD then on the way back from PD to Hermes, turn the json string back into json

Idea 2

I am not sure how but separate each json question into its own field

PrenSJ2 commented 2 months ago

should do the json dump as a single field

however in future, we could have lets say 10 agency signup questionnaire fields and pass those in separately