Skip to content

Question summary fixes - #53

Open
alaninnovates wants to merge 1 commit into
mainfrom
question-summary-fixes
Open

Question summary fixes#53
alaninnovates wants to merge 1 commit into
mainfrom
question-summary-fixes

Conversation

@alaninnovates

Copy link
Copy Markdown
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
@alaninnovates
alaninnovates requested a review from Versus7 March 26, 2024 07:06
const [stats, setStats] = useState<Statistics | null>(null);
const [modalActive, setModalActive] = useState<boolean>(false);

const processedData = useMemo(

Copy link
Copy Markdown
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