How many services are we talking about? Is it a set number for all users, or does it vary?

If its is set then maybe the display looks like

Name | Date | Service1 | Service 2 | Service 3 Fred 05-06-06 PASS PASS PASS George 05-16-06 PASS PASS PASS Fred 05-06-06 PASS FAIL PASS

If there are multiple data sources, then maybe one table per data source is in order

Service1 Name | Date | PASS Fred 05-06-06 PASS Fred 05-07-06 FAIL George 04-05-05 PASS

or

Name | Date | SERVICE | PASS Fred 05-06-06 Service1 PASS Fred 05-06-06 Service2 PASS Fred 05-07-06 Service2 FAIL Dale 05-06-06 Service2 PASS

It all realy depends on the number of services and what you are looking for when glancing at the report. That aside I think a kind of wizard interface would be cool. First page you enter your credentials, then based on the credentials it provides you with a page for each service. Perhaps those pages even have refresher directions on accessing the specific data source, and two giant buttons PASS and FAIL. Last page takes you to the report and reminds you of the next time you need to verify your data access.


___________
Eric Hodges

In reply to Re: A web-based checklist in the manner of the checklists in the bathrooms of fast-food restaurants by eric256
in thread A web-based checklist in the manner of the checklists in the bathrooms of fast-food restaurants by OfficeLinebacker

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.