At the moment, the skip and unsure buttons are hard-coded into the oe-verification-grid
This means that users cannot create/modify their own skip and unsure buttons.
It also makes it harder to maintain as our complexity is spread across two places.
By creating oe-skip and oe-unsure components that extend our abstract oe-decision component, we can also make a more consistent UI interface as all decision components can share styles.
At the moment, the skip and unsure buttons are hard-coded into the
oe-verification-grid
This means that users cannot create/modify their own skip and unsure buttons. It also makes it harder to maintain as our complexity is spread across two places.
By creating
oe-skip
andoe-unsure
components that extend our abstractoe-decision
component, we can also make a more consistent UI interface as all decision components can share styles.