Moving to a universal image id: An id that is created when an image is first inserted into 'incoming_image', and then referenced in all the other manual tables. This makes accessing different state data on a particular image more intuitive and a bit easier to handle client-side.
This also hides the PK id in the other tables(manual_cropped and outgoing_manual). Essentially the idea is that client-side all stages from raw -> cropped -> classified are handled with a singe id
Moving to a universal image id: An id that is created when an image is first inserted into 'incoming_image', and then referenced in all the other manual tables. This makes accessing different state data on a particular image more intuitive and a bit easier to handle client-side.
This also hides the PK id in the other tables(manual_cropped and outgoing_manual). Essentially the idea is that client-side all stages from raw -> cropped -> classified are handled with a singe id