Accept javascript management proposal as MERC-3.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2018-06-04 17:35:17 -04:00
parent ed6a5c8ff7
commit 6008c15610
3 changed files with 8 additions and 31 deletions

View File

@@ -1,13 +1,13 @@
===================================
MERC XX: Using javascript libraries
===================================
==================================
MERC 3: Using javascript libraries
==================================
:MERC: XX
:MERC: 3
:Author: Eric Riggs
:Status: Draft
:Status: Accepted
:Type: Feature
:Created: 2018-03-08
:Last-Modified: 2018-03-08
:Last-Modified: 2018-06-04
.. contents:: Table of Contents
:depth: 3

View File

@@ -19,6 +19,7 @@ Accepted
0001-merc-process
0002-test-writing
0003-using-javascript-libraries
Draft
-----
@@ -28,8 +29,6 @@ Draft
merging-roles-and-groups
support-forum
using-javascript-libraries
Type
@@ -49,3 +48,4 @@ Feature
:maxdepth: 1
0002-test-writing
0003-using-javascript-libraries

View File

@@ -1,23 +0,0 @@
=======
Roadmap
=======
- Other
- Find replacement for ``cssmin`` & ``django-compressor``.
- Find replacement for ``python-gnupg``. Unstable & inconsistent API.
- Google docs integration. Upload document from Google Drive.
- Get ``dumpdata`` and ``loaddata`` working flawlessly. Will allow for easier backups, restores and database backend migrations.
- Add generic list ordering. ``django.views.generic.list.MultipleObjectMixin`` (https://docs.djangoproject.com/en/1.8/ref/class-based-views/mixins-multiple-object/#django.views.generic.list.MultipleObjectMixin) now supports an ``ordering`` parameter.
- Add support to convert any document to PDF. https://gitlab.mister-muffin.de/josch/img2pdf
- Add support for combining documents.
- Add support for splitting documents.
- Add new document source to get documents from an URL.
- Add support for metadata mapping files. CSV file containing filename to metadata values mapping, useful for bulk upload and migrations.
- Add support for registering widgets to the home screen.
- Merge mimetype and converter apps.
- Metadata widgets (Date, time, timedate).
- Datatime widget: https://github.com/smalot/bootstrap-datetimepicker
- Add events for document signing app (uploaded detached signateure, signed document, deleted signature)
- A configurable conversion process. Being able to invoke different binaries for file conversion, as opposed to the current libreoffice only solution.
- A tool in the admin interface to mass (re)convert the files (basically the page count function, but then applied on all documents).