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

tasklite webapp cannot list tasks #91

Open
vbmithr opened this issue Nov 4, 2024 · 4 comments
Open

tasklite webapp cannot list tasks #91

vbmithr opened this issue Nov 4, 2024 · 4 comments
Labels
blocked bug Something isn't working

Comments

@vbmithr
Copy link

vbmithr commented Nov 4, 2024

image

@ad-si
Copy link
Owner

ad-si commented Nov 4, 2024

Mh, interesting. Did you set it up as described here: https://tasklite.org/web_based_guis/web_app#usage ?

@ad-si ad-si added the bug Something isn't working label Nov 4, 2024
@vbmithr
Copy link
Author

vbmithr commented Nov 4, 2024

Yep. I'm using latest commit.

@ad-si
Copy link
Owner

ad-si commented Nov 5, 2024

Oh, I only created the necessary view in my local database for testing. I created a new tracking issue for this at #93.

As a quickfix you can simply execute this query on your main.db:

CREATE VIEW "tasks_head" AS SELECT *
FROM tasks_view
WHERE closed_utc IS NULL
ORDER BY priority DESC, due_utc ASC, ulid DESC
LIMIT 50

@ad-si ad-si closed this as completed Nov 5, 2024
@ad-si ad-si reopened this Nov 5, 2024
@ad-si ad-si added the blocked label Nov 5, 2024
@vbmithr
Copy link
Author

vbmithr commented Nov 5, 2024

Works, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants