-
Notifications
You must be signed in to change notification settings - Fork 20
KeyFactors votes migration #3564
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
Open
hlbmtc
wants to merge
30
commits into
main
Choose a base branch
from
feat/3558-key-factors-cleanup-votes
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or 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
# Conflicts: # comments/serializers/common.py # comments/views/common.py
* Refactored KeyFactor creation endpoints and created extra services * Small fix * Removed extra todo * Implemented KeyFactor deletion endpoint * utils/the_math/aggregations.py * Small fix * Small fix * Adjusted keyFactor vote view * Set default key factor strength to 1 * Backend: return question label object * Small fix * Added Driver.certainty
* Refactored KeyFactor creation endpoints and created extra services * Small fix * Removed extra todo * Implemented KeyFactor deletion endpoint * utils/the_math/aggregations.py * Small fix * Small fix * Basic refactoring of KeyFactors * Deprecated old A/B testing components * Small adjustments * Small fix * Adjusted keyFactor vote view * Added Impact Renderer component * Added Impact Renderer component * Small fix * Small fix * Added Segmented Progress bar to support smooth animations * Added KeyFactor theme * Small adjustments * Set default key factor strength to 1 * Added Direction Impact subquestion/option labels * Backend: return question label object * Small fix * Added Driver.certainty * Add Key Factor Restyle * Small fix * feat: add submit support * KeyFactor Driver Updates (#3632) * Driver updates * Adjusted KeyFactors Appearance: - Added isCompact mode - Added Consumer view mode * Implemented basic KeyFactorsCarousel * Small fixes * Small fixes * Small fix * Small adjustment * Small fix * Voting: optimistic updates * Small fix * Small renaming * Small renaming * Added KeyFactorsConsumer section * Added translations * Adjusted carousels * Added edges-overflow for consumer carousel * Adjusted QuestionTimeline rendering for consumer views * feat: add option select * Feat/key factors modal adjustments (#3659) * KeyFactors creation modal adjustments * Momorize MDXeditor * Small fix * KF modal validation * Small fixes * Small fix * - Added KeyFactors Context Provider - Adjusted key factors scrolling mechanism * Small fix * Small fix * Small fix * Small fix * Fixed dark theme likehood button * Fixed Hydration * - Fixed certainty label - Fixed gap * - Refactored drivers creation services - Fixed option selection - Added "All Options" option * Removed auto-selection of impact direction during KF creation * Added KeyFactor card units * Tiny fix * Fixed modal height * Fixed carousel gradients * Made comment editor font size 16px on mobile * - Added Suggested KF autoscroll - Adjusted mobile view --------- Co-authored-by: Nikita <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
KeyFactors Votes Migration:
Warning
Should not be merged until P1 is ready
closes #3558
part of #3556