Skip to main content

2 posts tagged with "api"

View All Tags

Week 38 2023

· One min read
Carl Grundberg
CTO
  • Feature: Payment integration with Stripe. Setup payment method on account billing. Link to hosted billing portal from account billing.
  • Feature: Create invoice when ordering or renewing a paid license and try to charge customers with a configured payment method.
  • Feature: View invoice and receipt from order details.
  • Feature: Websites and analytics data in API.
  • Improvement: Improved order structure to be able to make invoices.
  • Improvement: Optimize clickhouse tables to remove duplicates.
  • Improvement: api.extellio.com redirects to https://guides.extellio.com/export-api
  • Improvement: Updated all packages for app, including React to v18

Week 19 2023

· One min read
Carl Grundberg
CTO
  • Grading scales for find, rating (benchmark questions) and NPS. Can be toggled, default is on.
  • Added CSS-classes for the distribution id and survey id to the wrappers of overlay and embedded surveys. Embedded surveys also has a new class "extellio-embed" as its wrapper.
  • The export API now has a field for all questions of a survey so you can get them more easily if you dont worry about the survey structure.
  • Email is trimmed for whitespace when inviting users.
  • Save button in segment editor is disabled until filters have been loaded, otherwise it could be clicked before the filters were loaded and then the filters would not be saved.
  • Default fetchPolicy for quereis is now 'cache-and-network'. This improves the percieved performance of the app while still keeping the data up to date.