Skip to content

Feat/p0 core - #10

Open
anu-mdl wants to merge 27 commits into
mainfrom
feat/p0-core
Open

Feat/p0 core#10
anu-mdl wants to merge 27 commits into
mainfrom
feat/p0-core

Conversation

@anu-mdl

@anu-mdl anu-mdl commented Jun 28, 2026

Copy link
Copy Markdown
Contributor

No description provided.

anu-mdl and others added 27 commits June 28, 2026 18:05
Выбор фото профиля через системную галерею (локальный URI).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
readDeviceJson/writeDeviceJson/removeDeviceValue поверх булевых флагов —
slice'ы не дёргают AsyncStorage напрямую.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Аватар-плейсхолдер, мультивыбор интересов и выбор фото из галереи.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
readMyActivities/addMyActivity (дедуп по slug) + activityKeys.mine,
useMyActivities, useTrackMyActivity.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
readMyResponses/addMyResponse (дедуп по slug) + participantKeys.mine,
useMyResponses, useTrackMyResponse.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
types/schemas/utils/storage/hooks/mappers + unit-тесты. Профиль живёт в
AsyncStorage, без серверного аккаунта. 4 соцсети (telegram, instagram,
whatsapp, website), фото — локальный URI без URL-валидации.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…писки

На успешном создании/отклике дописываем в device-list через
useTrackMyActivity/useTrackMyResponse. Сбой записи не роняет операцию.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
useEditProfileForm (RHF + zodResolver + useSaveProfile, префилл через
mapProfileToForm) и EditProfileForm с выбором фото и интересов.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Просмотр профиля (фото, статистика, соцсети наружу, «Мои ивенты»),
экран редактирования, пустое состояние. Ссылка в шапку _layout.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
TESTS.md дополнен секциями profile (schemas/mappers/utils). В
about_the_project уточнены открытое создание ивентов и модерация.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Форма всегда даёт status «going» (литерал в схеме), выбор статуса убран.
participantStatusOptions больше не нужен. Статистика и список читают старые
записи maybe/cant. Тесты маппера и TESTS.md — payload всегда going.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Убран Select статуса из формы отклика — остаются имя, телеграм, комментарий.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Строка статистики на странице ивента — «Идут: N» вместо трёх статусов.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@anu-mdl
anu-mdl requested a review from lukivan8 June 28, 2026 19:37
@coderabbitai

coderabbitai Bot commented Jun 28, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@anu-mdl, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 59 minutes and 43 seconds. Learn how PR review limits work.

Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file).

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits.

🚦 How do rate limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 2cc33a09-2e4f-440f-8643-33b5a5e9d2fc

📥 Commits

Reviewing files that changed from the base of the PR and between 5d4b49a and 881b10e.

⛔ Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (46)
  • TESTS.md
  • app.json
  • app/_layout.tsx
  • app/a/[slug].tsx
  • app/index.tsx
  • app/manage/[editToken].tsx
  • app/profile/edit.tsx
  • app/profile/index.tsx
  • docs/about_the_project.md
  • package.json
  • src/entities/activity/api.ts
  • src/entities/activity/hooks.ts
  • src/entities/activity/local.test.ts
  • src/entities/activity/local.ts
  • src/entities/activity/schemas.test.ts
  • src/entities/activity/utils.test.ts
  • src/entities/activity/utils.ts
  • src/entities/participant/hooks.ts
  • src/entities/participant/local.test.ts
  • src/entities/participant/local.ts
  • src/entities/participant/mappers.test.ts
  • src/entities/participant/schemas.test.ts
  • src/entities/participant/schemas.ts
  • src/entities/participant/utils.ts
  • src/entities/profile/hooks.ts
  • src/entities/profile/mappers.test.ts
  • src/entities/profile/mappers.ts
  • src/entities/profile/schemas.test.ts
  • src/entities/profile/schemas.ts
  • src/entities/profile/storage.ts
  • src/entities/profile/types.ts
  • src/entities/profile/utils.test.ts
  • src/entities/profile/utils.ts
  • src/features/create-activity/useCreateActivityForm.ts
  • src/features/edit-profile/EditProfileForm.tsx
  • src/features/edit-profile/useEditProfileForm.ts
  • src/features/like-activity/useLikeActivity.ts
  • src/features/respond-to-activity/ResponseForm.tsx
  • src/features/respond-to-activity/useRespondToActivityForm.ts
  • src/shared/lib/shareActivity.test.ts
  • src/shared/lib/shareActivity.ts
  • src/shared/lib/storage.ts
  • src/shared/ui/Avatar.tsx
  • src/shared/ui/MultiSelect.tsx
  • src/shared/ui/PhotoPicker.tsx
  • src/shared/ui/ShareButton.tsx
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/p0-core

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

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.

1 participant