Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new metadata format - messages, licenses, images #34

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Added
- App Store Assets - new format. New folders: messages, licenses and images.

## [2.0.3] - 2020-09-16
### Fixed

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "reviews-and-ratings",
"vendor": "vtex",
"version": "2.0.3",
"version": "2.0.4-beta.0",
"title": "Reviews and Ratings",
"description": "An app for saving and retrieving product reviews and ratings.",
"builders": {
Expand Down
Binary file added public/metadata/images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
154 changes: 154 additions & 0 deletions public/metadata/licenses/en-US.md

Large diffs are not rendered by default.

154 changes: 154 additions & 0 deletions public/metadata/licenses/es-AR.md

Large diffs are not rendered by default.

154 changes: 154 additions & 0 deletions public/metadata/licenses/pt-BR.md

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions public/metadata/messages/en-US.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "Reviews & Ratings",
"headline": "Native solution for product reviews and ratings.",
"overview": "This app improves your product page and product shelves with customer ratings and reviews. Allow customers to make smarter decisions based on other shoppers' feedback, and share their feedback for the products they purchase.",
"features": [
"Display average star ratings on product shelves and full text reviews on the PDP",
"Review moderation: approve new product reviews before they are displayed in the product page",
"Configure your store to allow anonymous reviews"
],
"websiteURL": "https://vtex.com/",
"support": {
"url": "https://support.vtex.com/hc/requests"
}
}
14 changes: 14 additions & 0 deletions public/metadata/messages/es-AR.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "Reviews & Ratings",
"headline": "Solución nativa para reseñas y valoraciones de productos.",
"overview": "Esta aplicación mejora la página y los estantes de sus productos con las calificaciones y reseñas de los clientes. Permite que los clientes tomen decisiones más inteligentes basándose en los comentarios de otros consumidores y que compartan sus opiniones sobre los productos que compran.",
"features": [
"Muestra las calificaciones promedio de estrellas en los estantes de los productos y las reseñas completas en la página de detalles del producto",
"Moderación de reseñas: aprobar las reseñas de los productos nuevos antes de que se muestren en la página del producto",
"Configura su tienda para permitir reseñas anónimas"
],
"websiteURL": "https://vtex.com/",
"support": {
"url": "https://support.vtex.com/hc/requests"
}
}
14 changes: 14 additions & 0 deletions public/metadata/messages/pt-BR.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "Reviews & Ratings",
"headline": "Solução nativa para análises e classificações de produtos.",
"overview": "Este aplicativo melhora a página do produto e as prateleiras de produtos com avaliações e comentários dos clientes. Permita que os clientes tomem decisões mais inteligentes com base no feedback de outros compradores e compartilhem seus comentários sobre os produtos que compraram.",
"features": [
"Exiba as avaliações médias por estrelas nas prateleiras de produtos e os comentários completos nas páginas de detalhes dos produtos",
"Moderação dos comentários: aprove os novos comentários antes de que sejam exibidos na página do produto",
"Configure sua loja para permitir comentários anônimos"
],
"websiteURL": "https://vtex.com/",
"support": {
"url": "https://support.vtex.com/hc/requests"
}
}