Open Francois-Werbrouck opened 4 months ago
I would just add, ideally, the user should be able to move images into different folders, so that if one is saved incorrectly we can fix that.
Hi @ChromaticPanic and @Francois-Werbrouck ! I'm working on the datastore function that retrieves details from folders for the front end view.
I've described it a bit here if you'd like to take a look.
What else do we need to retrieve for the directory view? All picture names? Whether the folder is from a batch import? If each picture is validated or not?
I'd like to have your thoughts 🙂
Hi @ChromaticPanic and @Francois-Werbrouck ! I'm working on the datastore function that retrieves details from folders for the front end view.
I've described it a bit here if you'd like to take a look.
What else do we need to retrieve for the directory view? All picture names? Whether the folder is from a batch import? If each picture is validated or not?
I'd like to have your thoughts 🙂
In addition to picture names, we'll want a boolean that indicates if there is an existing inference for a picture and another boolean that indicates if the image has unvalidated inferences
Then We will need endpoints, so that when a picture is selected we can retrieve the inferences and validation information separately
Related #137 Related #138
Context:
Currently, our users are able to create new folders and batch upload into a folder. However they are not able to access the content of theses folder.
Acceptance Criteria:
TODO:
Frontend
Backend
Datastore