PistoiaHELM / monomer.org

A repository to track the development of monomer.org site to host universal HELM interpreter and related monomer libraries.
MIT License
1 stars 0 forks source link

Error handling and what to do if an incorrect HELM string is entered on the Home page #76

Closed ClairePA closed 3 years ago

ClairePA commented 3 years ago

Not all users will allow pop-up error messages. Error messages should be handled by information on the page where at all possible.

On the Home page, • Clear the result card before parsing.

• If HELM can’t be parsed, display the error message in the card view • the HELM string should remain in the entry box.

ClairePA commented 3 years ago

The process is better and probably good enough even though it still uses pop-ups for error information. The HELM is not fully validated though. For example I can visualise PEPTIDE1{P.E.P.T.I.D.E}$ even though this is not valid HELM. I will start a different issue for this.