• Joined on 2022-06-08
k2s pushed to main at k2s/populate-vikunja 2023-01-03 15:59:14 +00:00
36c62d603f add serve command
8c3b09082a upgrade node and libs
Compare 2 commits »
k2s pushed to main at k2s/frontend 2023-01-03 10:09:39 +00:00
76bb081db5 chore(deps): update dependency vitest to v0.26.3
8e9468228e chore(deps): update dependency rollup to v3.9.1
61ba2facbc chore(deps): update dependency @types/codemirror to v5.60.6
1bec289021 chore(deps): update dependency vue-tsc to v1.0.19
82b108a79d chore(deps): update dependency eslint to v8.31.0
Compare 1223 commits »
k2s pushed to main at k2s/api 2023-01-03 10:09:28 +00:00
4fa45bf9dc chore: remove custom gitea bug template in favor of githubs
ef1d1e2b20 feat(migrators): remove wunderlist (#1346)
ca3580766e fix(docs): old helm charts url (#1344)
c6429c8b13 fix(deps): update module github.com/labstack/echo/v4 to v4.10.0 (#1343)
304481cf28 fix(deps): update module github.com/wneessen/go-mail to v0.3.6 (#1342)
Compare 267 commits »
k2s commented on issue vikunja/vikunja#1186 2022-06-20 19:16:58 +00:00
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
k2s pushed to main at k2s/api 2022-06-20 06:32:15 +00:00
01271c4c01 feat: allow only the authors of task comments to edit them
d837f8a624 fix: add missing migration
8869adfc27 feat: add setting to change overdue tasks reminder email time
030bbfa47e fix(deps): update module github.com/swaggo/swag to v1.8.3 (#1185)
7eb3b96a44 feat: send overdue tasks email notification at 9:00 in the user's time zone
Compare 7 commits »
k2s pushed to k2s-addListDetails-too-many at k2s/api 2022-06-19 19:04:20 +00:00
d7827d8c49 Merge branch 'main' into k2s-addListDetails-too-many
01271c4c01 feat: allow only the authors of task comments to edit them
d837f8a624 fix: add missing migration
8869adfc27 feat: add setting to change overdue tasks reminder email time
030bbfa47e fix(deps): update module github.com/swaggo/swag to v1.8.3 (#1185)
Compare 8 commits »
k2s created pull request vikunja/vikunja#1189 2022-06-19 19:02:19 +00:00
addListDetails was not optimized to build unique list of list owners
k2s created branch k2s-addListDetails-too-many in k2s/api 2022-06-19 19:00:13 +00:00
k2s pushed to k2s-addListDetails-too-many at k2s/api 2022-06-19 19:00:13 +00:00
d8b23ceb9f addListDetails was not optimized to build unique list of list owners
k2s opened issue vikunja/vikunja#1188 2022-06-19 18:53:20 +00:00
Vikunja not ready for huge number of list and tasks becasue of inefficient queries
k2s commented on issue k2s/populate-vikunja#2 2022-06-18 19:21:34 +00:00
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…

k2s commented on issue k2s/populate-vikunja#6 2022-06-18 19:13:26 +00:00
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…
k2s opened issue k2s/populate-vikunja#6 2022-06-18 19:04:53 +00:00
data column in tasks table
k2s commented on issue k2s/populate-vikunja#3 2022-06-18 18:57:46 +00:00
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…

k2s commented on issue k2s/populate-vikunja#2 2022-06-18 18:40:32 +00:00
external reference ID in list model
  1. list prefix - @konrad you mean the list.identifier ? I don't see any prefix in https://try.vikunja.io/api/v1/docs#tag/list/paths/~1namespaces~1{namespaceID}~1lists/put
  2. we need quick…
k2s commented on issue vikunja/vikunja#1186 2022-06-18 18:23:10 +00:00
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…

k2s opened issue k2s/populate-vikunja#5 2022-06-18 17:53:25 +00:00
API gateway to receive data from external system
k2s commented on issue k2s/populate-vikunja#3 2022-06-18 17:52:40 +00:00
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…
k2s commented on issue k2s/populate-vikunja#1 2022-06-18 17:42:01 +00:00
colorize due date

exactly. and maybe also how many days it is past

k2s pushed to main at k2s/populate-vikunja 2022-06-18 13:21:31 +00:00
3bf6cb8015 add sample databases