You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement a feature that generates a printable HTML page for the System Card, along with an option to export or print it as a PDF.
Make a 'printer-friendly' HTML version of the system card.
Content: Algorithm Info tab & Algorithm Details tab
Optimize for A4, should not break on other sizes
Ensure page breaks
Consider printer margins
Support portrait
Remove interactive elements (e.g. edit buttons)
Design:
Out of scope:
Styling
Precomputation of HTML content (unless performance issues arise)
landscape print support
Technical Implementation
Print button implementation according to designs.
HTML generation endpoint. This endpoint is also responsible for generating the html page from the database. If this turns out to be too slow, we should revisit this decision (and maybe pre-compute).
ctrl + p result in the same export as pressing the download button
Generated page is printer friendly and consistent across devices/browsers
Description
Implement a feature that generates a printable HTML page for the System Card, along with an option to export or print it as a PDF.
Make a 'printer-friendly' HTML version of the system card.
Design:
Out of scope:
Technical Implementation
< > : " / \ | ? *
-> removedThe text was updated successfully, but these errors were encountered: