-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deploy #40
Conversation
…ce selection UI with avatars; handle tooltips when overflowing on ranked items
…y data cases for engagements and influences
…tion page (this was causing the transition to not work on the first load)
…ed avatar initials
Co-authored-by: Thiago Guimarães <[email protected]>
[86a6tuv9h] Apply changes for Maratona Rio
Add teams and institutions logos
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Caution Review failedThe pull request is closed. WalkthroughThe pull request streamlines and extends both frontend and backend functionality. Vue components are updated for improved reactivity with simplified templates, enhanced computed properties, and adjusted UI text. New components for circular avatars and ranking items with logos are introduced. API endpoints and service functions now accommodate additional fields (e.g., influence_controls_team, proof_type) and handle influence team updates. Database migrations and Prisma schema modifications add logo URL columns and team ID constraints. Minor CSS adjustments further refine layout and styling. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant Store
participant API
participant InfluenceService
participant DB
User->>Store: setInfluenceCompTeam(competitionSlug, teamId)
Store->>API: PUT /api/v1/competitions/{slug}/influence/mine (teamId)
API->>DB: Fetch competition details by slug
API->>InfluenceService: getOrCreateUserInfluence(user, competitionId)
InfluenceService->>DB: Query/Update influence record
InfluenceService-->>API: Return updated influence & share URL
API-->>Store: Return influence data
Store-->>User: Update influence map for competition
Possibly related PRs
Suggested reviewers
Poem
Warning There were issues while running some tools. Please review the errors and either fix the tool’s configuration or disable the tool if it’s a critical failure. 🔧 ESLint
pages/index.vueOops! Something went wrong! :( ESLint: 8.56.0 ESLint couldn't find the config "@nuxtjs/eslint-config-typescript" to extend from. Please check that the name of the config is correct. The config "@nuxtjs/eslint-config-typescript" was referenced from the config file in "/.eslintrc". If you still have problems, please stop by https://eslint.org/chat/help to chat with the team. components/flow/influence.vueOops! Something went wrong! :( ESLint: 8.56.0 ESLint couldn't find the config "@nuxtjs/eslint-config-typescript" to extend from. Please check that the name of the config is correct. The config "@nuxtjs/eslint-config-typescript" was referenced from the config file in "/.eslintrc". If you still have problems, please stop by https://eslint.org/chat/help to chat with the team. pages/competition/[slug]/index.vueOops! Something went wrong! :( ESLint: 8.56.0 ESLint couldn't find the config "@nuxtjs/eslint-config-typescript" to extend from. Please check that the name of the config is correct. The config "@nuxtjs/eslint-config-typescript" was referenced from the config file in "/.eslintrc". If you still have problems, please stop by https://eslint.org/chat/help to chat with the team.
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (101)
✨ Finishing Touches
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Summary by CodeRabbit
New Features
Refactor
Style