RNAcentral / rnacentral-webcode

RNAcentral website source code
https://rnacentral.org
Apache License 2.0
31 stars 8 forks source link

Use qa_status table for QA messages #439

Closed blakesweeney closed 1 year ago

blakesweeney commented 5 years ago

I have moved all the QA logic into the pipeline. Because of this it is would be better to use the QA status table. It now contains a column called messages, which is a JSON encoded list of QA messages to show. Each entry in the list is a message, that may contain HTML that should be displayed as the QA failure message.

blakesweeney commented 1 year ago

As far as I know this is done. We do use them for QA messages, since I was able to add warnings for CPAT without having to modify the webcode.