Skip to content

Releases: wilsonj806/todolet

Todos

11 Feb 23:20
Compare
Choose a tag to compare
Todos Pre-release
Pre-release

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

27 Sep 23:12
db397ce
Compare
Choose a tag to compare
User Auth Pre-release
Pre-release

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)