Skip to content
Snippets Groups Projects
Unverified Commit d3abbb22 authored by Todd Dembrey's avatar Todd Dembrey Committed by GitHub
Browse files

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%
parent d04f6199
No related branches found
No related tags found
Loading
Showing
with 268 additions and 54 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment