add thumbnail behaviour (backend, frontend, output)add disabled/readonly featuremultilanguage support? i18n, just a json in the code?build lib?write documentation (jsDoc, tsDoc, readme? for the lib)publish on npmother icon (see design!)scss 2 modules and variables
- configure dropppable, uploadable types?
- Is done? now publish it, and document it.
features/no-auto-upload: Upload on client commandwrite in readmefinish on error handlers and so.
- add links and stories in Readme?
- provide a template way for adding the fileitem?
promote i18n feature in readmechange: upload is compleet => De upload is voltooid.
- add CTRL-PASTE behaviour
- appendDropzoneFile(dropzoneFile: DropzoneFile): void of prepend of insertDropzoneFileAt(dzfile, index)?
- getNumberOfDropzoneFiles():number
- cors.
- build angular integration
- Document next steps in issue tracker
- npm version patch? remove git add?
-
Start with the dropzone from:
https://bitwiser.in/2015/08/08/creating-dropzone-for-drag-drop-file.html -
Write down features
-
backend:
- catch error in api en send error back.
- add thumbnail behaviour (backend, frontend, output)
-
show uploading indication as a line
add progress callbackuse XmlHttpRequest for the progress in the main.ts.
-
First, without thumbsSecond , with thumbs (thumbs are generated in backend? )
-
Configure max upload size in frontend? of backend?
-
enable Edge, IE11, Firefox? Safari?
- document enabled browsers in readme.
-
build preview library (next lib!)
-
refactor scss to use two models and variables. -
IE - bugs
- The top off the dropzone is not droppable, make it droppable in IE11.
- fallback for IE10
-
write tests.
-
travis, ci?
-