{"id":22052987,"url":"https://github.com/wangonya/auto-repair-saas","last_synced_at":"2026-03-03T05:32:14.977Z","repository":{"id":49144786,"uuid":"320998981","full_name":"wangonya/auto-repair-saas","owner":"wangonya","description":"A cloud-based auto repair shop management software.","archived":false,"fork":false,"pushed_at":"2021-06-27T08:35:29.000Z","size":363,"stargazers_count":16,"open_issues_count":4,"forks_count":8,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-12T05:11:44.827Z","etag":null,"topics":["auto-repair","digitalocean","hackathon-project","sass"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wangonya.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}},"created_at":"2020-12-13T06:24:54.000Z","updated_at":"2025-02-22T14:25:50.000Z","dependencies_parsed_at":"2022-08-25T15:20:22.105Z","dependency_job_id":null,"html_url":"https://github.com/wangonya/auto-repair-saas","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wangonya/auto-repair-saas","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wangonya%2Fauto-repair-saas","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wangonya%2Fauto-repair-saas/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wangonya%2Fauto-repair-saas/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wangonya%2Fauto-repair-saas/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wangonya","download_url":"https://codeload.github.com/wangonya/auto-repair-saas/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wangonya%2Fauto-repair-saas/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30033335,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T05:09:26.876Z","status":"ssl_error","status_checked_at":"2026-03-03T05:09:23.944Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["auto-repair","digitalocean","hackathon-project","sass"],"created_at":"2024-11-30T15:14:51.637Z","updated_at":"2026-03-03T05:32:14.963Z","avatar_url":"https://github.com/wangonya.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# auto-repair-saas\n\n![Django CI](https://github.com/wangonya/auto-repair-saas/workflows/Django%20CI/badge.svg)\n\u003ca href=\"https://codeclimate.com/github/wangonya/auto-repair-saas/maintainability\"\u003e\u003cimg src=\"https://api.codeclimate.com/v1/badges/a49ef56b072d01dc4c30/maintainability\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://codeclimate.com/github/wangonya/auto-repair-saas/test_coverage\"\u003e\u003cimg src=\"https://api.codeclimate.com/v1/badges/a49ef56b072d01dc4c30/test_coverage\" /\u003e\u003c/a\u003e\n\nA cloud-based auto repair shop management\nsoftware. \u003ca href=\"https://auto-repair-saas-3exc8.ondigitalocean.app\" target=\"_blank\"\u003eDeployed on Digital Ocean.\u003c/a\u003e\n\nSome aspects of the system are specific to my locality. They can of course be removed or adapted to fit different\nrequirements.\n\n## Modules\n\n### Dashboard\n\n- Displays three metrics at the moment:\n    1. **Sales**. When a payment is registered for a job, that info is recorded as a sale for that day and reflects on\n       the sales chart. In addition to the amount, the payment method is also recorded and displayed on the chart. The\n       payment method can be *Cash*, *Card* or *M-Pesa (a local mobile money transfer service)*.\n    2. **Top Earners**. Connected to sales. Each job should have a staff member assigned to it. As we keep track of\n       sales, we also keep track of the staff members attached to the related sales, and display the top 5 in this\n       section.\n    3. **Jobs Overview**. Tracks the jobs created over the selected period. *Note: Generating demo data for testing\n       makes it seem like you have data created over a period of time, but because all that data was created at the\n       moment you generated it, this section will show the same data for 'Week', 'Month' and 'Year' (assuming the\n       generated data is the only data you have so far)*.\n\n### Jobs\n\n- CRUD operations for jobs. Jobs be of different categories:\n    1. **Estimates**.\n        * Before a car is worked on, the client is given an estimate of the cost. At this stage the estimate is '\n          pending'. Payment can not be registered while an estimate is pending.\n        * If the client confirms that they want to move forward, the estimate becomes 'confirmed'.\n    2. **In Progress**. These are jobs that are currently being worked on.\n    3. **Done**. Jobs that have been completed.\n\n### Contacts\n\n- CRUD operations for contacts. Contacts can either be 'clients' or 'suppliers'. Suppliers don't serve any purpose at\n  the moment.\n\n### Vehicles\n\n- CRUD operations for vehicles.\n\n### Staff\n\n- CRUD operations for staff.\n\n## [Todos](https://github.com/wangonya/auto-repair-saas/projects/1#column-12169588)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwangonya%2Fauto-repair-saas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwangonya%2Fauto-repair-saas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwangonya%2Fauto-repair-saas/lists"}