Skip to content

Commit

Permalink
Merge pull request #605 from ChicagoWorldcon/PLAN-683-report-descs
Browse files Browse the repository at this point in the history
Add descriptions to new reports PLAN-683
  • Loading branch information
Gailbear authored Aug 12, 2022
2 parents 3986931 + 46ae632 commit 1314935
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions app/javascript/reports/reports_screen.vue
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,11 @@
</li>
<li>
<a href="/report/session_reports/streamed_and_recorded" target="_blank">Scheduled Sessions Streamed and/or Recorded</a>
<p class="ml-2">
<strong><em>Description</em></strong>: Information about livestreaming and recording, one line per session<br />
<strong><em>Fields</em></strong>: Session title, session start time, session room, session format, session environment, is session livestreamed (y/n), is session recorded (y/n)<br />
<strong><em>Session data included</em></strong>: all scheduled sessions
</p>
</li>
</ul>

Expand Down Expand Up @@ -302,6 +307,12 @@
<ul>
<li>
<a href="/report/program_ops_reports/back_of_badge" target="_blank">Back of Badge</a>
<p class="ml-2">
<strong><em>Description</em></strong>: Participant schedule for mail merge, one line per person, with variable line length based on number of assigned sessions<br />
<strong><em>Fields</em></strong>: Published name, Session 1 Title, Session 1 Start Time, Session 1 Duration, Session 1 Room, then repeat the 4 session columns as needed<br />
<strong><em>Session data included</em></strong>: all published sessions<br />
<strong><em>Person data included</em></strong>: moderators, participants, invisible participants
</p>
</li>
</ul>

Expand Down

0 comments on commit 1314935

Please sign in to comment.