Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The nominations framework provides an extensible structure for users to suggest data points for inclusion into LiteFarm's seed 🌱 core 🍎 database. Nominations could be many things including crop varieties, task types, expense types, tool types etc., though this write-up will focus on crop_types.

...

  • changing the ‘deleted’ in nomination to true

  • changing the ‘nomination_id’ to NULL in the crop table.

  • these two things combined would mean that there is no way to see what object was nominated even though it is soft deleted (see Not yet implemented - immutable nominations)

  • if the object was re-nominated it would be assigned a new id

...