Details
-
Type:
Feature Request
-
Status: Verified
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 11.4, 12.0, 19.0
-
Component/s: Site Info
-
Labels:
-
12 status:Resolved
-
Test Plan:
Description
The linked PR changes the following with regards to the printable PDF of the participants list:
- ID column is always empty (the ID is actually being concatenated into the 'Name' field)
- Extract ID into it's proper column, use 'Name' column for names only
- Re-order column order:
- Name
- ID
- Section
- CR
- Role
- Status
- Add text wrapping to several columns to avoid data being cut-off
- Currently, long user names are cut off (they bleed underneath the next column)
- Alphabetize the role list panel at the top
- Alphabetize the section list panel at the top
- Remove 3em right padding after each section listed per row (causing large gaps between sections for individual users)
- Removed plaintext "<br />"'s after each credit per row (it's not an HTML document, the tag appears in the output of the PDF)
- Make the link to generate the PDF target="_blank" to open in a new tab (with rel="noreferrer")
- Change comma separated sections per user to one section per line within the row (makes formatting cleaner and more consistent)
- Chagne comma separated credits to one credit per line within the row (makes formatting cleaner and more consistent)
- Centre the title on the page (was hanging off to one side a bit)
- Add 'Page ' text to title to better indicate the page numbering
- Standardize the font size in the main table (some columns used bigger font text than others, which looks strange and inconsistent)
- Increase size of the "Role" column so the table is full page width (7.5")
- Centred the section list panel in the available whitespace
- Right align role and section totals in the top panels