Skip to content
Snippets Groups Projects
  1. Nov 08, 2019
  2. Nov 06, 2019
    • Todd Dembrey's avatar
      Feature/gh 1373 reportlab download (#1627) · 17d292f9
      Todd Dembrey authored
      * User reportlab to render the submissions into pdf
      
      * Improve layout and look of submissions and pdfs
      This makes headings render smaller than the questions within rich text fields
      
      * Enable h1 tag in bleach
      Based on changes to how headings are rendered this is now more reasonable.
      Unverified
      17d292f9
  3. 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
  4. Sep 20, 2019
  5. Sep 13, 2019
  6. Sep 12, 2019
  7. Sep 11, 2019
    • Todd Dembrey's avatar
      Feature/post demo 2 fixes (#1501) · 9ec74387
      Todd Dembrey authored
      * Make the choose file link intelligent
      
      * Update the document chooser to user the model form and update tests
      
      * Update the messaging to be more in line with other messages
      
      * Make sure we tick the documents when all uploaded
      
      * Tidy up the visual components (contract/links) on the detail page
      
      * Tidy up how forms are contributed to the parent class
      
      * Improve the delegated form base behaviour
      
      * Refactor to remove the payments mixin
      
      * Give the detail and edit views of the payment request their own view
      
      * Remove the download link and change to a view
      
      * Refactor the views to be better sorted
      
      * Improve the interaction experience for payment requests and add activity
      
      * Improve look of payment table to be a bit more bulked out
      
      * Allow passing a path to the slack notification system
      
      User.get_absolute_url was pointing at the wagtail admin which would expose the
      admin urls to users on the frontend. The admin view is not necessarily the
      "canonical" view for the user so should not be relied upon in the long run.
      
      By allowing passing of a url to the slack notifier we allow the emitter to point
      to the destination regardless of the more front end focused model method.
      Unverified
      9ec74387
  8. Aug 19, 2019
  9. Aug 16, 2019
  10. Aug 06, 2019
  11. Jul 22, 2019
  12. Jul 19, 2019
  13. Jun 19, 2019
  14. May 13, 2019
  15. Apr 29, 2019
  16. Apr 08, 2019
  17. Apr 04, 2019
  18. Mar 05, 2019
  19. Feb 22, 2019
  20. Feb 20, 2019
  21. Feb 01, 2019
  22. Jan 16, 2019
  23. Nov 28, 2018
  24. Oct 29, 2018
  25. Oct 26, 2018
Loading