Skip to content

Migrate AssessmentItem data to proper JSON fields #3985

@bjester

Description

@bjester

Builds upon #897 and #3901

Desired behavior

Proper resolution of this will involve several steps:

By itself, these steps would at least be sufficient to ensure that the incoming data is validated as JSON on save.

However, as the data will now be stored in IndexedDB in the frontend as JSON, any edits to them will be recorded by keypath, rather than the entire text field changing. This has the advantage of giving more granular edits, but means we need to update our serializers to properly handle this.

  • Some original work will be required to be done, probably using the DotPathValueMixin, and in a similar way to the TagField used in the ContentNode serializer.
  • The way that the data is serialized to the frontend should also be updated in order to be sent as a map (see e.g. tags for contentnodes), however, as there is additional data rather than just a tag name, a more complex method would be required.

Current behavior

Data is stored as text but is validated as JSON in #3901

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions