Report Creation Enhanced: Form-sourced Information and Stability
Today's updates focused on improving the report creation process and ensuring a smoother user experience. We've transitioned to sourcing key 'Report Information' fields directly from the creation form, rather than relying on AI extraction from uploads. This provides users with more control and accuracy in defining these crucial data points. This change simplifies the report generation workflow, making it more intuitive and reliable.
In addition to the feature enhancements, we addressed some stability issues in our end-to-end tests. Specifically, we resolved a timing issue where tests were attempting to submit the report creation form before the template was fully loaded. We implemented a solution to ensure the test waits for the template to load before proceeding, preventing premature submission and test failures. We also increased the timeout duration for post-submission URL navigation in our tests, giving the development server more time to compile the dynamic report route and avoiding intermittent test failures.
These improvements will enhance the user experience, create a more reliable and robust application.
View source activity
Commits (4)
- docs(deploy): release log 2026-05-17 09:44
- Merge pull request #201 from jschill/johannesschill/lot-84-report-information-section-source-from-creation-form-not-ai
- fix(e2e): bump post-submit URL timeout for Next.js dev-server compile (LOT-84)
- fix(e2e): wait for template auto-select before submitting create-report (LOT-84)
Pull Requests (2)
- #202: Deploy 2026-05-17 09:44 — 17 commits
- #201: feat: source Report Information from creation form (LOT-84)