Krishna Gopinath
Krishna Gopinath
https://github.com/Matterwiki/Matterwiki/projects/3
At the moment the app has some problems with its user management. * There is no way for the user to reset the password if they forgot the password. *...
@nshntarora built this and I think this is hidden in some branch. We'd have to `cherry-pick` and replay onto `refactor` Note that this could get bigger in the future, like...
Logging is incredibly useful for debugging purposes. We could use Winston to log errors out, which we could ask for in the issues, for easy debugging.
The API is slowly starting to grow to a "mid sized" application by itself and it might be time to start documenting it, so we can keep track of the...
The current Matterwiki editor (in the `refactor` branch) uses `draft-js` as its core editor. While this is good, there are wiggles, focus issues and other small issues that all add...
- [ ] Good CI setup - [ ] Code coverage checker - [ ] Dependency updates (Greenkeeper) - [ ] Deploy to Heroku/Firebase button - [ ] Maintaining an...
- [ ] Setup good tooling for the project - #104 - [ ] Contributing guide - [ ] API documentation - [ ] Comments, JSDoc, etc
A lot could be done to make our app nice and fast, build wise. Chunks, SSR, etc. Let this be a starting point for all that. Ref: https://medium.com/modus-create-front-end-development/optimizing-webpack-production-build-for-react-es6-apps-a637e5692aea