-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1219 from openworld-community/release/2024-06-26
Demo/2024-06-26
- Loading branch information
Showing
39 changed files
with
1,035 additions
and
724 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
name: Defect | ||
about: Ошибка, найденная в задаче текущего спринте | ||
title: '' | ||
labels: 'defect' | ||
assignees: '' | ||
|
||
--- | ||
|
||
### Критичность | ||
Укажите уровень критичности | ||
|
||
### Описание | ||
Опишите баг | ||
|
||
### Ожидаемое поведение | ||
Опишите ожидаемое поведение | ||
|
||
### Условия воспроизведение | ||
- Device [e.g. iPhone6, Desktop] | ||
- OS: [e.g. iOS, Windows] | ||
- Browser [e.g. chrome, safari] | ||
- Version [e.g. 22] | ||
|
||
### Шаги воспроизведения | ||
Пошаговое описание условий возникновения бага | ||
|
||
### Ссылка на родительскую задачу | ||
[!IMPORTANT] Ссылка на родительскую задачу | ||
|
||
### Скриншоты* (необязательное) | ||
- **Ссылки на скриншоты или картинки** | ||
|
||
### Дополнительная информация* (необязательное) | ||
Добавьте информацию о баге которую вы считаете важной |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
--- | ||
name: Incident | ||
about: Ошибка, найденная в проде или на демо | ||
title: '' | ||
labels: 'incident' | ||
assignees: '' | ||
|
||
--- | ||
|
||
### Критичность | ||
Укажите уровень критичности | ||
|
||
### Описание | ||
Опишите баг | ||
|
||
### Ожидаемое поведение | ||
Опишите ожидаемое поведение | ||
|
||
### Условия воспроизведение | ||
- Среда [e.g. Prod, Demo] | ||
- Device [e.g. iPhone6, Desktop] | ||
- OS: [e.g. iOS, Windows] | ||
- Browser [e.g. chrome, safari] | ||
- Version [e.g. 22] | ||
|
||
### Шаги воспроизведения | ||
Пошаговое описание условий возникновения бага | ||
|
||
### Релиз | ||
В каком релизе был добавлен функционал, в котором возникла ошибка | ||
|
||
### Ссылка на родительскую задачу | ||
[!IMPORTANT] Ссылка на родительскую задачу | ||
|
||
### Скриншоты* (необязательное) | ||
- **Ссылки на скриншоты или картинки** | ||
|
||
### Дополнительная информация* (необязательное) | ||
Добавьте информацию о баге которую вы считаете важной |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
name: Task | ||
about: Задача, которую команда разработки может сделать за время спринта | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
### Описание | ||
Опишите задачу | ||
|
||
### Критерии приёмки | ||
- *Критерии приёмки* | ||
|
||
### Дополнительная информация | ||
Добавьте информацию о задаче которую вы считаете важной | ||
|
||
### Ссылки на баги, относящиеся к этой задаче | ||
- [!CAUTION] *Ссылка на задачу-баг*. | ||
|
||
### Оценка | ||
Оцените задачу |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
name: User story | ||
about: Короткая формулировка намерения пользователя и того, что продукт должен сделать для него | ||
title: 'Я, как {роль}, хочу {требование}' | ||
labels: 'User story' | ||
assignees: '' | ||
|
||
--- | ||
|
||
### Описание | ||
Опишите User Story | ||
|
||
### Критерии приёмки | ||
- *Критерии приёмки* | ||
|
||
### Дополнительная информация | ||
Добавьте информацию о User Story которую вы считаете важной | ||
|
||
### Ссылки на дочерние задачи и задачи-баги | ||
- [!NOTE] *Дочерняя задача* | ||
|
||
### Оценка | ||
Оцените User Story в сторипоинтах |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
import axios from 'axios'; | ||
import { vars } from '../config/vars'; | ||
|
||
export type ISendGAEventParams = { | ||
client_id: string; | ||
events: [ | ||
{ | ||
name: string; | ||
params: Record<string, any>; | ||
} | ||
]; | ||
}; | ||
|
||
export const sendGAEvent = (data: ISendGAEventParams) => { | ||
const stringifiedData = JSON.stringify({ | ||
client_id: data.client_id, | ||
events: data.events | ||
}); | ||
axios | ||
.post( | ||
`https://www.google-analytics.com/mp/collect?measurement_id=${vars.apiKeys.googleAnalytics.measurementId}&api_secret=${vars.apiKeys.googleAnalytics.apiSecret}`, | ||
stringifiedData | ||
) | ||
.catch(() => { | ||
// eslint-disable-next-line no-console | ||
console.log( | ||
`Events ${data.events.map((event) => event.name).join(',')} from client ${ | ||
data.client_id | ||
} was not sent to Google Analytics` | ||
); | ||
}); | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.