schedule-system/
│
├── app/
│ ├── __init__.py ← create_app(), set the Flask app、initial db、register blueprints
│ ├── models.py ← (plan to)desine SQLAlchemy ORM models(change CS50 SQL into Flask-SQLAlchemy in to future)
│ ├── routes/
│ │ ├── __init__.py ← import
│ │ ├── auth.py ← login/logout..etc
│ │ ├── manager.py ← manager related router
│ │ └── employee.py ← employee related
│ ├── services/ ← (plan to develop the scedualing login )
│ ├── static/ ← CSS
│ └── templates/ ← Jinja2 HTML files
│
├── helper.py ← login_required, apology
├── schedule.py
├── config.py
└── run.py ← entry of starting Flask
-
Notifications
You must be signed in to change notification settings - Fork 0
cai360/shift_schedualing
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
final project for cs50x
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published