strapi-plugin-todo-x
v0.0.10
Published
Keep track of your content management with todo lists
Downloads
2
Readme
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.
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
- [x] Create a task
- [x] Toggle a task
- [x] Delete a task
- [x] 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:
- Watch the "Building, Shipping and Sharing Plugins" workshop
- Read the "How to create a Strapi v4 plugin" series
Credits
- Design by Raffaele Gesulfo
- Dev by Rémi de Juvigny
- ❤️ and support by the Strapi team