CalCOFI / OceanView

App that can incentivize ocean users to report their observations
1 stars 0 forks source link

Force either common name or scientific name to be required #33

Closed hundredball closed 5 months ago

hundredball commented 10 months ago

Description

Currently, user can save the observation without adding the name of observation. However, at least common name should be required.

Potential solution

We can add the blocker on submitting button that common name cannot be empty. For scientific name, since it's possible that the scientific name cannot be found, we force the confidence level to be 0 if scientific name is empty.

hundredball commented 5 months ago

It's fixed in #43