code-annotation
code-annotation copied to clipboard
Errors and empty responses must be handled correctly on FE
right now it's not always true.
- [x] Check tests, make sure it covers
errorpath. Add expected result. Fix code if test doesn't pass. #205 - [ ] Check tests, make sure it covers
emptypath. Add expected result. Fix code if test doesn't pass. - [ ] Mock responses 1 by 1 and make sure UX is good for each such response. Fix code if UX is not good.
I saw some of them... but it would be great to have a list...
yes. It's part of this issue. Find those places. I would go like this:
- Check tests, make sure it covers
errorpath. Add expected result. Fix code if test doesn't pass. - Check tests, make sure it covers
emptypath. Add expected result. Fix code if test doesn't pass. - Mock responses 1 by 1 and make sure UX is good for each such response. Fix code if UX is not good.
I'm here to help.
@smacker I moved this to in progress because I saw there is a PR addressing some improvement required by this issue.
next steps:
- if there is no pending work to do about this issue → you can close it :tada:
- if there is pending work to do:
- and you're already on it → keep it as
in progress, - but you're not on it → move it to
TODO
- and you're already on it → keep it as
Many thanks!!