-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge telemetry objects after error calibration #90
Comments
I think this is expected behavior because user may change mind and upload some other file. If you want to upload multiple files one by one, there must be a switch between "upload and merge" and "upload and replace" modes because both are valid use cases. Given user can already upload multiple files, I tend to think this will make UI unnecessarily complex. Of course there is some user cases when multiple files are in different folder so they cannot be added at the same time, however I think it's reasonable to expect user at least put them in one temp folder since they gonna to process them together. |
I think that could be solved with the ability to delete selected animals. |
What if two files are different versions of same individual? I think file merging /replace should be different from individual level operations. |
If error is modeled, then with two different tracking devices on the same animal, you wouldn't want to merge their telemetry objects until after error is calibrated. I think this is a different, and less frequent, use case than importing multiple files. |
My concern is: I think this will be very confusing, and I am not sure why dragging multiple files together can't serve the purpose already. I also don't remember seeing any application let user upload multiple files one by one unless there are some explicit instructions. Myself would not expect uploading a new file will merge with existing one. |
They start their analysis on one file and want to bring in the other file without losing their progress. Users are assuming this software behaves like GIS or other analysis softwares in that respect. If animal identities are the same, then there could be a dialog box to choose overwrite or append. |
Merging a new file will start from scratch and there is no "progress" can be saved. I am not sure what kind of progress they are expecting to keep, but updating input will change everything and start from first stage again. If the data of same individual can be overrided, how can previous progress be expected to be saved? |
I don't think merging files after import will be very common, and so that feature doesn't have to be in presently. But merging telemetry objects after error calibration may happen occasionally, and that feature might be useful down the road. |
Sure, that would be part of the calibration UI. |
Currently, you can import multiple files simultaneously, by selecting multiple files at once.
However, if you import one file after another, then the first file is overwritten.
The text was updated successfully, but these errors were encountered: