{"id":20688035,"url":"https://github.com/engineerjoe440/djjoecontractor","last_synced_at":"2025-05-10T17:30:40.049Z","repository":{"id":51993536,"uuid":"520717035","full_name":"engineerjoe440/djjoecontractor","owner":"engineerjoe440","description":"Contract Form Filler for DJJoe Website","archived":true,"fork":false,"pushed_at":"2022-11-08T02:58:39.000Z","size":485,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-07T23:45:25.066Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/engineerjoe440.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":"2022-08-03T02:52:07.000Z","updated_at":"2024-11-27T21:14:03.000Z","dependencies_parsed_at":"2023-01-22T21:31:14.880Z","dependency_job_id":null,"html_url":"https://github.com/engineerjoe440/djjoecontractor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engineerjoe440%2Fdjjoecontractor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engineerjoe440%2Fdjjoecontractor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engineerjoe440%2Fdjjoecontractor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engineerjoe440%2Fdjjoecontractor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/engineerjoe440","download_url":"https://codeload.github.com/engineerjoe440/djjoecontractor/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253453167,"owners_count":21911051,"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","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":"2024-11-16T22:58:55.828Z","updated_at":"2025-05-10T17:30:39.746Z","avatar_url":"https://github.com/engineerjoe440.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# djjoecontractor\n\nContract Form Filler for DJJoe Website\n\n### Frontend:\n\n### Backend:\nThe backend is a Python/FastAPI server responsible for serving the static files\nand accessing the sensitive information (private calendars) to make appropriate\nqueries relating to available dates.\n\n### Linking frontend and backend (React/FastAPI):\nWith some minor modifications made to the FastAPI configuration,\n[this guide on using Flask and React](https://blog.learningdollars.com/2019/11/29/how-to-serve-a-reactapp-with-a-flask-server/)\nwas used to develop the link between the two ecosystems.\n\n## Rebuilding React Components for Serving\n\nFrom the `frontend` directory, issue the following command:\n\n```shell\nnpm run build\n```\n\n## Running Server for Development\n\nFrom the `backend` directory, issue the following command:\n\n```shell\nuvicorn main:app --reload\n```\n\n## Forms\n\n### Hourly Form\n\nThe Hourly Contract form contains the following fields:\n\n```json\n{\n    \"madeDay\": \"\",\n    \"typeOfEngagement\": \"\",\n    \"maidenName\": \"\",\n    \"groomName\": \"\",\n    \"nameOfVenue\": \"\",\n    \"venueAddress\": \"\",\n    \"check1stFloor\": \"Off\",\n    \"check2ndFloor\": \"Off\",\n    \"checkStairs\": \"Off\",\n    \"checkElevator\": \"Off\",\n    \"checkOther\": \"Off\",\n    \"accessOther\": \"\",\n    \"distance\": \"\",\n    \"costPerMile\": \"\",\n    \"travelExpense\": \"\",\n    \"dateOfEngagement\": \"\",\n    \"startingTime\": \"\",\n    \"hourlyWage\": \"\",\n    \"flatFee1\": \"\",\n    \"flatFee2\": \"\",\n    \"flatRate1\": \"\",\n    \"flatRate2\": \"\",\n    \"deposit\": \"\",\n    \"depositDue\": \"\",\n    \"finalDue\": \"\",\n    \"additionalAgreements\": \"\",\n    \"mealYes\": \"Off\",\n    \"mealNo\": \"Off\",\n    \"hoursAdvance\": \"\",\n    \"additionalMusic1\": \"\",\n    \"additionalMusic2\": \"\",\n    \"requestsAllowYes\": \"Off\",\n    \"requestsAllowNo\": \"Off\",\n    \"purchaserName\": \"\",\n    \"purchaserSignature\": \"\",\n    \"djSignature\": \"\",\n    \"purchaserTelephone\": \"\",\n    \"purchaserEmail\": \"\"\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fengineerjoe440%2Fdjjoecontractor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fengineerjoe440%2Fdjjoecontractor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fengineerjoe440%2Fdjjoecontractor/lists"}