Skip to content

Releases: weaponsforge/todo-next

todo-next_v1.0.5

26 Aug 11:18
5c76ab5
Compare
Choose a tag to compare

Summary

  • Create a UI for the edit Todo page, #14
  • Load the Todo list only once
  • Insert a new Todo to the global Todos list redux state
  • Delete a Todo from the global Todos list redux state
  • Refactor the thunks from slices, #34

What's Changed

Full Changelog: v1.0.4...v1.0.5

todo-next_v1.0.4

25 Aug 05:53
c8602dd
Compare
Choose a tag to compare

Summary

August 25, 2022

  • User interface for deleting a Todo, #15
  • Show a dialog confirm prompt when deleting a Todo and for confirming a newly-created Todo

What's Changed

Full Changelog: v1.0.3...v1.0.4

todo-next_v1.0.3

25 Aug 03:08
e2822f2
Compare
Choose a tag to compare

Summary

  • User interface for the POST /todo api, #13
  • Adjust Todo list table pagination

What's Changed

Full Changelog: v1.0.2...v1.0.3

todo-next_v1.0.2

25 Aug 00:02
3e9f8d5
Compare
Choose a tag to compare

Summary

  • View Todo UI - User interface for the GET /todo api with data fetching using redux, #12
  • Initialize todo state with an empty Object, Follow-up fix for v1.0.1a

What's Changed

Full Changelog: v1.0.1...v1.0.2

todo-next_v1.0.1

24 Aug 15:51
9c23e9c
Compare
Choose a tag to compare

Summary

Initial Release

  • Configure a local backend development environment, #1
  • Use and configure mongodb and mongoose, #2
  • Create the Todo CRUD API endpoints, POST, GET, UPDATE, DELETE, LIST ALL
  • Add the content field on the Todo Schema
  • Sync the Todo id and _id naming conventions
  • Configure a local development environment for the client app, #5 - use nextjs, eslint standard and material-ui
  • Integrate redux (redux-toolkit), #24
  • Create a synchronous redux example (Counter page)
  • Create an asynchronous redux example (Todo List page)
  • Display the GET /todos UI, #11
  • Deploy the client app to GitHub Pages, #17