Skip to content

unify views to single page view

Michiya requested to merge unify-pages into master

Feature Merge Request

Related Issue

resolves #18 (closed), #20 (closed), #21 (closed), #22 (closed), #23 (closed)

Description of Feature

  • changed component flows, layout, into ClaimInputs and ClaimOutputs organizational structure
  • combined create, verify and store views (3 views) into single page view
  • fixed bugs referenced in numbered issues above
  • implemented typescript and styled-components in all component files

What's Next?

  • fix Merge conflicts from changes to master (re: claim schema, handlers -- Commit 8333adf2)
  • better error handling and messaging
  • handle wider array of input cases into search box
  • resume/restart TDD
  • tighten up TypeScript implementation (e.g., replace "any" designations with greater type specificity)

Edited by Michiya

Merge request reports