We added support for storing and loading the README data on the backend and updating the GraphQL API. We followed the existing pattern and updated the storage, model and controller to include the new variables. We further added sanitization on save to make sure no untrusted data is stored. The tests were also updated to include tests for the newly introduced fields and sanitization.
Playground Feature: Markdown READMEs - Milestone 4
Description
This PR is for issue #18.
We added support for storing and loading the README data on the backend and updating the GraphQL API. We followed the existing pattern and updated the storage, model and controller to include the new variables. We further added sanitization on save to make sure no untrusted data is stored. The tests were also updated to include tests for the newly introduced fields and sanitization.
Submission Links & Documents
Requirements Check