Skip to content

Add simplified export for submissions - #1072

Merged
idormenco merged 1 commit into
mainfrom
feature/add-simplified-export
Aug 4, 2026
Merged

Add simplified export for submissions#1072
idormenco merged 1 commit into
mainfrom
feature/add-simplified-export

Conversation

@idormenco

Copy link
Copy Markdown
Contributor

No description provided.

@vercel

vercel Bot commented Aug 4, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
votemonitor Ready Ready Preview Aug 4, 2026 4:58pm

Request Review

@idormenco
idormenco merged commit b4d6bd6 into main Aug 4, 2026
4 checks passed
@idormenco
idormenco deleted the feature/add-simplified-export branch August 4, 2026 16:58
isCompleted = filters.IsCompletedFilter
};

IEnumerable<SubmissionModel> submissions = [];
.Forms
.FromSqlInterpolated(
@$"SELECT f.* FROM ""Forms"" f
INNER JOIN ""GetAvailableForms""({electionRoundId}, {ngoId}, {filters.DataSource.ToString()}) af on af.""FormId"" = f.""Id"" ")
Comment on lines +37 to +43
if (question is MultiSelectQuestion multiSelectQuestion)
{
if (multiSelectQuestion.Options.Any(x => x.IsFreeText))
{
_questionHeader.Add("FreeText");
}
}
Comment on lines +45 to +51
if (question is SingleSelectQuestion singleSelectQuestion)
{
if (singleSelectQuestion.Options.Any(x => x.IsFreeText))
{
_questionHeader.Add("FreeText");
}
}
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