-
Notifications
You must be signed in to change notification settings - Fork 24
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
Group skeleton updateActions for proper versions #1900
Comments
I like that. |
@jfrohnhofen I'm not sure how to proceed with this. Is there already a release containing the commit that @fm3 mentioned that I could use for development or should I implement the frontend changes without the new backend and we'll merge later? |
@daniel-wer The only branch I could offer you right now barely compiles and you will most certainly not be able to start a skeleton tracing there. So if you don't mind, implement this on a separate branch from master and we will merge later. Otherwise you can wait until we have the backend somewhat ready and just implement it on our branch then. |
No problem, the frontend changes are pretty clear, I'll develop on a separate branch, which you can then use to test :) |
Currently we're sending a request to |
that’s right, it’s now read only from the json body. (the exact route will change again at some point though) |
…rsion number and timestamp (#1900)
I just pushed the frontend changes on the |
I would opt to leave this open as it is not merged yet, right? |
Sure. But is this issue referenced from some commit / PR so it can be auto closed? |
… and a tracing always exist - fix tests, linter, flow (#1900)
…knossos into bravenewworldSkeletons * 'bravenewworldSkeletons' of github.com:scalableminds/webknossos: re-implement task creation from file minor fixes for view mode refactoring (#1900) refactor view mode, the frontend no longer assumes that an annotation and a tracing always exist - fix tests, linter, flow (#1900)
I discussed the semantics of versions in skeleton updateActions with Norman and Daniel and we agreed on the following format. Versions must be increasing and unique and all actions belonging to one version MUST be in the same array in the same request.
Log Time
The text was updated successfully, but these errors were encountered: