Index
A
|
C
|
D
|
F
|
G
|
I
|
L
|
M
|
N
|
P
|
R
|
S
|
T
A
add_task() (to_do_list_project.task_manager.TaskManager method)
assignee (to_do_list_project.task.Task property)
C
categories (to_do_list_project.task.Task property)
close_connection() (to_do_list_project.db.SQLiteDB method)
complete_task() (to_do_list_project.task_manager.TaskManager method)
connect() (to_do_list_project.db.SQLiteDB method)
create_table_tasks() (to_do_list_project.db.SQLiteDB method)
D
db_manager() (in module tests.test_db)
description (to_do_list_project.task.Task property)
due_date (to_do_list_project.task.Task property)
F
fetch_data() (to_do_list_project.db.SQLiteDB method)
G
generate_sql_complete_statement() (to_do_list_project.db.SQLiteDB static method)
generate_sql_creation_statement() (to_do_list_project.db.SQLiteDB static method)
generate_sql_insert_statement() (to_do_list_project.db.SQLiteDB static method)
generate_sql_modify_statement() (to_do_list_project.db.SQLiteDB static method)
generate_sql_remove_statement() (to_do_list_project.db.SQLiteDB static method)
get_all_tasks() (to_do_list_project.db.SQLiteDB method)
(to_do_list_project.task_manager.TaskManager method)
get_task_by_id() (to_do_list_project.task_manager.TaskManager method)
I
id (to_do_list_project.task.Task property)
insert_data() (to_do_list_project.db.SQLiteDB method)
L
load_tasks_from_db() (to_do_list_project.task_manager.TaskManager method)
M
main() (in module to_do_list_project.streamlit_app)
mock_db() (in module tests.test_db)
modify_task() (to_do_list_project.task_manager.TaskManager method)
module
tests.test_db
tests.test_streamlit
tests.test_task
tests.test_task_manager
to_do_list_project.streamlit_app
N
name (to_do_list_project.task.Task property)
P
priority (to_do_list_project.task.Task property)
R
remove_task() (to_do_list_project.db.SQLiteDB method)
(to_do_list_project.task_manager.TaskManager method)
S
setup_logger() (to_do_list_project.db.SQLiteDB method)
SQLiteDB (class in to_do_list_project.db)
status (to_do_list_project.task.Task property)
T
table_exists() (to_do_list_project.db.SQLiteDB method)
Task (class in to_do_list_project.task)
task_manager() (in module tests.test_streamlit)
(in module tests.test_task_manager)
TaskManager (class in to_do_list_project.task_manager)
test_add_task() (in module tests.test_task_manager)
test_add_task_past_due_date() (in module tests.test_task_manager)
test_complete_task() (in module tests.test_task_manager)
test_delete_task() (in module tests.test_task_manager)
test_display_complete_task() (in module tests.test_streamlit)
test_display_create_task() (in module tests.test_streamlit)
test_display_delete_task() (in module tests.test_streamlit)
test_display_home() (in module tests.test_streamlit)
test_display_task_created_successfully() (in module tests.test_streamlit)
test_display_view_tasks() (in module tests.test_streamlit)
test_format_date() (in module tests.test_task)
test_get_all_tasks() (in module tests.test_task_manager)
test_insert_data() (in module tests.test_db)
test_invalid_task_assignee() (in module tests.test_task)
test_invalid_task_categories() (in module tests.test_task)
test_invalid_task_desciption() (in module tests.test_task)
test_invalid_task_due_date() (in module tests.test_task)
test_invalid_task_name() (in module tests.test_task)
test_invalid_task_priority() (in module tests.test_task)
test_invalid_task_status() (in module tests.test_task)
test_modify_task() (in module tests.test_task_manager)
test_parse_date() (in module tests.test_task)
test_remove_task() (in module tests.test_db)
test_table_creation_and_existence() (in module tests.test_db)
test_task_initialization() (in module tests.test_task)
test_task_modification() (in module tests.test_task)
tests.test_db
module
tests.test_streamlit
module
tests.test_task
module
tests.test_task_manager
module
to_do_list_project.streamlit_app
module
Task Manager
Navigation
Contents:
Main Interface
Streamlit Interface
TaskManager Class
Task Class
SQLiteDB Class
Contents:
Main Module
DB Module
Task Module
TaskManager Module
Streamlit Module
Related Topics
Documentation overview
Quick search