0.0.10 • Published 5 months ago

strapi-plugin-todo v0.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

strapi-plugin-todo

This plugin adds a todo list next to your content in Strapi. It makes it easy for admin users to keep track of their content management.

Screenshot

Installation

Start by adding the plugin as dependency in your Strapi app:

# Using Yarn
yarn add strapi-plugin-todo

# Or using npm
npm install strapi-plugin-todo

Then build & restart your application:

# Using Yarn
yarn build && yarn develop

# Or using npm
npm run build && npm run develop

Features & roadmap

  • Create a task
  • Toggle a task
  • Delete a task
  • Update a task
  • Assign a task to a Strapi admin
  • Set a due date for a task

Development process

To find out more about how this plugin was built:

Credits

0.0.10

5 months ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago