You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is closely related to #5552. Leaving this description intentionally vague for now because I believe others will have better ideas than me about the implementation details.
Currently, validation error data is stored in the amp_validated_url post type and amp_validation_error taxonomy in a way that makes the data hard to query, with much of the data JSON-stringified and stored in post content and term descriptions. We should implement a new way of storing the data that doesn't involve using JSON strings this way and makes it easier to perform more complex queries against the data.
In a recent discussion, custom tables were mentioned as one option.
Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
Implementation brief
QA testing instructions
Demo
Changelog entry
The text was updated successfully, but these errors were encountered:
Feature description
This is closely related to #5552. Leaving this description intentionally vague for now because I believe others will have better ideas than me about the implementation details.
Currently, validation error data is stored in the
amp_validated_url
post type andamp_validation_error
taxonomy in a way that makes the data hard to query, with much of the data JSON-stringified and stored in post content and term descriptions. We should implement a new way of storing the data that doesn't involve using JSON strings this way and makes it easier to perform more complex queries against the data.In a recent discussion, custom tables were mentioned as one option.
Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
Implementation brief
QA testing instructions
Demo
Changelog entry
The text was updated successfully, but these errors were encountered: