Skip to content
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

Question summary fixes #53

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

alaninnovates
Copy link
Member

No description provided.

@alaninnovates alaninnovates changed the title Sort by match id in question sumary, remove duplicate data points Question summary fixes Mar 26, 2024
@@ -35,6 +35,17 @@ function QuestionSummary({item, index, data, generate_ai_summary}: Props) {
const [stats, setStats] = useState<Statistics | null>(null);
const [modalActive, setModalActive] = useState<boolean>(false);

const processedData = useMemo(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think a system where you average duplicate data points would be safer for the data, since we don't know which individual report was the most accurate.

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.

2 participants