Releases: wilsonj806/todolet
Releases · wilsonj806/todolet
Todos
TodoLet v0.8.0 Release
Overview
This release indicates that the Todos API and client-side implementation of that API has been complete. In addition notifications have been added along with several other fixes and improvements
See the following links for more:
Currently Implemented Features
- Todos API/ Client side Todos
Things To Do
- Caching
- Proper session management(semi-bonus)
- Lazy Loading/ Code Splitting(bonus)
- Request aborts/ debouncing
- E2E tests
User Auth
TodoLet v0.4.0 Release
Overview
This release indicates that basic user creation and authentication are complete both on the server and client-side code. Changes have been pushed to and deployed to Heroku, with TravisCI checking to make sure the build doesn't fail any tests.
See the following links for more:
Currently Implemented Features
- General UI and some workflows
- User Registration/ Login/ Logout
- Bare minimum user update capabilities
- User delete
Things To Do
- App-wide notifications
- Todo API and frontend
- Server Side Rendering
- Caching
- Proper session management(semi-bonus)
- Lazy Loading/ Code Splitting(bonus)
- Handle request aborting(e.g when someone presses the Delete User button one too many times)