Skip to content
Snippets Groups Projects
Commit baa44739 authored by Alf Eaton's avatar Alf Eaton
Browse files

Add TODOs

parent 86a17b85
No related branches found
No related tags found
No related merge requests found
...@@ -51,6 +51,9 @@ export const uploadManuscript = acceptedFiles => dispatch => { ...@@ -51,6 +51,9 @@ export const uploadManuscript = acceptedFiles => dispatch => {
throw new Error('Failed to create a project') throw new Error('Failed to create a project')
} }
// TODO: create teams?
// TODO: upload the manuscript file and attach it to the fragment
return dispatch(actions.createFragment(collection, { return dispatch(actions.createFragment(collection, {
type: 'version', type: 'version',
version: 1, version: 1,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment