-
- Downloads
Feature/sprint 3 ux review (#1578)
* Update the payment request tables to simplify for type of user * Improve copy on modal forms and hide create project if not possible * Improve wording to project around uploading contract * Vary the name of the document select form so that it doesn't clash * Make sure get_object returns the underlying instance not the form instance * Improve the visuals on the project page when payment requests active * Defer loading of category object until we reference it * improved performance when iterating over many submissions which never look up category * Convert to using a lazy paginator in order to avoid expensive counts * Table querysets are complex and doing count on this is very expensive and this can reduce /all page load times by ~50%
Showing
- opentech/apply/categories/blocks.py 5 additions, 1 deletionopentech/apply/categories/blocks.py
- opentech/apply/funds/paginators.py 113 additions, 0 deletionsopentech/apply/funds/paginators.py
- opentech/apply/funds/templates/funds/includes/actions.html 8 additions, 6 deletionsopentech/apply/funds/templates/funds/includes/actions.html
- opentech/apply/funds/templates/funds/includes/create_project_form.html 3 additions, 1 deletion...y/funds/templates/funds/includes/create_project_form.html
- opentech/apply/funds/templates/funds/tables/table.html 29 additions, 1 deletionopentech/apply/funds/templates/funds/tables/table.html
- opentech/apply/funds/views.py 2 additions, 0 deletionsopentech/apply/funds/views.py
- opentech/apply/projects/filters.py 9 additions, 8 deletionsopentech/apply/projects/filters.py
- opentech/apply/projects/forms.py 7 additions, 1 deletionopentech/apply/projects/forms.py
- opentech/apply/projects/tables.py 12 additions, 6 deletionsopentech/apply/projects/tables.py
- opentech/apply/projects/templates/application_projects/includes/payment_requests.html 1 addition, 1 deletion...lates/application_projects/includes/payment_requests.html
- opentech/apply/projects/templates/application_projects/payment_request_list.html 1 addition, 1 deletion.../templates/application_projects/payment_request_list.html
- opentech/apply/projects/templates/application_projects/project_admin_detail.html 5 additions, 8 deletions.../templates/application_projects/project_admin_detail.html
- opentech/apply/projects/templates/application_projects/project_detail.html 5 additions, 11 deletions...ojects/templates/application_projects/project_detail.html
- opentech/apply/projects/tests/test_views.py 29 additions, 0 deletionsopentech/apply/projects/tests/test_views.py
- opentech/apply/projects/views/project.py 4 additions, 4 deletionsopentech/apply/projects/views/project.py
- opentech/apply/utils/tests/test_views.py 27 additions, 0 deletionsopentech/apply/utils/tests/test_views.py
- opentech/apply/utils/views.py 8 additions, 5 deletionsopentech/apply/utils/views.py
Loading
Please register or sign in to comment