OpenBEL / belmgr

Website for managing BEL Evidences - based on Aurelia. Requires the OpenBEL Platform for the backend API/storage.
Apache License 2.0
2 stars 4 forks source link

Better feedback when nanopub is missing fields #89

Closed wshayes closed 7 years ago

wshayes commented 7 years ago

A reference is the only Required set of fields in a new nanopub. Highlight those fields as required and provide a more explicit notification message if someone tries to submit a nanopub without the reference. The reference requirement is in the OpenBEL API POST endpoint.

wshayes commented 7 years ago

Required fields are now marked as such in BEL Editor and the Toastr/notification/error response indicates that fields are missing if those fields are undefined.