The currently name is confusing since a storyboard is normally the name of the whole organizer/table/grid of multiple images.
Moreover, we are going to want to support other kind of images (like reference pictures, or images that are filtered and produce another image in a separate tracks etc) which will make things even more confusion if those are also called storyboards.
Notes
Why this name? because I was seeing it as a group and category (so storyboard referred to "all" the images),
and it wasn't only about image (the marker was initially used to describe storyboard videos as well)
But times change, and we want simpler-to-understand things.
Solution
rename ClapSegmentCategory.STORYBOARD to ClapSegmentCategory.IMAGE in all the projects
This is non trivial of course, we are going to need to add some extra code to help transition older project files.
Context
The currently name is confusing since a storyboard is normally the name of the whole organizer/table/grid of multiple images.
Moreover, we are going to want to support other kind of images (like reference pictures, or images that are filtered and produce another image in a separate tracks etc) which will make things even more confusion if those are also called storyboards.
Notes
Why this name? because I was seeing it as a group and category (so storyboard referred to "all" the images), and it wasn't only about image (the marker was initially used to describe storyboard videos as well)
But times change, and we want simpler-to-understand things.
Solution
rename
ClapSegmentCategory.STORYBOARD
toClapSegmentCategory.IMAGE
in all the projectsThis is non trivial of course, we are going to need to add some extra code to help transition older project files.