{"id":24611107,"url":"https://github.com/jonathanporta/letter-job-api","last_synced_at":"2025-08-10T08:47:57.878Z","repository":{"id":150178068,"uuid":"64542191","full_name":"JonathanPorta/letter-job-api","owner":"JonathanPorta","description":"The API for Letter Job","archived":false,"fork":false,"pushed_at":"2016-08-09T13:28:45.000Z","size":46,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-18T15:25:12.219Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JonathanPorta.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2016-07-30T12:03:43.000Z","updated_at":"2021-06-02T10:30:15.000Z","dependencies_parsed_at":"2023-06-10T20:15:47.874Z","dependency_job_id":null,"html_url":"https://github.com/JonathanPorta/letter-job-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JonathanPorta/letter-job-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JonathanPorta%2Fletter-job-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JonathanPorta%2Fletter-job-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JonathanPorta%2Fletter-job-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JonathanPorta%2Fletter-job-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JonathanPorta","download_url":"https://codeload.github.com/JonathanPorta/letter-job-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JonathanPorta%2Fletter-job-api/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269699205,"owners_count":24461209,"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-08-10T02:00:08.965Z","response_time":71,"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-01-24T19:34:47.221Z","updated_at":"2025-08-10T08:47:57.833Z","avatar_url":"https://github.com/JonathanPorta.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# README\n\nThis README would normally document whatever steps are necessary to get the\napplication up and running.\n\nThings you may want to cover:\n\n* Ruby version\n\n* System dependencies\n\n* Configuration\n\n* Database creation\n\n* Database initialization\n\n* How to run the test suite\n\n* Services (job queues, cache servers, search engines, etc.)\n\n* Deployment instructions\n\n* ...\n## Purpose\nGiven a `template`, a `user` and a `recipient` guide a user through a `job` where a new letter is created based on a template and sent to the recipient.\n\n### Entities\nTemplate content\nRecipient name, address\nJob template_id recipient_id user_id status image_url\nUser role\n\n\nplz rails generate scaffold Template user:belongs_to content:text\nplz rails generate scaffold Recipient name:string address:string\nplz rails generate scaffold User role:string email:string first_name:string last_name:string google_id:string refresh_token:string profile_photo:string created_at:datetime updated_at:datetime\nplz rails generate scaffold Job user:belongs_to recipient:belongs_to template:belongs_to created_at:datetime start_after:datetime due_by:datetime\nplz rails generate scaffold Task job:belongs_to status:string image_url:string started_at:datetime completed_at:datetime\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonathanporta%2Fletter-job-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonathanporta%2Fletter-job-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonathanporta%2Fletter-job-api/lists"}