root_painter icon indicating copy to clipboard operation
root_painter copied to clipboard

Provide feedback to user (and block segmentation) when there is a mismatch between the number of files in a directory

Open Abe404 opened this issue 2 years ago • 0 comments

If the data has not fully synced to the server and the user runs a segment folder command, then we could present a message to the user to tell them that there is a mismatch in the number of files. i.e "the segmentation will not be performed because the client folder has X number of files, whilst the server has Y number of files. Perhaps the data is still being synced?" This would likely require modifying the client to tell the server how many files are found in the folder when sending the segment instruction. The server would then check that its copy of the same directory has the same number of files.

Abe404 avatar May 04 '23 08:05 Abe404