Experimental Value Validation Projects

1. Invoice Management Dashboard

Total Invoices

10

Outstanding Amount

$2900

Overdue Invoices

4

Invoices

Invoice NumberDateAmountStatus
INV-0012024-05-01$200Paid
INV-0022024-05-05$150Unpaid
INV-0032024-05-10$300Overdue
INV-0042024-05-15$350Overdue
INV-0052024-05-20$400Unpaid
INV-0062024-05-25$450Unpaid
INV-0072024-05-30$500Paid
INV-0082024-06-10$550Paid
INV-0092024-06-15$600Overdue
INV-0102024-06-20$650Overdue

2. Comp Cycle Sandbox Modification Simulator

Conditional Rendering for a compensation management dashboard:
Try different combinations of sandbox states and possible modifications to see how the result messages change. Here are a few suggested test cases:
1. Locked State, Edit Salary Ranges: Should display a cautionary message.
2. Submitted for Review, Add New Employees: Should indicate modification isn't allowed.
3. Locked, Change Budget Allocation: (Assuming a threshold rule exists) Should indicate approval is needed.

3. Disinfection Device Coverage Calculator

Device Area Coverage Calculator:
This project provides a simple web-based calculator to help users estimate the number of disinfection devices needed to disinfect a room based on its dimensions based on the UVX ZENER SPEC SHEET.
Assumptions made:
1. Target Pathogen: MRSA
2. Required Dosage: 15 mJ/cm²
3. UV-C Output Power: 100 mW
4. Recommended Exposure Time: 60 seconds.
Calculation:
1. Energy Output: 100 mW * 60 seconds = 6000 mJ.
2. Coverage Area: 6000 mJ / 15 mJ/cm² = 400 cm²