Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Go over some tenets, things to validate, take questions
  • single page app in React (simple, doesnt have cost to compute, no need for SEO)
  • MaterialUI instead of TOAST
  • did not find TOAST component compliant with modern vers of React
  • using prebuilt methods in AWS ecosystem, exploring
    • OLGA is AWS-first app
    • diff cloud environment will require work
    • some AWS-specific resources, cheap for carrier to own, TCO low, 
    • Reco for OLGA in Azure: build azure-compliant vers of the ap
    • MS has specific features like AWS, cloud agnostic app would make price to skyrocket (2x vers agnostic)
  • Validated almost all functionality, biggest concern is editing and updating records that have failed validation
  • Record level vs Threshold?
    • sum of record level errors, overall total amt errors, contribute to those thresholds is sum of those 
    • wont doublecount an error
    • updating and reviewing single rows at a time
    • wouldn't know if hit a threshold issue?
      • edit funct, hit  submit to make an update
    • Running totals of errors
    • 1 table all the records, 1 table all the errors


TimeItemWhoNotes




Documentation:

...