https://github.com/quicoto/wordpress-kanban
WordPress Kanban board app with Vue.js
https://github.com/quicoto/wordpress-kanban
vue wordpress wordpress-theme
Last synced: 3 months ago
JSON representation
WordPress Kanban board app with Vue.js
- Host: GitHub
- URL: https://github.com/quicoto/wordpress-kanban
- Owner: quicoto
- License: mit
- Created: 2021-03-27T09:12:46.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-07T09:18:18.000Z (about 4 years ago)
- Last Synced: 2025-01-12T16:49:05.265Z (5 months ago)
- Topics: vue, wordpress, wordpress-theme
- Language: Vue
- Homepage:
- Size: 1.52 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WordPress-Kanban
Kanban board app with Vue.js using WordPress as a backend.
It uses the power of the WordPress REST API to communicate back and forth from and to the database.
## Screenshots
### Desktop

### Mobile

## TODO
- Do a logged out route when user is logged out (failing call in Boards)
- Do a quick fetch when trying to open the modal for creating a new item, so we know the user is logged in. If it fails, redirect to the "not logged in" route before writing in the modal.
- Add loggin check before editing an item.