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

main view #9

Closed
rafoolin opened this issue Aug 13, 2022 · 1 comment
Closed

main view #9

rafoolin opened this issue Aug 13, 2022 · 1 comment
Assignees
Labels
back-end Server and back-end feature New feature or request

Comments

@rafoolin
Copy link
Owner

The view that shows the today's tasks!

tasks and sub_tasks are as follow:

sub_tasks

type name
id uuid
user_id uuid
task_id uuid
title text
created_at timestamp
updated_at timestamp
completed boolean
completed_at timestamp
due_to time
note text
index_value int

tasks

type name
id uuid
category_id uuid
user_id uuid
title text
created_at timestamp
due_datetime timestamp
updated_at timestamp
completed boolean
due_to timestamp
completed_at timestamp
note text
index_value int
category_color bigint
@rafoolin rafoolin added back-end Server and back-end feature New feature or request labels Aug 13, 2022
@rafoolin rafoolin self-assigned this Aug 13, 2022
@rafoolin rafoolin reopened this Aug 13, 2022
@rafoolin
Copy link
Owner Author

closed by e3e955d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
back-end Server and back-end feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant