1
0
Fork
You've already forked rtask
0
  • v0.4.1 c01f563d42

    Psyhackological released this 2024年06月16日 13:22:35 +02:00 | 2 commits to main since this release

    v0.4.1 - rtask

    Finished version of SQLx and SQLite, fulfilling requirements for my classes.

    Features

    • Task Management:

      • Add new tasks with descriptions.
      • Assign optional categories to tasks.
      • Mark tasks as complete.
      • Delete completed tasks.
      • List all tasks with their status, optionally filtered by category.
      • Display category names alongside tasks.
      • Create new categories as needed.
    • Database Setup and Migrations:

      • Create and initialize the SQLite database.
      • Run migrations to set up the todos and categories tables.
    Downloads