-
Documentar planejamento da Sprint 12
### Descrição Eu, como Scrum Master, gostaria de documentar planejamento da Sprint 12 para manter registro da mesma.
Link to issue -
Documentar resultados da Sprint 11
### Descrição Eu, como Scrum Master, gostaria de documentar os resultados da Sprint 11 para manter registro da mesma.
Link to issue -
Deletar usuário
### Descrição Eu, como usuário, gostaria de poder deletar minha conta para cancelar meu registro no app. ### Critérios de aceitação - [ ] Confirmação com senha antes de deletar. - [ ] Usuário deve ter feito login. - [ ] Deixar claro que não será possível recuperar a conta.
Link to issue -
node: make it clear when headers are being downloaded before block download starts
Link to issue -
miner: make thread count based on cores
Maybe Runtime.getRuntime().availableProcessors()? Maybe Runtime.getRuntime().availableProcessors()*2 as default?
Link to issue -
J'ai tirré un servant 0 nat nommé notfound

Link to issue -
Return URL Rewrites for products
`products` query already supports [canonical URL](https://github.com/magento/graphql-ce/issues/2) for products, this URL is returned as if it was generated by search with no category added to the URL. For example `https://magento.store/some-product.html`. Sometimes it makes sense to have category added as part of SEO friendly URL, for example `https://magento.store/some-category/some-product.html`. It can be useful while rendering links to products from the specific category page. AC: - Add `url_rewrites`: `![UrlRewrite]` field to `ProductInterface` GraphQL type - `UrlRewrite` GraphQL type should have the following fields: - `url`: `String` - `parameters`: `[HttpQueryParameter]`. `HttpQueryParameter` type should have fields: - `name`: `String` - `value`: `String` - It should be possible to reuse the same types and resolvers for other entities in the future, e.g. for categories or CMS pages - Redirect rewrites must be excluded from the response (see rewrites grid in the admin panel for more info) - Modularity should be taken into account and new dependencies between modules should not be introduced. `ProductInterface` schema should be modified via changes in `Magento/CatalogUrlRewriteGraphQl` module - Changes are covered with web API functional tests. See [\Magento\GraphQl\Catalog\ProductViewTest::testQueryAllFieldsSimpleProduct](https://github.com/magento/magento2/blob/b3372064f574fd5aece0617009ee317db589febe/dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/ProductViewTest.php#L35) as an example.
Link to issue -
Mongo_db Add transfer_operation implementation #703
Link to issue -
Containuserzoom factor resets on view changed
If you set a customer contain user zoom factor and the view size change triggers the factor is ignored when recalculating the zoom
Link to issue -
Colocar texto no footer
## Descrição **Eu**, como desenvolvedor, **desejo** popular meu footer para ficar mais bonito ## Tarefas - [ ] Criar textos para o footer ## Critérios de aceitação - [ ] Cobertura de teste acima de 90% ### Relacionado: - [Epic]() - [Feature]()
Link to issue