Update Observation Avalanche Problema Schema#1155
Update Observation Avalanche Problema Schema#1155kevinherdez wants to merge 1 commit intoNWACus:mainfrom
Conversation
you are saying we have obs right now that do not have d_size but do have avalanche problems? Somehow I thought that all the forms had d_size be a required field so im confused but also it is very possible I am so wrong about that |
Observations contain both Avalanches and Avalanche Problems (Avalanche Problems is a part of the Advanced Fields). Both of these contain Avalanche Problems doesn't seem to be a very common field. In fact, we don't even show it in the app (could be something we add to get on par with web), but the issue in the schema is preventing observations from showing, if the |
The
d_sizefield for avalanche problems in Observations can containnullvalues. We don't show the avalanche problem in the Observation detail view so this will unblock observations from failing because of the schema mismatch.