Roadmap¶
The major features remaining to be implemented in this project are captured below. They are specified in terms of days to indicate the general level of effort, but this is not to be taken as a predictor of the date they will be completed.
Todo list¶
The following is a generated list of implementation todos aggregated from the code.
Todo
Add auto_mime=True
to also set mime
using magic
package
(or do so automatically if BaseDeclarativeNote.content_file
set, but
BaseDeclarativeNote.mime_
not set)
Todo
Helper Note.file
to set content from file, automatically
setting mime
and #originalFilename
.
Example:
note.file = "assets/my_content.html"