Need an easier way to pull all of this information for each candidate in one go:
  1. Candidate ID (used in the slug for the candidate detail page)
  2. Candidate Name
  3. Candidate Email
  4. Status (Invited / In Progress / Submitted)
  5. Date & timestamp when invited
  6. Date & timestamp of follow-ups
  7. Date & timestamp when started
  8. Progress state (e.g., “x out of x questions” when In Progress)
  9. Date & timestamp of submission
  10. Time taken to submit each answer (per item)
  11. Number of attempts before submission (per item)
  12. Transcript of answers (per item)
Right now, each of these data points is shown in separate views, which makes it difficult to collect everything efficiently.