Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.0.7. issues #7

Closed
Heiss opened this issue Jul 17, 2024 · 2 comments
Closed

v1.0.7. issues #7

Heiss opened this issue Jul 17, 2024 · 2 comments
Assignees

Comments

@Heiss
Copy link
Owner

Heiss commented Jul 17, 2024

it does not recognize the official core plugin ✅ 5c03ff4

in test env it is working. more investigation needed

sync creates multiple labels in vikunja with the same name (again) ✅ 70dccdc 83d4d83

if a label already created, it should not be created again. Was happening before.

if default project is changed, you have to move one task per time by hand on-site ✅ d421aca

should be an option in settings to push all tasks to a new project?
vikunja currently not support bulk edit. Also deletion is a heavy manual task in vikunja.
Also there could be a reset option in settings to delete all tasks in vikunja. But this is a desastrous command if something fails. Maybe a setup step?
- E.g. the user can select an existing project or create a new one.
- if there are already tasks, the plugin asks for permission to place tasks inside.
- If we provide a setup step, then we can add a remove step, which removes all tasks found in vault from vikunja
- maybe with cleanup steps? (remove id, link, etc.)

can we support the kanban done column? ✅ 82046ae

currently all tasks will be placed in Backlog (first) column in kanban. Maybe there is an option to place done tasks to the done column if any... Should also holds a button in settings to trigger this move, because the done column needs to be set up and be made done column manually. With such a button, the user can recognize the error and can fix the set up and trigger the move by himself.

no dedicated way to pull tasks from vikunja ✅ 004942c

add a command / button to trigger pull all tasks from vikunja if not present in vault

@Heiss
Copy link
Owner Author

Heiss commented Jul 18, 2024

there is now a dedicated pull, move and reset command.
fixes the issue with the multiple same labelname

@Heiss
Copy link
Owner Author

Heiss commented Jul 20, 2024

done in tag 1.0.10. fix label issues with a complete rewrite with caching and reorganize synclabel and updateTask order

@Heiss Heiss closed this as completed Jul 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant