- Create README.md for user guides covering roles: independent doctor, clinic owner, clinic manager, secretary, and staff. - Add detailed step-by-step guides for setting up and managing clinics for clinic managers and clinic owners. - Include instructions for independent doctors on setting up their practice. - Provide a comprehensive guide for secretaries on daily operations and patient management. - Introduce staff guide for nurses and technicians on session management.
65 lines
1.0 KiB
Plaintext
65 lines
1.0 KiB
Plaintext
|
|
###> symfony/framework-bundle ###
|
|
/.env.local
|
|
/.env.local.php
|
|
/.env.*.local
|
|
/config/secrets/prod/prod.decrypt.private.php
|
|
/public/bundles/
|
|
/var/
|
|
/vendor/
|
|
###< symfony/framework-bundle ###
|
|
|
|
###> lexik/jwt-authentication-bundle ###
|
|
/config/jwt/*.pem
|
|
###< lexik/jwt-authentication-bundle ###
|
|
|
|
###> phpunit/phpunit ###
|
|
/phpunit.xml
|
|
/.phpunit.cache/
|
|
###< phpunit/phpunit ###
|
|
|
|
# macOS
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
|
|
# IDE
|
|
/.idea/
|
|
/.vscode/
|
|
*.swp
|
|
*.swo
|
|
*.sublime-project
|
|
*.sublime-workspace
|
|
|
|
# ddev local environment
|
|
/.ddev/
|
|
|
|
# Logs
|
|
*.log
|
|
/var/log/
|
|
|
|
# Uploaded files
|
|
/public/uploads/
|
|
|
|
# Composer
|
|
/composer.phar
|
|
|
|
###> symfony/webpack-encore-bundle ###
|
|
/node_modules/
|
|
/public/build/
|
|
npm-debug.log
|
|
yarn-error.log
|
|
###< symfony/webpack-encore-bundle ###
|
|
clinicpro/*
|
|
.env
|
|
|
|
# Database backups (never commit dumps to the repo)
|
|
*.sql
|
|
*.sql.gz
|
|
|
|
# اسکرینشاتهای راهنمای کاربری — با guide-shots.mjs بازتولید میشوند و ۱۷ مگابایتاند
|
|
docs/guide/images/
|