feat:整理代码
Showing
.gitlab-ci-new.yml
deleted
100644 → 0
DATABASE_MIGRATION_GUIDE.md
deleted
100644 → 0
Dockerfile.mysql
deleted
100644 → 0
No preview for this file type
This diff is collapsed.
Click to expand it.
backup_api.py
deleted
100644 → 0
callback_api_server.py
deleted
100644 → 0
callback_constants.py
deleted
100644 → 0
callback_record.js
deleted
100644 → 0
callback_record_fixed.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
callback_record_model.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
callback_record_mysql.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
clinic_config.py
deleted
100644 → 0
complete_hashes.sql
deleted
100644 → 0
File deleted
config.py
0 → 100644
create_clinic_users.sql
deleted
100644 → 0
create_users.sql
deleted
100644 → 0
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
database/models.py
0 → 100644
database/scripts/entrypoint.sh
0 → 100755
database/scripts/wait-for-db.py
0 → 100755
database_manager.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
database_migration_manager.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
deploy_docker.sh
deleted
100644 → 0
deploy_scripts/deploy_with_backup.sh
deleted
100644 → 0
dev.py
deleted
100644 → 0
docker_database_config.py
deleted
100644 → 0
fix_admin_user.sql
deleted
100644 → 0
fix_passwords.sql
deleted
100644 → 0
migrate.py
deleted
100644 → 0
personalized_callback_utils.py
deleted
100644 → 0
# Web框架 | ||
Flask==3.1.1 | ||
Flask-CORS==6.0.1 | ||
Flask-SQLAlchemy==3.1.1 | ||
Flask-Migrate==4.0.7 | ||
# 数据库 | ||
PyMySQL==1.1.2 | ||
... | ... |
restore_backup.py
deleted
100644 → 0
routes/__init__.py
0 → 100644
routes/api.py
0 → 100644
routes/auth.py
0 → 100644
routes/callback.py
0 → 100644
routes/patient.py
0 → 100644
services/__init__.py
0 → 100644
services/auth_service.py
0 → 100644
services/callback_service.py
0 → 100644
services/patient_service.py
0 → 100644
session_manager.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
setup_migration_system.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
simple_backup.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
templates/clinic_dashboard.html
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
templates/clinic_index.html
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
templates/main_index.html
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
time_utils.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
update_password_hashes.sql
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
update_users_with_salt.sql
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
user_manager.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
utils/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
utils/helpers.py
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment