{"id":46290779,"url":"https://github.com/khanjal/gig-logger","last_synced_at":"2026-03-04T08:08:59.046Z","repository":{"id":331406123,"uuid":"526699823","full_name":"khanjal/gig-logger","owner":"khanjal","description":"Mobile-first PWA for gig workers to track trips, shifts, and earnings. Built with Angular 20, AWS Amplify, and Google Sheets integration.","archived":false,"fork":false,"pushed_at":"2026-02-21T23:10:16.000Z","size":4922,"stargazers_count":0,"open_issues_count":27,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-22T02:32:40.739Z","etag":null,"topics":["angular","aws-lambda","gig-economy","google-sheets-api","pwa","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://gig.raptorsheets.com","language":"TypeScript","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/khanjal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-08-19T17:40:47.000Z","updated_at":"2026-02-06T01:39:27.000Z","dependencies_parsed_at":"2026-01-08T17:05:27.200Z","dependency_job_id":null,"html_url":"https://github.com/khanjal/gig-logger","commit_stats":null,"previous_names":["khanjal/gig-logger"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/khanjal/gig-logger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khanjal%2Fgig-logger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khanjal%2Fgig-logger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khanjal%2Fgig-logger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khanjal%2Fgig-logger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/khanjal","download_url":"https://codeload.github.com/khanjal/gig-logger/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khanjal%2Fgig-logger/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30076033,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T08:01:56.766Z","status":"ssl_error","status_checked_at":"2026-03-04T08:00:42.919Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["angular","aws-lambda","gig-economy","google-sheets-api","pwa","tailwindcss","typescript"],"created_at":"2026-03-04T08:08:58.899Z","updated_at":"2026-03-04T08:08:59.038Z","avatar_url":"https://github.com/khanjal.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Raptor Gig\n\n## Status\n\n[![Frontend Tests](https://github.com/khanjal/gig-logger/actions/workflows/frontend-tests.yml/badge.svg)](https://github.com/khanjal/gig-logger/actions/workflows/frontend-tests.yml)\n[![Lambda Tests](https://github.com/khanjal/gig-logger/actions/workflows/lambda-tests.yml/badge.svg)](https://github.com/khanjal/gig-logger/actions/workflows/lambda-tests.yml)\n[![codecov](https://codecov.io/gh/khanjal/gig-logger/graph/badge.svg)](https://codecov.io/gh/khanjal/gig-logger)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n## Architecture\n\n![Architectual Diagram of Raptor Gig](RaptorGig.drawio.png?raw=true \"Raptor Gig Diagram\")\n\n## Overview\nRaptor Gig is a tool designed to help gig workers log their work efficiently. It provides a user-friendly interface for tracking trips, shifts, and earnings, along with detailed statistics and insights.\n\n## Features\n- Log trips and shifts\n- Track earnings, tips, and bonuses\n- View detailed statistics and reports\n- Manage services, regions, and places\n- Responsive UI for desktop and mobile\n\n## UI\n\n### Setup\n1. Install dependencies:\n   ```bash\n   npm install\n   ```\n\n2. Ensure Angular CLI is installed globally:\n   ```bash\n   npm install -g @angular/cli\n   ```\n\n### Run\n1. Start the development server:\n   ```bash\n   ng serve\n   ```\n\n2. Open your browser and navigate to:\n   ```\n   http://localhost:4200\n   ```\n\n### Build\nTo create a production build:\n```bash\nng build --prod\n```\n\n## Service\n\n### Setup\n1. Navigate to the Lambda project directory:\n   ```bash\n   cd amplify/backend/function\n   ```\n\n2. Restore dependencies:\n   ```bash\n   dotnet restore\n   ```\n\n### Update Lambda\n1. Publish the Lambda project:\n   ```bash\n   dotnet publish -c Release -o ./publish\n   ```\n\n2. Package the Lambda function:\n   ```bash\n   cd publish\n   zip -r function.zip .\n   ```\n\n3. Deploy the updated Lambda function using the AWS CLI:\n   ```bash\n   aws lambda update-function-code --function-name \u003cfunction-name\u003e --zip-file fileb://function.zip\n   ```\n\n### Testing\nRun unit tests for the Lambda project:\n```bash\ncd service\n\ndotnet test\n```\n\n## Deployment\n\n### Frontend\n1. Build the Angular app for production:\n   ```bash\n   ng build --prod\n   ```\n2. Deploy the `dist` folder to your hosting provider (e.g., AWS S3, Firebase Hosting).\n\n### Backend\n1. Publish the Lambda project:\n   ```bash\n   dotnet publish -c Release -o ./publish\n   ```\n2. Package the Lambda function:\n   ```bash\n   cd publish\n   zip -r function.zip .\n   ```\n3. Deploy the function using the AWS CLI as described above.\n\n## Contributing\n1. Fork the repository.\n2. Create a new branch for your feature or bug fix:\n   ```bash\n   git checkout -b feature-name\n   ```\n3. Commit your changes and push the branch:\n   ```bash\n   git push origin feature-name\n   ```\n4. Open a pull request.\n\n## License\nThis project is licensed under the MIT License. See the LICENSE file for details.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhanjal%2Fgig-logger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkhanjal%2Fgig-logger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhanjal%2Fgig-logger/lists"}