Skip to content

UN-1031 vipadventures with array of groups#344

Open
artem-oleinychenko wants to merge 17 commits into
mainfrom
UN-1031
Open

UN-1031 vipadventures with array of groups#344
artem-oleinychenko wants to merge 17 commits into
mainfrom
UN-1031

Conversation

@artem-oleinychenko
Copy link
Copy Markdown
Contributor

No description provided.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 29, 2026

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 41.81% 3710 / 8872
🔵 Statements 41.81% 3710 / 8872
🔵 Functions 73.57% 245 / 333
🔵 Branches 93.45% 1000 / 1070
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
src/store/user/vipAdventures.ts 97.77% 94.87% 100% 97.77% 89, 124-125
Generated in workflow #820 for commit ec44db1 by the Vitest Coverage Report Action

Comment thread src/store/user/vipAdventures.ts Outdated

const userGroupForAdventure = computed<UserGroup | undefined>(() => {
return userStatuses.getUserGroups.find((userGroupItem) => USER_INCLUDES_ADVENTURES[userGroupItem]);
return VIP_ADV_GROUPS.find((groupId) => userStatuses.getUserGroups.includes(groupId));
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

если уже трогаем конфиги извне, то лучше сразу их добавить через плагин, который Дима делал
$defaultProjectConfig

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants