-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Labels
bugSomething isn't workingSomething isn't working
Description
@kevmhughes pointed out that some of the questions in the MongoDB database are malformed.
In the example, the answer fields are empty. However, we may encounter other types of errors.
- We need to check the markdown2json script.
- We need to identify when a question is transformed unsuccessfully from Markdown to JSON and trigger a warning.
- No malformed questions should be inserted into the MongoDB database.
The consequence of having malformed questions in the MongoDB database is that we cannot safely offer the /api/questions/v1/random endpoint to REST API consumers.
Acceptance Criteria
- No malformed questions are inserted into the MongoDB database.
- The markdown2json script must trigger a warning when it fails to transform a single question successfully.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
Todo
