Skip to content
Snippets Groups Projects
  1. Oct 21, 2019
  2. Oct 18, 2019
  3. Oct 11, 2019
  4. Oct 10, 2019
  5. Oct 09, 2019
  6. Oct 08, 2019
  7. Oct 04, 2019
  8. Oct 03, 2019
    • Todd Dembrey's avatar
      Feature/sprint 3 ux review (#1578) · d3abbb22
      Todd Dembrey authored
      * 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%
      Unverified
      d3abbb22
  9. Oct 02, 2019
  10. Oct 01, 2019
  11. Sep 30, 2019
  12. Sep 20, 2019
  13. Sep 19, 2019
  14. Sep 18, 2019
  15. Sep 17, 2019
  16. Sep 16, 2019
  17. Sep 13, 2019
  18. Sep 12, 2019
    • Fredrik Jonsson's avatar
      62536250
    • Chris Lawton's avatar
      Feature/gh 1506 payment request detail (#1507) · cffa44ad
      Chris Lawton authored
      * add card component and styles for payment request detail page
      
      * move edit submission link onto the same line as view submission
      
      * line card up with sidebar when there is one
      
      * add spacing around contract approval button
      
      * add styles for simplified project page and tweak payment request detail as a result
      cffa44ad
    • George Hickman's avatar
      Project List View (#1477) · 8147cb1d
      George Hickman authored
      * Add Project list page
      
      * Set action URL for submissions table search and filtering
      
      * Add search and filtering to Project summary table
      
      * Make table search placeholder configurable
      
      * Enable search filtering for Project list page
      8147cb1d
Loading