qcoder
qcoder copied to clipboard
Lightweight package to do qualitative coding
While aiming for MVP we should think of some basic analysis tools that we might want to include. As discussed at the unconf we don't want or need to have...
Parsing of the documents has now been pulled out to a separate function, parse_one_document(). However there are still many levels of loops which are not the ideal approach for many...
Qcoder is currently structured so that only one person can be coding a given project at a given time. However if two people have access to the same instance (or...
When in the application if you click the add selected code button but there is no code in the field, the application crashes. @laderast Any thoughts? Maybe we could test...
Right now we are using verbatim text and it's pretty ugly and unreadable. Switch to use html (will mean adding at least `` tags and also consider converting QCODE tags...
Add more statistics or visualizations to the summary tab.
Currently if you try to add a new code to the field and press the button to add the codes, the code is not rendered after the #. Ideally we...
Overlapped coding is not supported. Maybe need lot of codes : new adding_code / parsing_code functions. It is treated by the parse_code as nested code. Maybe use the marking of...
THis would involve capturing specific time points in a video and applying codes to them.
Add support of coding images ... you should be able to grab a section of an image and tag it.