A user asked me yesterday in the wikiconvention francophone if it's possible to add a query code history browser in the query view interface.
Currently all query codes are already stored in query_revision table using a regular auto save. Only the last revision is shown in the interface as the current query code.
Add a new api endpoint to fetch all revisions for a given query.
Create an interface that use this endpoint to build a clean revision browser when shown.