mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-03 00:46:57 -05:00
Create task using quick add magic via the api #72
Labels
No labels
area/api
area/caldav
area/filters
area/frontend
area/gantt
area/internal-code
area/typesense
bug
changes requested
confirmed
dependencies
enhancement
good first issue
help wanted
kind/bug
kind/feature
needs reproduction
question
security
support
upstream issue
waiting for reply
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vikunja-go-vikunja#72
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @refactoriel on GitHub (Aug 3, 2022).
AFAIKT you need to specify quite a lot of fields when creating a task via the API.
Would it be possible to make only the task description field mandatory and use insert magics like in the UI.
Background is that I'd like to write an extension for https://ulauncher.io/ so that I can quickly create a task via a few keystrokes.
@kolaente commented on GitHub (Aug 3, 2022):
You can create a task with only the title. What won't work is using quick add magic that way, that's a frontend feature.
You'll need to wait until the api can do quick add magic as well or re-implement the feature in your extension.
@refactoriel commented on GitHub (Aug 4, 2022):
Ah too bad, that sounds more like a backend feature. Reimplementing it in an extension will only make maintenance a nightmare, so I'll pass on that 😉
Once I know more typescript I'll have a stab at implementing it in the backend, since it doesn't look like it's high in your priorities.