Skip to content
Snippets Groups Projects
  1. Sep 13, 2019
  2. Sep 12, 2019
    • 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
  3. Sep 11, 2019
    • Todd Dembrey's avatar
    • 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
  4. Sep 05, 2019
  5. Sep 04, 2019
  6. Sep 03, 2019
  7. Sep 02, 2019
    • Todd Dembrey's avatar
      Feature/gh1364 paf custom fields (#1479) · ef032035
      Todd Dembrey authored
      * Add PAF model and link to funds and labs
      
      * Integrate the extra fields for the PAF into the PAF form
      
      * Update tests to work with the new PAF field
      
      Fixes some larger issues around how data is serialized and deserialized from the
      db by the submissions class.
      
      * fixup! Update tests to work with the new PAF field
      ef032035
    • George Hickman's avatar
      Payment Request Feedback (#1472) · 68d90a9c
      George Hickman authored
      * Rename PaymentRequest.value -> requested_value
      
      * Add PaymentRequest.paid_value
      
      * Expose "actual" value of a PaymentRequest
      
      "Actual" value is paid_value when it exists or requested_value
      otherwise.  This adds a property so it can get used with an instance and
      updates the payments block QuerySet to let the database pick the right
      values.
      
      * Fix displaying form errors in messages
      
      This sends one message per error and no longer uses Django's error
      markup since our styles rendered the messages poorly.
      
      * Update comment when changing PaymentRequest status
      68d90a9c
  8. Aug 30, 2019
  9. Aug 29, 2019
  10. Aug 28, 2019
  11. Aug 27, 2019
  12. Aug 26, 2019
  13. Aug 23, 2019
Loading