• Dataset updated to snapshot as of 2025-08-26
  • Freeze highchart.js version number to avoid breaking changes in the library to affect the app.
  • Data is now extracted directly from the Promotion Digitale Database before being fed to the etl and saved in inst/.
  • Clean {fusen} artifacts: useless examples etc…
  • Remove toy datasets. Those were hard to maintain up to date. Use either app data are inline reprexes.
  • Fix project manager broken links.
  • Correct DE translation of project completion section in project cards
  • Shorten intro text
  • Make section titles more visible in selection and project pages
  • Add a completion bar tracking project completion percentage based on the postion of the current date between project start and end date.
  • Use specific CRAN snapshot in all ci jobs via a CI specific .Rprofile.
  • Update CI environement to match new dev env.
  • Fix bug app closing at startup after removing filtering button.
  • Make checkbox borders more visible
  • Increase the font size everywhere
  • Change the localization of SERO
  • Change the short titles used to print the projects
  • Standardize the term used for the responsible organization
  • Standardize certain titles and subtitles to match the terminology used by PSCH
  • Add a UAT version of the app
  • Fix the title of the app
  • Remove the flags from the architecture schema
  • Update the final documentation (general overview and other articles)
  • Rename into {exploratorium}
  • Make the right panel visible after the change of the language in the description page
  • Add the 2 functions to create budget plot in pkgdown
  • Use a lineplot with a cumulative curve for the evolution of the budget by year
  • Slider values persist when changing language
  • JS graph is properly updated (does not disappeared) when changing language on project focus view
  • Improve the plot of the budget by theme
  • Make all the projects visible on the clusters of points on the map
  • Make the “Filter” button more visible
  • Add startup screen to hide app initialization glitches to the users
  • Display graphs with budget by theme and year in project selection view
  • Users can now filter projects on projects selection view
  • If target criteria correspond to no single project an empty map with an informative message is drawn
  • Consolidate topic data i.e. rederive topic_ binary columns from topic character column.
  • Project JS graph only displayed in project view
  • Input values update logic now works with {shinyWidgets} inputs
  • Input values on project selection view are read from the data and not predefined.
  • Plot the distribution of the budget for one project
  • Make the translation of some FR caracteristics homogeneous with the vocabulary used in PSCH
  • Increase the visibility of the cantons influenced
  • Use a 2 columns layout adapted to desktop devices (not mobile devices) in the main view
  • Delete not pretty blue box around checkboxes
  • Set a 2 columns layout in the first view
  • Start to create inputs on the main view that correspond to the design system of PSCH
  • Display real project data in project selection map
  • Use marker clusters to display project with the same coordinates
  • Fix missing cities and zip codes in raw data
  • Fix a warning in the calculation of centroids
  • Start to implement a custom design system on the main panel
  • Translate the values in status / risk factors/ topic in DE and FR
  • Show them in the projects cards
  • Add the description of the projects in DE and FR
  • Add a ‘more details’ link that sends the user to the PSCH website
  • Fix the language switch in the corner
  • Open the page of the project manager in a new tab
  • Fix the regex in the topics and risk factors to correspond to the regex used to separe elements in the raw data
  • Adapt the color of the main panel to the color of the map
  • Use a PSCH flavicon
  • Add lines between the project and the cantons influenced
  • Make the project card responsive
  • Include the language switch in both views
  • Give the possibility to click on the map to go back to the general view
  • Add the project cards css to the custom.css used by the app
  • Add an orange arrow to go back to the main view
  • Remove the iframe and include the projects cards directly
  • Enable the user to see all projects cards
  • Enable the user to switch between views (all projects vs one project)
  • Add a function to create a map for one project
  • Include the example HTML for the projects
  • Add translation system scaffold
  • Add project selection UI
  • Adjust map zoom depending on screen width
  • Add a first draft for the projects cards
  • Add more functions to prepare the data used by the app
  • Start to begin unit test to ensure the projects data will be usable by the app
  • Update the vignette to prepare the data used by the app
  • Include leaflet map bound to Swiss territory
  • Improve map layout
  • Update architecture schema with user story
  • Add the detection of the canton in the raw data
  • Add the geocoding to the raw data
  • Start the function to prepare the data
  • Add interactive {leaflet} map