# оценки

Published articles for оценки.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Красота не главное: руководство по Jira для нетехнарей

DevFeed: [Красота не главное: руководство по Jira для нетехнарей](<https://devfeed.tech/articles/jira-38018.md>)

Original publisher: [Read original article](<https://habr.com/ru/companies/koshelek/articles/746584/>)

Author: Anna\_Schukina (Кошелёк)

Published: 2023-07-07T11:24:32Z

Content type: tutorial

Language: ru

Sources: ["Кошелёк" RU](<https://devfeed.tech/sources/ru.md>)

Topics: [jira](<https://devfeed.tech/topics/jira.md>), [.env](<https://devfeed.tech/topics/dotenv.md>)

Tags: [jira](<https://devfeed.tech/tags/jira.md>), [tag-1eafa259b7b8](<https://devfeed.tech/tags/tag-1eafa259b7b8.md>), [tag-35a4c7fafefe](<https://devfeed.tech/tags/tag-35a4c7fafefe.md>), [tag-4e794c2e1852](<https://devfeed.tech/tags/tag-4e794c2e1852.md>), [tag-5d6527b0eb46](<https://devfeed.tech/tags/tag-5d6527b0eb46.md>), [tag-5ee7c9450a86](<https://devfeed.tech/tags/tag-5ee7c9450a86.md>), [tag-64fbfec0bb2f](<https://devfeed.tech/tags/tag-64fbfec0bb2f.md>), [tag-cf6d470fd2be](<https://devfeed.tech/tags/tag-cf6d470fd2be.md>), [tag-dfb992e6d06a](<https://devfeed.tech/tags/tag-dfb992e6d06a.md>), [workflow](<https://devfeed.tech/tags/workflow.md>)

### AI overview

A practical guide to setting up and using Jira for non-technical teams. It explains how to find tasks, understand projects and workflows, create clear task descriptions, define expected results and due dates, and manage workspaces for different business teams.

### Source excerpt

На хабре поиск по статьям "Jira" находит около 50 страниц, и большинство из них про то, как автоматизировать процессы в Jira, настроить Jira, разработать плагины и т.д. Я же работаю в коммерческом департаменте и сталкиваюсь с более житейскими вопросами: Как найти задачу, которую я поставил(а) 2 месяца назад? Что такое проект? Что такое workflow? Да и, в конце концов, Jira просто некрасивая, как в ней можно удобно работать? Найти ответы на эти и другие вопросы на старте работы с Jira бывает порой нетривиальной задачей, поэтому я решила собрать свой опыт настройки этого инструмента с нуля и показать, что красота -- это не главное. Читать далее

## Integrating and Testing Google In-App Review in an Android App

DevFeed: [Integrating and Testing Google In-App Review in an Android App](<https://devfeed.tech/articles/in-app-review-37999.md>)

Original publisher: [Read original article](<https://habr.com/ru/companies/koshelek/articles/552468/>)

Author: android\_sumin (Кошелёк)

Published: 2021-04-15T09:23:21Z

Content type: tutorial

Language: ru

Sources: ["Кошелёк" RU](<https://devfeed.tech/sources/ru.md>)

Topics: [API](<https://devfeed.tech/topics/api.md>), [App](<https://devfeed.tech/topics/app.md>), [Google](<https://devfeed.tech/topics/google.md>), [huawei](<https://devfeed.tech/topics/huawei.md>)

Tags: [android-development](<https://devfeed.tech/tags/android-development.md>), [api](<https://devfeed.tech/tags/api.md>), [app](<https://devfeed.tech/tags/app.md>), [google](<https://devfeed.tech/tags/google.md>), [huawei](<https://devfeed.tech/tags/huawei.md>), [in-app-review](<https://devfeed.tech/tags/in-app-review.md>), [play](<https://devfeed.tech/tags/play.md>), [review](<https://devfeed.tech/tags/review.md>), [tag-029e6de181be](<https://devfeed.tech/tags/tag-029e6de181be.md>), [tag-64fbfec0bb2f](<https://devfeed.tech/tags/tag-64fbfec0bb2f.md>), [tag-cc870f3d2b0d](<https://devfeed.tech/tags/tag-cc870f3d2b0d.md>), [tag-ff8611445bc5](<https://devfeed.tech/tags/tag-ff8611445bc5.md>)

### AI overview

This article describes integrating Google In-App Review into an app and testing its review dialog. It discusses Play Market build requirements, callback limitations, and handling failures on Huawei devices without Google Play services.

### Source excerpt

Ни для кого не секрет, что, если пользователю не нравится ваше приложение -- он с большой вероятностью оставит негативный отзыв. Но если его все устраивает -- далеко не факт, что он захочет тратить время, чтобы поставить оценку в маркете. Читать далее