Block a user
labels are not assigned/created together with task
My opinion:
- assignees - only existing by ID
- attachments - also create new
- labels - also create new
- related_tasks - only existing
- subscription - only existing user
addListDetails was not optimized to build unique list of list owners
Vikunja not ready for huge number of list and tasks becasue of inefficient queries
external reference ID in list model
Yes, if list.identifier
identifier would accept up to 23 distinct octets in ASCII
or 32 characters which is UUID lenght it would help.
But I would need to extend the GET /lists/{id}
to…
data column in tasks table
My comments against using attachemnts:
- requires again something like
hide_on_ui
flag - much slower data retrieval then to have it in tasks model
- PaTCH method for this field could help…
flag to hide list item from UI
small objection to unopinionatedness
:-) ... if there is already table favorites
with column kind
... then it could be renamed to flags
with added property type
where type
could be…
external reference ID in list model
- list prefix - @konrad you mean the
list.identifier
? I don't see anyprefix
in https://try.vikunja.io/api/v1/docs#tag/list/paths/1namespaces1{namespaceID}~1lists/put - we need quick…
labels are not assigned/created together with task
The last one works. I would expect that all 3 requests containing labels
should work.
It is not so important for user interaction, but it makes diferrence when mass importing.
Was not…
API gateway to receive data from external system
flag to hide list item from UI
In general, pagination would be good improvement.
For our needs I am sure we need the flag to disable list from UI:
- I don't want to store persons (list items) details in Vikunja
- I don't…