Skip to content

Conversation

@ncarazon
Copy link
Contributor

@ncarazon ncarazon commented Nov 26, 2025

Closes #3698

This PR adds support for question links as key factors type.

Question Link cards:

image image

Copy question link modal:

image

Suggestions:

image image

Feed question cards:

image

@ncarazon ncarazon force-pushed the feat/question-links-flow branch from 73c0cce to e19f02a Compare November 27, 2025 17:06
@ncarazon ncarazon marked this pull request as ready for review December 2, 2025 14:32
@ncarazon ncarazon force-pushed the feat/news-key-factor-type-fe branch 3 times, most recently from 73fb70b to dff94b3 Compare December 5, 2025 09:51
@ncarazon ncarazon force-pushed the feat/question-links-flow branch 2 times, most recently from fba204c to 73e4ad7 Compare December 5, 2025 10:19
@ncarazon ncarazon force-pushed the feat/question-links-flow branch 2 times, most recently from c929ffb to 8f8e343 Compare December 5, 2025 15:49
@ncarazon ncarazon force-pushed the feat/news-key-factor-type-fe branch from dff94b3 to 1e09dc7 Compare December 8, 2025 12:23
@ncarazon ncarazon force-pushed the feat/question-links-flow branch from cc20a76 to 16ecec4 Compare December 8, 2025 12:29
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
@ncarazon ncarazon force-pushed the feat/question-links-flow branch from 16ecec4 to b9c3ab3 Compare December 8, 2025 15:53
@ncarazon ncarazon force-pushed the feat/news-key-factor-type-fe branch from 1e09dc7 to e442fe2 Compare December 8, 2025 15:54
@ncarazon ncarazon merged commit dd296f4 into feat/news-key-factor-type-fe Dec 9, 2025
2 checks passed
@ncarazon ncarazon deleted the feat/question-links-flow branch December 9, 2025 11:58
ncarazon added a commit that referenced this pull request Dec 9, 2025
* 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
ncarazon added a commit that referenced this pull request Dec 9, 2025
* 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>
ncarazon added a commit that referenced this pull request Dec 10, 2025
* Added unit tests

* Key Factors Next Gen

* Adjusted prompt

* Added URL extractor

* Small fix

* Small fix

* Deprecated ITN news

* Added tests

* Small fix

* Improved LLM Key Factors suggestion validation

* Fixed tests

* Small fix

* feat: implement support for BaseRate KeyFactor type (#3753)

* 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>

* feat: add default types

* Small fix

* fix: remove auto-scroll after llm response

---------

Co-authored-by: Nikita <93587872+ncarazon@users.noreply.github.com>
Co-authored-by: Nikita <nikita.develops.work@gmail.com>
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.

4 participants