Skip to content

Move hash and claim validition into claimDetail view

Jared Pereira requested to merge bugFixSubmitHash into master

Feature Merge Request

Related Issue

resolves #39 (closed), #60 (closed)

Description of Feature

This moves the validation of hashes (and resulting claims) into the ClaimDetail view. Previously it was done upon submission from the search bar.

Motivation and Context

This has three main benefits:

  1. It allows individuals to link directly to the claim view and have data be loaded
  2. It simplifies the search handling
  3. It allows us to do proper error handling

What's Next?

Display errors in a nicer format!


Edited by Michiya

Merge request reports