stream-chat-react-native
stream-chat-react-native copied to clipboard
Resolve TODOs in the code base
This is a list of the TODOs we currently have in the codebase - adding them to this issue so we can keep track of them.
This was gathered with the following command:
grep -Rin TODO src | sed 's/^\(src\/.*\)\.\(.*\):\(.\{1,4\}\):.*\(TODO.*\):[[:space:]]\(.*\)/- [ ] [\5](https:\/\/github.com\/GetStream\/stream-chat-react-native\/tree\/develop\/package\/\1\.\2#L\3)/'
- [x] #1065
- [ ] show error to user that they should wait until image is uploaded
- [ ] show error to user that they should wait until image is uploaded
- [ ] Remove this, this is the result of
- [ ] The current tight coupling of images to the image
- [ ] Figure out why this is async, as it doesn't await any promise.
- [ ] show error to user that they should wait until image is uploaded
- [ ] show error to user that they should wait until image is uploaded
- [ ] Remove this line and show an error when submit fails
- [ ] Unify both of them
- [ ] Fix circular dependencies of imports
- [ ] replace the null view with appropriate message. Currently this is waiting a design decision.
- [ ] figure out how to make tests work for @ mentions with needing to update function state values
List updated 12 Aug 2022 @ 19:20 Amsterdam time