diff --git a/docs/topics/pending_work.rst b/docs/topics/pending_work.rst index faa68c01e1..342e462b52 100644 --- a/docs/topics/pending_work.rst +++ b/docs/topics/pending_work.rst @@ -79,6 +79,7 @@ Notifications - Fix notification duplication of global & per document subscription notifications. + Other ~~~~~ - Python based Javascript package manager. Each app specifies what @@ -171,12 +172,10 @@ Testing (to be used in dynamic_search.test_api). - Update all API tests using self.client to just self. and the HTTP method. - Add test for searches for each app that uses search. -- Split documents.tests.test_views into test_document_views test_pages_views, etc. - The module is too big. [DONE] + UI - Frontend ~~~~~~~~~~~~~ -- Fix horizontal center of previews in document view. [DONE] - Fix menu not collapsing at the same width of nav parent. - Move direct CSS style from code into base.css. grep 'style' * -R. Style code in: @@ -188,6 +187,7 @@ UI - Frontend - Check if location is found in partial and remove it. Avoid circular loading. - Add location to history after a form submit redirect. + UI ~~ - Shift click select to seletect multiple documents. @@ -200,6 +200,7 @@ UI - Make facet action button smaller. Reduce margin-bottom. - Remove previous from the views.py. It is not longer used by the form's cancel button. + Workflows ~~~~~~~~~ - Workflow trigger filters. Example: {{ document.document_type.name = 'invoice' }}