Skip to content

Commit 6dc82b9

Browse files
authored
refactor: improve survey description clarity and organization (#43)
- Reorganize warning messages for better visibility - Update description to clarify operation selection behavior - Improve formatting of use case instructions
1 parent f87abee commit 6dc82b9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

app/survey/index.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@ export const surveyData: SurveySection[] = [
1818
{
1919
id: 'nla-operations',
2020
title: 'Numerical Linear Algebra Operations and Benchmarks',
21-
description:'NLA operations used in your library. We will gather information about :\n\n' +
21+
description:'NLA operations used in your library. Select an operation to reveal detailed questions about:\n\n' +
2222
'• Matrix properties (sizes, types, sparsity patterns)\n' +
2323
'• Current library usage and performance requirements\n' +
2424
'• Libraries you are interested in using in the future\n' +
2525
'• Specific algorithmic needs and constraints\n' +
2626
'• Benchmarking requirements and metrics\n\n' +
27-
'***This information helps us understand the computational patterns across different scientific domains and guides our development of optimized NLA libraries and benchmarks.***\n\n' +
28-
'⚠️ If your code has multiple distinct use cases with significantly different requirements, we encourage you to submit separate survey responses for each major use case. This helps us better understand the full range of your needs.\n\n' +
27+
'⚠️ When you select an operation, its detailed questions will automatically expand below. You can collapse/expand sections as needed.\n\n' +
2928
'⚠️ Selection Guidance\n\n' +
3029
'We recommend selecting your top 3 most critical operations for benchmarking:\n' +
3130
'• Operations dominating your application performance\n' +
32-
'• Operations in your codes you want to optimize\n\n' +
31+
'• Operations in your codes you want to optimize\n' +
32+
'• If your code has multiple distinct use cases with significantly different requirements, we encourage you to submit separate survey responses for each major use case. \n\n' +
3333
'You can select more if essential, but please prioritize your most important operations.',
3434
questions: [
3535
{

0 commit comments

Comments
 (0)