Closed rosibaj closed 5 years ago
@kcullion @rosibaj the commit registration icon is messy to do just for the second it will be on screen. after talking with @hlminh2000 we think it might be best to leave it out
@hlminh2000 to show the error icon on invalid file there's some refactoring to do it right.
currently if there is an invalid file our api returns a ClinicalRegistrationInvalid
type with the error.
I think we should just add this to the clinicalRegistrationData
we can then simplify the api logic and the side menu status will work just from reading the cache.
@ciaranschutte do you mean the checkmark green icon? If so, that's fine
@kcullion yes - cool cool :)
ok :) thanks @ciaranschutte! Adding ClinicalRegistrationInvalid
to clinicalRegistrationData
makes sense to me, that'd be consistent with submission as well and simplifies a lot of things.
@hlminh2000 @ciaranschutte sounds good- lets check with @joneubank re comments on changes
Error state moved tohttps://github.com/icgc-argo/platform-ui/issues/853
@ciaranschutte looks amazing!
Register sample sidebar status icons isn't implemented