Support
Please subscribe to the LEVANTE users listserv. This list is used for occasional email updates about the platform (e.g., downtime updates).
If you are a researcher with questions about LEVANTE, please contact us at levante-contact@stanford.edu.
To report a technical issue or submit a support request, fill out the LEVANTE Support Form
Logging LEVANTE bugs ๐
If you encounter a dashboard or task bug, please let us know! Hereโs a quick guide on what would be useful to include in your bug report, to help us best reproduce and squash the bug.
- Detailed description: In a few sentences, what happened?
- Browser: What browser and version were you using?
- Device and OS: What device were you using? What operating system (and version) was the device running?
- User: What user was logged in? (If it happened with multiple users, please include multiple user IDs if possible.)
- Error: If there was an error message, please copy it exactly (or take a screenshot). If there was no error message, please open the developer tools (e.g., on Chrome: press Ctrl+Option+J on a PC, or Cmd+Option+J on a Mac, or right-click in the browser window and click โInspectโ). If there is an error in the developer console, please copy and paste it (or take a screenshot).
Thank you for helping us make the LEVANTE apps more robust!
Release Notes
Levante Dashboard Release Notes v3.1.01
๐ข Sentry Updates
- Disabled Sentry Release Tracking (#51)๐น Temporarily disabled automatic Sentry releases to prevent unnecessary tracking during deployments. This ensures smoother error handling and avoids redundant release notifications.
- Re-enabled Sentry GitHub Action (#52)๐น Restored Sentry's GitHub Action to automate error tracking in the build pipeline. This reactivation allows for better monitoring of application issues.
- Fixed Sentry Translation Error (#58)๐น Corrected an issue where translations in Sentry logs were incorrect. This fix ensures more accurate debugging and user error reporting.
๐ ๏ธ Core Improvements & Versioning
- Updated Versioning to Use Ref Name & SHA (#53)๐น Modified versioning to include the Git reference name and SHA, improving traceability and debugging. This makes it easier to track specific deployments.
- Core Tasks Updates
๐จ UI & UX Enhancements
- Upgraded PrimeVue to v4 (CSS Fix) (#56)๐น Updated PrimeVue to the latest version, fixing CSS issues that affected the layout. This improves UI consistency and component rendering.
- Fixed Label Overlap Issues on Fields (#71)๐น Resolved an issue where form labels overlapped input fields, making the UI more readable. This fix improves accessibility and form usability.
- Improved Error Handling & Validation (#59)๐น Refactored the validation system to better handle user errors. This ensures smoother user interactions and prevents unexpected failures.
- MEFS Completion Fix & Task Navigation Refactor (#60)๐น Fixed MEFS task completion logic and improved navigation using router-link. This makes task transitions smoother and more reliable.
- Fixed Space Issue in Report Field Tables (#63)๐น Adjusted table formatting to ensure proper spacing between fields. This improves readability and document layout.
- Added CAT Badge for Task Variants (#78)๐น Introduced a new visual badge to categorize tasks more effectively. This helps users distinguish between different task types at a glance.
๐ Bug Fixes
- Fixed Administrator Registration Issue (#61)๐น Addressed a problem where administrators were unable to register correctly. This ensures proper role assignment during onboarding.
- Pluralized Org Names in createUsers Cloud Function (#62)๐น Adjusted the function to handle pluralized organization names correctly. This prevents errors when creating multiple organizations.
- Fixed Newly Created Orgs Not Showing in Picker (#72)๐น Ensured that newly created organizations immediately appear in the selection list. This fixes a bug causing visibility delays.
- Fixed User DOB Retrieval from Firebase Storage (#76)๐น Resolved an issue where users' date of birth was not being correctly retrieved from Firebase. This ensures accurate profile data fetching.
- Made find Function Call Resistant to Null Values (#79)๐น Updated the find function to handle null values more gracefully. This prevents crashes and improves function stability.
๐ Other Updates
- Fixed Email Sign-in Issues & Removed Unnecessary Checks (#69)๐น Improved authentication logic by eliminating redundant checks. This simplifies the sign-in process and enhances login reliability.
- Added Password Sync Page (#70)๐น Introduced a new password synchronization page for easier credential management. This allows users to sync passwords across devices seamlessly.
- Updated README with Levante NPM Scripts (#73)๐น Added documentation for available NPM scripts to streamline development setup. This improves clarity for contributors and maintainers.
- Added Chrome Debug Configuration (#75)๐น Integrated Chrome debugging support for easier development and troubleshooting. This allows developers to debug applications directly within Chrome DevTools.
๐ Full Changelog: Compare Changes