Skip to content
Snippets Groups Projects
  1. Oct 21, 2019
  2. 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
  3. Sep 13, 2019
  4. Sep 03, 2019
  5. Aug 29, 2019
  6. Aug 19, 2019
    • George Hickman's avatar
      Upload and Approve Contracts (#1408) · e5139b16
      George Hickman authored
      * Add Contract model
      * Add upload contract form and button
      * Show recent contracts in the sidebar
      * Add contract approval
      * Allow applicants and staff to upload contracts
      * Advance a Project's state when a contract is approved
      * Capture applicant flow in contract access templatetag
      
      ref #1378 
      e5139b16
  7. Aug 12, 2019
  8. Aug 08, 2019
  9. Aug 02, 2019
    • George Hickman's avatar
      Assign Project Lead (#1362) · 21c940df
      George Hickman authored
      * Add lead ForeignKey to Project
      * Add form and modal to change Project.lead
      * Display current Project.lead along with Fund & Round info
      21c940df
Loading