Tabletop-Mirror / Issues-and-Tasks

0 stars 0 forks source link

Error Handle Addition of New Class Level When Retrieval of Class Definition Fails #102

Open VarunS1997 opened 3 weeks ago

VarunS1997 commented 3 weeks ago

In the template-level-edit.component, we have a function for adding a new class level and specifically we have a sequence of logic where we retrieve the full class definition, then the class level definition for 1st level. If that goes wrong due to HTTP, its unclear what kind of state might result.

We fixed this by putting in some reasonable checks, but we should probably alert or something if this happens.