{"id":20672127,"url":"https://github.com/workarea-commerce/workarea-reviews","last_synced_at":"2026-04-17T21:33:29.119Z","repository":{"id":44075362,"uuid":"203654088","full_name":"workarea-commerce/workarea-reviews","owner":"workarea-commerce","description":null,"archived":false,"fork":false,"pushed_at":"2026-03-05T02:10:10.000Z","size":663,"stargazers_count":0,"open_issues_count":11,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-04-08T13:17:15.454Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/workarea-commerce.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-08-21T19:48:51.000Z","updated_at":"2020-12-17T13:54:05.000Z","dependencies_parsed_at":"2023-02-02T06:31:48.694Z","dependency_job_id":null,"html_url":"https://github.com/workarea-commerce/workarea-reviews","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/workarea-commerce/workarea-reviews","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workarea-commerce%2Fworkarea-reviews","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workarea-commerce%2Fworkarea-reviews/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workarea-commerce%2Fworkarea-reviews/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workarea-commerce%2Fworkarea-reviews/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/workarea-commerce","download_url":"https://codeload.github.com/workarea-commerce/workarea-reviews/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workarea-commerce%2Fworkarea-reviews/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31947684,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":[],"created_at":"2024-11-16T20:32:07.843Z","updated_at":"2026-04-17T21:33:29.097Z","avatar_url":"https://github.com/workarea-commerce.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"Workarea Reviews\n================================================================================\n\nA Workarea Commerce plugin that enables product reviews.\n\n\nOverview\n--------------------------------------------------------------------------------\n\n* Consumers can write product reviews in the Storefront\n* Admins can edit those reviews in the Admin, which includes approving them\n* Approved reviews are reflected in product summaries and displayed on product detail pages\n* Consumers can sort products by rating in the Storefront\n* Admins can list, show, edit, and delete reviews in the Admin\n* Admins can view and navigate to a product's reviews when administrating a product in the Admin\n* The Admin daily status report email includes a summary of reviews\n* The system emails consumers who place orders to request they write reviews\n* Developers can seed reviews for all products\n* Developers can preview review-related emails\n* Admins can view a reviews by product report\n* The system generates top rated and most reviewed product insights\n* The system generates most active reviewers insight\n\nGetting Started\n--------------------------------------------------------------------------------\n\nAdd the gem to your application's Gemfile:\n\n```ruby\n# ...\ngem 'workarea-reviews'\n# ...\n```\n\nUpdate your application's bundle.\n\n```bash\ncd path/to/application\nbundle\n```\n\nFeatures\n--------------------------------------------------------------------------------\n\n\n### Writing Reviews\n\n* Reviews are written in the Storefront; users may be logged in or anonymous (requires reCAPTCHA)\n* Developers can set `Workarea.config.require_purchase_to_write_review` to `true` to require the reviewer to have a `total_spent` greater than zero for the review to be valid\n* The \"write review\" form is presented as a dialog, which closes after the review is submitted\n* The reviewer uses a rating star UI (with underlying values of 1 through 5) to select a rating\n* The reviewer may also provide a title and body, along with their first name, last name, and email\n* The reviewer receives an email to confirm the review was submitted and is awaiting admin approval\n\n\n### Displaying Reviews\n\n* In the Storefront, reviews are presented without pagination\n* Reviews can be sorted, which is handled client-side (values are oldest, newest, and highest)\n* Each review may include a title, a body, and the following metadata: author, date, verified\n* A review is considered verified if the reviewer was logged in and has the ID of the reviewed product in their order history\n\n\n### Administrating Reviews\n\n* Admins with marketing permission may access the reviews admin\n* The reviews admin is accessible from the Marketing section of the primary navigation and from the Marketing dashboard\n* Admins can also jump to the reviews admin by searching for \"Product Reviews\"\n* Products and reviews are cross referenced within the auxillary navigation of each\n* Admins can list, show, edit, and delete reviews, which includes approving them (Admins can edit a review before approving)\n\n\n### Requesting Reviews\n\n* For each order, the system will send up to _n_ review requests (Workarea.config.review_requests_per_order)\n* Each request is for a different order item (selected by most expensive)\n* Each request expires after a configurable duration (Workarea.config.review_request_ttl)\n* The first request is sent after a configurable duration has passed (Workarea.config.review_request_initial_delivery_delay)\n* Each consecutive request is sent at a configurable duration (Workarea.config.review_request_secondary_delivery_delay)\n\nWorkarea Commerce Documentation\n--------------------------------------------------------------------------------\n\nSee [https://developer.workarea.com](https://developer.workarea.com) for Workarea Commerce documentation.\n\nLicense\n--------------------------------------------------------------------------------\n\nWorkarea Reviews is released under the [Business Software License](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworkarea-commerce%2Fworkarea-reviews","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fworkarea-commerce%2Fworkarea-reviews","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworkarea-commerce%2Fworkarea-reviews/lists"}