{"id":31642478,"url":"https://github.com/tameronline/llol_step03","last_synced_at":"2025-10-07T03:59:43.857Z","repository":{"id":298418473,"uuid":"999843362","full_name":"TamerOnLine/llol_step03","owner":"TamerOnLine","description":"Step 03: Admin module refactoring – organizing all admin routes into a dedicated folder for better modularity and scalability.","archived":false,"fork":false,"pushed_at":"2025-06-11T01:55:32.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-11T02:45:22.770Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TamerOnLine.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-10T21:55:48.000Z","updated_at":"2025-06-11T01:56:05.000Z","dependencies_parsed_at":"2025-06-11T02:45:28.030Z","dependency_job_id":"dc07bf51-376d-4d23-821d-4079360a116c","html_url":"https://github.com/TamerOnLine/llol_step03","commit_stats":null,"previous_names":["tameronline/llol_step03"],"tags_count":0,"template":true,"template_full_name":"TamerOnLine/llol_step02","purl":"pkg:github/TamerOnLine/llol_step03","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TamerOnLine%2Fllol_step03","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TamerOnLine%2Fllol_step03/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TamerOnLine%2Fllol_step03/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TamerOnLine%2Fllol_step03/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TamerOnLine","download_url":"https://codeload.github.com/TamerOnLine/llol_step03/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TamerOnLine%2Fllol_step03/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278717435,"owners_count":26033542,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-10-07T03:59:36.629Z","updated_at":"2025-10-07T03:59:43.850Z","avatar_url":"https://github.com/TamerOnLine.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🧠 Multilingual Dynamic Resume Builder – llol_step03\n\nA powerful and modular Flask application for building interactive, multilingual resumes with full admin control.  \nThis is part of the **llol_step** educational journey under the [Flask University](https://github.com/Flask-University) initiative.\n\n---\n\n## 🚀 Features\n\n- ✅ Dynamic resume builder with full CRUD for sections, paragraphs, and fields\n- 🌐 Multilingual support with `flask-babel` and automatic translation via `deep_translator`\n- 🎨 Custom styling controls with live preview (section titles, paragraph styles, fonts)\n- 🧱 Admin interface to manage visibility, ordering, and content of resume parts\n- 🧭 Customizable navigation menu\n- 📜 Fully translatable content via `.po` files\n- 💼 Public resume view with live language switching\n\n---\n\n## 🗂️ Project Structure\n\n```bash\ntameronline-llol_step03/\n├── main/\n│   ├── routes/            # Main, public, and admin routes (modular)\n│   ├── models/            # SQLAlchemy models\n│   ├── logic/             # Business logic (e.g., CSS building)\n│   ├── tools/             # Utility scripts like database initialization\n│   ├── static/            # CSS assets\n│   ├── templates/         # Jinja2 templates (admin/public/partials)\n│   ├── translations/      # .po/.mo files for supported languages\n│   └── config/            # Centralized settings\n├── requirements.txt\n└── run.py\n```\n\n---\n\n## 🌍 Supported Languages\n\n- English (`en`)\n- Arabic (`ar`)\n- German (`de`)\n\nEasily switchable via the navbar or `?lang=` query parameter.\n\n---\n\n## ⚙️ Tech Stack\n\n- **Backend**: Flask, SQLAlchemy, Flask-Babel\n- **Frontend**: Jinja2, HTML5, CSS3\n- **i18n**: Babel, Deep Translator (Google)\n- **Database**: SQLite (easily swappable)\n- **Deployment**: WSGI-ready (gunicorn + nginx compatible)\n\n---\n\n## 🛠️ Setup\n\n```bash\n# Clone the repository\ngit clone https://github.com/TamerOnLine/llol_step03.git\ncd llol_step03\n\n# Install dependencies\npip install -r requirements.txt\n\n# Run the app\ncd main\npython run.py\n```\n\n---\n\n## 🔡 Translation Workflow\n\nTo extract and translate strings:\n\n```bash\n# Run the i18n script\ncd main\npython i18n_translate.py\n```\n\n---\n\n\n## 🛠️ Next Step\n\n\u003e 👉 [Go to llol_step04 →](https://github.com/TamerOnLine/llol_step04)\n\nThe next phase will focus on:\n- Organizing admin routes into a dedicated folder\n- Improving developer experience and modularity\n\n---\n\n## 📜 License\n\nThis project is open-source under the MIT License.  \nFeel free to explore and build upon it.\n\n---\n\n## 👨‍💻 Developer\n\nBy [@TamerOnLine](https://github.com/TamerOnLine)  \nUnder the umbrella of [Flask University](https://github.com/Flask-University)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftameronline%2Fllol_step03","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftameronline%2Fllol_step03","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftameronline%2Fllol_step03/lists"}