DEFRA / bwq-signage

Bathing water quality signage service
Other
1 stars 3 forks source link

Feature/generate pdf #65

Closed ijdickinson closed 6 years ago

ijdickinson commented 6 years ago

This PR adds the feature for generating the .pdf file, and downloading on user request. The actual generation stage delegates to small nodeJS script, which uses Puppeteer to drive Chrome-headless to render the HTML page into PDF. I have some expectation of needing to iterate the configuration details once we get this code into the production environment.

This PR adderssess issue #10

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 109


Changes Missing Coverage Covered Lines Changed/Added Lines %
app/controllers/bwq_sign_final_controller.rb 33 41 80.49%
<!-- Total: 47 55 85.45% -->
Totals Coverage Status
Change from base Build 99: -1.3%
Covered Lines: 391
Relevant Lines: 427

💛 - Coveralls