Accessibility / Bug Hunt

Bug Hunt: CloudNest Data Integrity

The signup form again, this time hunting the data-loss and validation defects that corrupt what users type.

Difficulty
Easy
Format
Bug Hunt
Points
100
Estimate
12 min

// MISSION BRIEF

Your Mission

Focus your hunt on data integrity in CloudNest's signup form: places where what the user enters gets lost, mangled, or wrongly accepted.

Five defects are seeded. Some corrupt data, some accept bad data, one mislabels the user.

Where data integrity breaks:

  • Fields that transform your input on blur or submit
  • Validators that accept invalid data
  • Enforcement that isn't enforced
  • Messages that reference the wrong value

// FIRST CONTACT

Battle teaser

A SaaS signup form with client-side validation, a strength meter, and terms acceptance.

Answers, scoring, hints, and the full battle stay sealed.

// SKILL TAGS

bug-huntdata-integrityvalidationforms