-
Notifications
You must be signed in to change notification settings - Fork 24
AI Suggestions #3778
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
Merged
Merged
AI Suggestions #3778
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
19c86a7 to
0b08af1
Compare
759698f to
07ff8a8
Compare
* feat: base rate key factors refactor: key factors creation refactor: introduce ctx feat: add types in the modal feat: key factor updates feat: add base rate creation forms feat: add base rate frequency card rendering fix: lint feat: add box wrapping feat: add support for base rate cards feat: add base rate trend view feat: base rate adaptation feat: add base rate feed tile views feat: integreate suggested key factors feat: update validation refactor: validation fix: submit process fix: tabs feat: username with pointer fix: driver disappeareance feat: driver modal update feat: update vote buttons fix: background events triggering feat: udpate validation feat: scroll to newly created key factor feat: base rate updates feat: error handling & multiple editing feat: hide non driver/base-rate suggestions fix: news appearance fix: item filtration * feat: implement news type (#3781) * feat: add news key factors feat: key factor updates feat: add base rate creation forms feat: add types in the modal feat: add base rate creation forms feat: add support for base rate cards feat: add news typings feat: add news creation block feat: style news suggestion item feat: suggested news styling feat: add paste url tab feat: cleanup & in comment block integration feat: add paste url support feat: news cards updates feat: handle overflow feat: key factors qa updates feat: qa updates * feat: add question Links flow (#3835) * feat: question link items feat: consumer & compact modes feat: add copy question link modal feat: implement question link in comment detection feat: add feed view support feat: remove report & dispute actions feat: update flow fix: hooks & editing feat: connect voting for qeustion links & update endpoints feat: qa updates feat: update phrasing * feat: integrate strength updates --------- Co-authored-by: hlbmtc <hlib@metaculus.com>
…eat/3747-ai-suggestions
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.
Expanded KeyFactor suggestions module to support multiple types (Driver, News, BaseRate) with cleaner architecture.
Please note: news suggestions return only url without title and other metadata, so frontend needs to make url preview requests to fetch them on its own!
feat #3747