Various improvements: study forms, participant management, PDF generator, robot integration

This commit is contained in:
2026-03-21 20:21:18 -04:00
parent bbc34921b5
commit bbbe397ba8
15 changed files with 936 additions and 675 deletions

View File

@@ -668,7 +668,7 @@ export class TrialExecutionEngine {
.from(plugins)
.where(eq(plugins.identifier, pluginName))
.limit(1);
if (byIdentifier) {
plugin = byIdentifier;
} else {