The to-do app to organize your life. Public API Roadmap here: https://my.vikunja.cloud/share/QFyzYEmEYfSyQfTOmIRSwLUpkFjboaBqQCnaPmWd/auth?view=kanban
Go to file
2019-02-02 14:56:00 +01:00
.gitea [skip ci] added pull request checklist 2019-01-31 20:48:18 +01:00
build Build debian packages (#56) 2019-01-21 21:52:26 +00:00
docker/etc/services.d Added swaggerfiles do dockerfile 2018-09-08 16:54:21 +02:00
docs [skip ci] More docs for structure 2019-02-02 14:45:28 +01:00
pkg Moved swagger docs to different directory 2019-01-31 20:55:21 +01:00
REST-Tests Improve logging handling (#57) 2019-01-25 11:40:54 +00:00
templates/mail Add user email verification when registering (#5) 2018-10-27 13:14:55 +00:00
vendor Improve logging handling (#57) 2019-01-25 11:40:54 +00:00
.drone1.yml Remove debugging 2019-01-23 14:33:44 +01:00
.gitignore Improve logging handling (#57) 2019-01-25 11:40:54 +00:00
config.yml.sample Added possible fix for logging when nothing is set 2019-01-25 21:09:24 +01:00
Dockerfile Fixed build 2018-12-13 16:09:00 +01:00
Featurecreep.md [skip ci] Started translating todo 2019-02-02 14:56:00 +01:00
go.mod Fixed staticcheck 2019-01-31 19:41:17 +01:00
go.sum Fixed staticcheck 2019-01-31 19:41:17 +01:00
LICENSE Change License to GPLv3 (#26) 2018-11-26 20:17:33 +00:00
main.go Moved swagger docs to different directory 2019-01-31 20:55:21 +01:00
Makefile Moved swagger docs to different directory 2019-01-31 20:55:21 +01:00
README.md [skip ci] Added docs for building from source 2019-01-31 21:37:36 +01:00
tools.go [skip ci] Added docs for the makefile 2019-01-31 19:37:37 +01:00

Build Status License: GPL v3 Download Docker Pulls Swagger Docs Go Report Card cover.run

Vikunja API

The Todo-app to organize your life.

Table of contents

Features

  • Create TODO lists with tasks
    • Reminder for tasks
  • Namespaces: A "group" which bundels multiple lists
  • Share lists and namespaces with teams and users with granular permissions

Try it on try.vikunja.io!

Docs

Roadmap

I know, it's still a long way to go. I'm currently working on a lot of "basic" features, the exiting things will come later. Don't worry, they'll come.

  • Prioritize tasks
  • Subtasks
  • Repeating tasks
  • Get tasks via caldav
  • Get all your tasks for an interval (day/month/period)
  • Labels for tasks
  • Assign users to tasks
  • Attachments on tasks
  • More sharing features
    • Share with individual users
    • Share via a world-readable link with or without password, like Nextcloud
  • Read-only websocket to notify multiple clients of updates when something was changed
  • "Smart Lists" - Create lists based on filters
  • IMAP-Integration - Send an email to Vikunja to create a new task
  • Webhooks - Trigger other events when an action is done (like completing a task)
  • Performace statistics - Get an overview and beautiful charts about what you got done this month
  • Activity feeds - Get a quick overview about who did what
  • Bulk-edit multiple tasks at once
  • Team-efforts - Requiring a task to be marked as done by multiple members until it's done
  • Global limits for namespaces/lists/tasks
  • Disable registration, making an instance "invite-only"

See Featurecreep.md for even more! (mostly ideas, for now)

Contributing

Fork -> Push -> Pull-Request. Also see the dev docs for more infos.

License

This project is licensed under the GPLv3 License. See the LICENSE file for the full license text.