From 560bc4cf5274baa0226aa111c3c507581b883f03 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 18 Nov 2025 08:55:09 +0300 Subject: [PATCH] Added scheduler app --- scheduler_app/.gitignore | 0 scheduler_app/README.md | 0 scheduler_app/app.py | 0 scheduler_app/config.py | 0 scheduler_app/instance/.gitkeep | 0 scheduler_app/models/__init__.py | 0 scheduler_app/models/user.py | 0 scheduler_app/requirements.txt | 0 scheduler_app/static/css/style.css | 0 scheduler_app/static/js/script.js | 0 scheduler_app/templates/base.html | 0 scheduler_app/templates/current_class.html | 0 scheduler_app/templates/index.html | 0 scheduler_app/templates/schedule.html | 0 scheduler_app/templates/upload.html | 0 scheduler_app/uploads/.gitkeep | 0 scheduler_app/utils/__init__.py | 0 scheduler_app/utils/ai_processor.py | 0 scheduler_app/utils/scheduler.py | 0 19 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 scheduler_app/.gitignore create mode 100644 scheduler_app/README.md create mode 100644 scheduler_app/app.py create mode 100644 scheduler_app/config.py create mode 100644 scheduler_app/instance/.gitkeep create mode 100644 scheduler_app/models/__init__.py create mode 100644 scheduler_app/models/user.py create mode 100644 scheduler_app/requirements.txt create mode 100644 scheduler_app/static/css/style.css create mode 100644 scheduler_app/static/js/script.js create mode 100644 scheduler_app/templates/base.html create mode 100644 scheduler_app/templates/current_class.html create mode 100644 scheduler_app/templates/index.html create mode 100644 scheduler_app/templates/schedule.html create mode 100644 scheduler_app/templates/upload.html create mode 100644 scheduler_app/uploads/.gitkeep create mode 100644 scheduler_app/utils/__init__.py create mode 100644 scheduler_app/utils/ai_processor.py create mode 100644 scheduler_app/utils/scheduler.py diff --git a/scheduler_app/.gitignore b/scheduler_app/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/scheduler_app/README.md b/scheduler_app/README.md new file mode 100644 index 0000000..e69de29 diff --git a/scheduler_app/app.py b/scheduler_app/app.py new file mode 100644 index 0000000..e69de29 diff --git a/scheduler_app/config.py b/scheduler_app/config.py new file mode 100644 index 0000000..e69de29 diff --git a/scheduler_app/instance/.gitkeep b/scheduler_app/instance/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/scheduler_app/models/__init__.py b/scheduler_app/models/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/scheduler_app/models/user.py b/scheduler_app/models/user.py new file mode 100644 index 0000000..e69de29 diff --git a/scheduler_app/requirements.txt b/scheduler_app/requirements.txt new file mode 100644 index 0000000..e69de29 diff --git a/scheduler_app/static/css/style.css b/scheduler_app/static/css/style.css new file mode 100644 index 0000000..e69de29 diff --git a/scheduler_app/static/js/script.js b/scheduler_app/static/js/script.js new file mode 100644 index 0000000..e69de29 diff --git a/scheduler_app/templates/base.html b/scheduler_app/templates/base.html new file mode 100644 index 0000000..e69de29 diff --git a/scheduler_app/templates/current_class.html b/scheduler_app/templates/current_class.html new file mode 100644 index 0000000..e69de29 diff --git a/scheduler_app/templates/index.html b/scheduler_app/templates/index.html new file mode 100644 index 0000000..e69de29 diff --git a/scheduler_app/templates/schedule.html b/scheduler_app/templates/schedule.html new file mode 100644 index 0000000..e69de29 diff --git a/scheduler_app/templates/upload.html b/scheduler_app/templates/upload.html new file mode 100644 index 0000000..e69de29 diff --git a/scheduler_app/uploads/.gitkeep b/scheduler_app/uploads/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/scheduler_app/utils/__init__.py b/scheduler_app/utils/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/scheduler_app/utils/ai_processor.py b/scheduler_app/utils/ai_processor.py new file mode 100644 index 0000000..e69de29 diff --git a/scheduler_app/utils/scheduler.py b/scheduler_app/utils/scheduler.py new file mode 100644 index 0000000..e69de29