{"id":13878182,"url":"https://github.com/Shopify/smart_todo","last_synced_at":"2025-07-16T14:31:38.776Z","repository":{"id":45044621,"uuid":"195312436","full_name":"Shopify/smart_todo","owner":"Shopify","description":"Enhance TODO comment in your Ruby code","archived":false,"fork":false,"pushed_at":"2024-10-30T16:23:53.000Z","size":224,"stargazers_count":145,"open_issues_count":11,"forks_count":9,"subscribers_count":349,"default_branch":"main","last_synced_at":"2024-10-31T15:17:00.811Z","etag":null,"topics":["slack","task-management","todo","tools"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/Shopify.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2019-07-04T23:56:23.000Z","updated_at":"2024-10-30T16:23:56.000Z","dependencies_parsed_at":"2023-02-08T19:46:25.030Z","dependency_job_id":"d83c6d43-75e0-4de0-be71-384aa4253a17","html_url":"https://github.com/Shopify/smart_todo","commit_stats":null,"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shopify%2Fsmart_todo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shopify%2Fsmart_todo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shopify%2Fsmart_todo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shopify%2Fsmart_todo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Shopify","download_url":"https://codeload.github.com/Shopify/smart_todo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226138849,"owners_count":17579496,"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":["slack","task-management","todo","tools"],"created_at":"2024-08-06T08:01:42.098Z","updated_at":"2024-11-24T07:30:50.037Z","avatar_url":"https://github.com/Shopify.png","language":"Ruby","funding_links":[],"categories":["Ruby"],"sub_categories":[],"readme":"\u003ch3 align=\"center\"\u003e\n  \u003cimg src=\"https://user-images.githubusercontent.com/8122246/61341925-b936d180-a848-11e9-95c1-0d2f398c51b1.png?raw=true\" width=\"200\"\u003e\n\u003c/h3\u003e\n\n[![Build Status](https://github.com/Shopify/smart_todo/workflows/CI/badge.svg)](https://github.com/Shopify/smart_todo/actions?query=workflow%3ACI)\n\n_SmartTodo_  is a library designed to assign users on TODO comments written in your codebase and help assignees be reminded when it's time to commit to their TODO.\n\nInstallation\n-----------\n1) Add the gem in your Gemfile.\n```ruby\ngroup :development do\n  gem 'smart_todo', require: false # No need to require it\nend\n```\n2) Run `bundle install`\n\n\nSummary\n---------\nSmartTodo allows to write TODO comments alongside your code and assign a user to it.\nWhen the TODO's event is met (i.e. a certain date is reached), the TODO's assignee will get pinged on Slack.\n\n**Without SmartTodo**\n```ruby\n  # TODO: Warning! We need to change the API endpoint on July 1st because the provider\n  # is modifying its API.\n  def api_call\n  end\n```\n\n-------------------\n\n**With SmartTodo**\n```ruby\n  # TODO(on: date('2019-07-01'), to: 'john@example.com')\n  #   The API provider is modifying its endpoint, we need to modify our code.\n  def api_call\n  end\n```\n\nDocumentation\n----------------\nPlease check out the GitHub [wiki](https://github.com/Shopify/smart_todo/wiki) for documentation and example on how to setup SmartTodo in your project.\n\nLicense\n--------\nThis project is licensed under the terms of the MIT license. See the [LICENSE](LICENSE.txt) file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FShopify%2Fsmart_todo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FShopify%2Fsmart_todo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FShopify%2Fsmart_todo/lists"}