Support

Support

image

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.

  1. Detailed description: In a few sentences, what happened?
  2. Browser: What browser and version were you using?
  3. Device and OS: What device were you using? What operating system (and version) was the device running?
  4. User: What user was logged in? (If it happened with multiple users, please include multiple user IDs if possible.)
  5. 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
    • Beta-28 Release (#54)
    • Beta-29 Update (#57)
    • Beta-31 Release (#67)
    • Beta-32 Update (#77)
    • Beta-33 Release (#86)๐Ÿ”น These updates include various performance improvements, bug fixes, and refinements to the task management system. Each release incrementally enhances task functionality and stability.

๐ŸŽจ 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