{"id":31638225,"url":"https://github.com/zeel-codder/frappe_dev_notes","last_synced_at":"2025-10-07T01:54:46.260Z","repository":{"id":238080078,"uuid":"795827225","full_name":"zeel-codder/frappe_dev_notes","owner":"zeel-codder","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-10T08:17:04.000Z","size":1694,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-10T09:25:38.947Z","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/zeel-codder.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"license.txt","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}},"created_at":"2024-05-04T07:07:15.000Z","updated_at":"2025-02-10T08:17:07.000Z","dependencies_parsed_at":"2024-05-04T08:23:14.544Z","dependency_job_id":"6e6b32cc-6347-45a7-b203-3ce6ffcdc145","html_url":"https://github.com/zeel-codder/frappe_dev_notes","commit_stats":null,"previous_names":["zeel-codder/frappe_tutorial","zeel-codder/frappe_dev_notes"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zeel-codder/frappe_dev_notes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeel-codder%2Ffrappe_dev_notes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeel-codder%2Ffrappe_dev_notes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeel-codder%2Ffrappe_dev_notes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeel-codder%2Ffrappe_dev_notes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zeel-codder","download_url":"https://codeload.github.com/zeel-codder/frappe_dev_notes/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeel-codder%2Ffrappe_dev_notes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278708028,"owners_count":26031932,"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-06T02:00:05.630Z","response_time":65,"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-07T01:54:36.438Z","updated_at":"2025-10-07T01:54:46.253Z","avatar_url":"https://github.com/zeel-codder.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Frappe Tutorial\n\nAn end-to-end Frappe course.\n\nThe course will include:\n\n- [x] Introduction to Course ([Link](/frappe_dev_notes/docs/introduction_to_course.md))\n\n  - [x] Introduction to Frappe ([Link](/frappe_dev_notes/docs/introduction_to_frappe.md))\n  - [x] Setting up Frappe locally ([Link](/frappe_dev_notes/docs/setting_up_frappe_locally.md))\n  - [x] Introduction to bench CLI ([Link](frappe_dev_notes/docs/bench/introduction_to_bench_cli.md))\n  - [ ] Creating a Frappe app and installing it on a site ([Link](frappe_dev_notes/docs/bench/custom_app_creation.md))\n  - [ ] Frappe folder structure\n\n- [ ] Doctype\n\n  - [ ] Introduction to Module ([Link](frappe_dev_notes/docs/doctype/introduction_to_module.md))\n  - [ ] Introduction to Doctype ([Link](frappe_dev_notes/docs/doctype/introduction_to_doctype.md))\n  - [ ] Doctype fields and options\n  - [ ] Customizing forms\n\n- [ ] Extending Default Doctype Functionality\n\n  - [ ] How documents are saved in Frappe?\n  - [ ] Basic of hooks in Frappe\n  - [ ] Doc events and their use\n  - [ ] Creating the first doc event\n  - [ ] Frappe database API\n    - [ ] Basics of `get_doc`\n    - [ ] CRUD operations in Frappe\n  - [ ] Doc event execution order\n  - [ ] Overwriting a class in Frappe\n  - [ ] Doc event vs class overwrite\n  - [ ] How to change any default function in Frappe? Explained monkey patching.\n\n- [ ] Asset Management in Frappe\n\n  - [ ] How Frappe renders the JS and CSS files\n  - [ ] Basics of `site/assets`\n  - [ ] Basics of bundling\n  - [ ] app_css hook explained\n\n- [ ] Frappe JS API\n\n  - [ ] Introduction to doctype_js and doctype_list_js\n  - [ ] Adding a doctype_js file\n    - [ ] Adding custom validation in doctype\n    - [ ] Adding custom section in Frappe\n  - [ ] Adding a doctype_list_js file\n    - [ ] Adding custom button in list view\n  - [ ] Frappe JS object\n  - [ ] Adding custom JS in Frappe (DOM)\n\n- [ ] Page API in Frappe\n\n  - [ ] Introduction to desk and website page\n  - [ ] Adding a desk page\n  - [ ] Updating the context in desk page\n  - [ ] Adding a website page in Frappe\n  - [ ] Adding a React/Vue app as a page in Frappe\n\n- [ ] Background Job in Frappe\n\n  - [ ] Introduction to Background Job in Frappe\n  - [ ] Default queue in Frappe\n  - [ ] Adding the first background task in Frappe\n  - [ ] Creating a custom queue in Frappe\n  - [ ] Introduction to cron in Frappe\n  - [ ] Creating the first cron in Frappe\n\n- [ ] REST API\n\n  - [ ] Introduction to REST API in Frappe\n  - [ ] Default Frappe REST APIs\n  - [ ] Creating a REST API in Frappe\n  - [ ] Passing data to REST API\n  - [ ] How to update status code and body in REST API\n  - [ ] Calling REST endpoint with JS in Frappe\n  - [ ] How to make a decoupled app with Frappe\n\n- [ ] Bench CLI\n\n  - [ ] What is Bench CLI?\n  - [ ] bench migrate\n  - [ ] bench build\n  - [ ] bench setup requirements\n  - [ ] bench console and bench execute\n  - [ ] Creating a custom bench command with Frappe\n\n- [ ] Advanced in Frappe\n  - [ ] Role and user permissions in Frappe\n  - [ ] RQ Job List, Error log DocType\n  - [ ] Auto-rept in Frappe\n  - [ ] File API in Frappe\n\n#### License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeel-codder%2Ffrappe_dev_notes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzeel-codder%2Ffrappe_dev_notes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeel-codder%2Ffrappe_dev_notes/lists"}