Skip to content
Snippets Groups Projects
  1. Aug 09, 2019
    • Todd Dembrey's avatar
      Feature/updates from demo 1 (#1396) · 2da2888d
      Todd Dembrey authored
      * Allow an approver to make changes to the PAF whilst they are approving
      
      * Expose the applicant view of the project and allow them to edit
      
      Applicants can only edit in the first phase
      Applicants can only edit the base data on the project
      
      * Improve the display of the addressfield and value
      
      * Add tests in for the views
      
      * De-submissionify the emails to the user
      
      * Fix from rebase
      2da2888d
    • George Hickman's avatar
      Order queryset by pk for stability (#1395) · 6dfe6ca9
      George Hickman authored
      We pull submissions from the QuerySet further down, this imposes a fixed
      order on that QuerySet in an effort to stabilise the asserts further
      down.
      6dfe6ca9
    • George Hickman's avatar
      Add removing files (#1392) · f5446f2e
      George Hickman authored
      Ref #1347
      f5446f2e
    • George Hickman's avatar
      Upload New Supporting Document (#1391) · 972b5c72
      George Hickman authored
      * Add PacketFile
      * Add upload document form and handler
      * List uploaded documents in the supporting docs block
      * Add diff count to missing Document Categories
      
      Ref #1331
      972b5c72
  2. Aug 08, 2019
  3. Aug 07, 2019
    • Todd Dembrey's avatar
      Add the document category model and integrate into the page (#1370) · ec05f9fd
      Todd Dembrey authored
      * Add the document category model and integrate into the page
      
      * Fix document category migration tree
      ec05f9fd
    • George Hickman's avatar
      Add PAF Page (#1365) · 0c0971d0
      George Hickman authored
      * Add extra Project fields for PAF
      * Add PAF edit form
      * Use Project.user_has_updated_details to drive UI
      * Add show more toggle to Project detail page
      
      Ref #1330
      0c0971d0
    • Chris Lawton's avatar
      Feature/gh 1349 fe review tidy (#1363) · d78f5101
      Chris Lawton authored
      * bugfix - ensure a tab is activated when there's a trailing hash in the url
      
      * bugfix - ensure tabs render correctly
      
      * spacing tweaks of elements around the site
      
      * correctly align activity feed open and close icons
      
      * correct width of comments column in submissions table
      
      * ensure status block titles don't bleed out of their container
      
      * correct alignment of action button icons
      
      * improve layout of submission action links
      
      * improve layout of comments form on mobile
      
      * remove modal secondary as it's only being used for a different close icon
      
      * improve submission action alignment
      
      * prevent last status bar label from overlapping content and creating unwanted space
      
      * hyphenate all submissions table columns containing long worded items
      d78f5101
  4. Aug 06, 2019
  5. Aug 05, 2019
    • George Hickman's avatar
      Create Project on Accepted Determination (#1360) · 835b52f5
      George Hickman authored
      * Create a project on accepted determination
      * Only create projects when submission is in the final stage
      * Wrap determination creation in a transaction
      Various parts of setting a determination can fail so lets tie them all
      together into a transaction and only send a message when they're all
      done successfully.
      
      Ref #1343
      835b52f5
  6. Aug 02, 2019
  7. Aug 01, 2019
  8. Jul 31, 2019
    • George Hickman's avatar
      Add Project Page Skeleton (#1354) · 4a244e0c
      George Hickman authored
      * Add Project detail page skeleton
      * Add project block to submission detail page
      * Add basic access tests for ProjectDetailView
      4a244e0c
    • Chris Lawton's avatar
      Feature/gh 1338 payment requests fe (#1361) · 5b9ff275
      Chris Lawton authored
      * adds payment block and table
      * add rejected payment block and logic
      * add mobile labels to the payment requests table
      * add invoice block and wrap the three components for spacing
      * add the change payment status modal
      5b9ff275
  9. Jul 30, 2019
Loading