Open Issues Need Help
View All on GitHubAI Summary: Add a new info banner using the existing global user alert system in the IODA UI web application. The banner should contain a message inviting users to take a survey, with a hyperlink to the survey URL. This involves updating the info banner configuration with the provided text and link.
AI Summary: Debug and fix a bug in the IODA-UI web application where the downloaded CSV file always has the name "ioda-undefined-invalid-date-raw", regardless of the selected date range. This involves inspecting the code responsible for generating the filename, likely within the download functionality, and correcting the logic to accurately reflect the chosen date range.
AI Summary: Debug and fix a bug in the IODA-UI web application where changing the time range selector causes the first tab's view to load instead of the currently active tab. This involves investigating the application's JavaScript and potentially its interaction with the backend to ensure the correct tab view is maintained after a time range selection.
AI Summary: Implement mobile UI improvements based on Ura design's audit (Figma link provided) prioritizing issues 1, 2, 4, 6, 7, 3, 5, 8. This involves modifying the existing IODA-UI web application's frontend code (using Yarn and potentially Node.js) to address usability issues identified in the audit. The project uses Symfony and PHP on the backend.