Skip to main content

54 posts tagged with "app"

View All Tags

Week 7 2024

· One min read
Carl Grundberg
CTO

Improvements and bug fixes

  • Survey section remembers displayed survey and report selected
  • Improved performance and layout of categorize comments tool
  • Created a new slack channel for license alerts
  • Fixed session recordings segmentation in Matomo
  • Fixed compare dates in Matomo
  • Fixed script possible to crash (restarts but cache did not route to new container) if prisma connection generated error
  • Reduced script bundle size by not importing all prisma types
  • Added missing license limits to module based licenses
  • Implemented yearly limit for CX survey responses

Week 6 2024

· One min read
Carl Grundberg
CTO

Features

  • Broken link checker (super user only for now)

Design update

  • Rounded corners
  • Replaced Google font Nunito with self hosted font Bariol
  • Redesigned menus and navigation, third level is a vertical sidebar to the left
  • Results is part of data source section
  • Updated dashboard for data source
  • New sections for each product
  • Replaced analytics menu from Matomo to our own
  • Updated UI for heatmaps and session recordings

Improvements and bug fixes

  • Matomo 5.0.2
  • Remember last location for third level menu

Week 5 2024

· One min read
Carl Grundberg
CTO

Features

  • Matomo 5.0.1
  • Show other question responses when tagging comments

Improvements and bug fixes

  • Showing stacked bars labels from 3% instead of 5%
  • Fixed bug when selecting custom dates
  • Remove everything after hostname when creating new data source
  • Never generate report files on demand to reduce risk of server overload. Reports are generated before delivered by schedule or test feature in UI.

Week 4 2024

· One min read
Carl Grundberg
CTO

Improvements and bug fixes

  • Fixed report not rendering due to new excel download
  • Fixed matomo website not created when signing up
  • Improved performance in segment filtering
  • Reworked UI for editing personal data

Week 3 2024

· One min read
Carl Grundberg
CTO

Features

  • Download result as Excel

Improvements and bug fixes

  • Broken link checker live update
  • Fixed empty respondentId in survey
  • Fixed incorrect date labels in reports due to timezone on server generating PDF

Week 2 2024

· One min read
Carl Grundberg
CTO

Features

  • Broken link checker
  • Added SDG plugin to Matomo to send data to EU

Improvements and bug fixes

  • Upgraded base image to Node 20
  • Avoid setting a custom user id (respondentId) when cookies are disabled since that will create a new visitor for each page view
  • Only set document title in Matomo tracker when url changes to allow external code to set it for the initial page view (SDG tagging)

Week 1 2024

· One min read
Carl Grundberg
CTO

Improvements and bug fixes

  • Support for discounted orders when creating Stripe invoice.
  • Cookie consent is default for new websites
  • Remove unused websites in Matomo
  • Updated Matomo to 4.16.0
  • Script listens for popstate events to support going back/forward without reloading

Week 48 2023

· One min read
Carl Grundberg
CTO

Improvements and bug fixes

  • Improved sync of segments to Matomo. Some filterchanges made the segment in Matomo outdated. Sync all data (not just one year back) when creating or changing filter.
  • Ping from script did not work after privacy update.
  • Removed cookie disclaimer in survey since it's cookieless now.
  • Better info and error message when min and max selected options are equal.

Week 47 2023

· One min read
Carl Grundberg
CTO

Improvements

  • Better control of when to track visitors ("with consent" option added)
  • Better UX of when to use analytical cookies ("Disable cookies" and "require cookie consent" combined into one settings since they were mutually exclusive).
  • Survey app doesnt set any local data in the browser
  • Possible to remove local survey data in script with extellio.removeSurveyData()
  • Remove respondentId data when consent is withdrawn.
  • Long filenames gets wrong identation in Files table. Removed line break and full filename is visible when hovering.

Week 45 2023

· One min read
Carl Grundberg
CTO
  • Feature: Remove incomplete signups after 30 days. removes account, data source, order and user.
  • Improvement: Migrated all free customer using the old license to the new module based license.
  • Improvement: Forcing end date on all licenses and updating renewal date to the new defaults.
  • Improvement: Heatmap and Session recording data sync improved.
  • Improvement: Check domain validity when signing up
  • Bugfix: Surveys using old editor opened in new editor.
  • Bugfix: Country selector in both the survey and app was broken after the language update.