ConvertibleTrigger -- what to do if the "trigger_type" is unknown #212
-
There are convertibles in our system for which we do not know the trigger; that is embedded in uploaded documentation and not represented in the data model. Since this version of OCF does not have a document model, we do not have a way to share this information. While we do want to capture trigger information, we have a lot of legacy data that does not have it. Suggestions: Add an "unknown" value to the enum. Make the trigger_type optional Make the trigger_type compatible with |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
@pjohnmeyer just wondering if we can get creative with the custom conversion trigger here... are these convertibles that already converted and we just don't know the trigger, or are these convertibles that could convert but we don't know the trigger? For backfill of old data, I wonder if being cute with custom triggers is better than letting people create unknown triggers going forward? |
Beta Was this translation helpful? Give feedback.
-
Incorporated as part of #226 |
Beta Was this translation helpful? Give feedback.
Incorporated as part of #226