What’s new?

Release notes

Remain at the cutting edge by staying updated with the latest features, improvements, and fixes on the randevu.tech · Follow us on LinkedIn ↗

April 2024

April 3, 2024

Import from excel: decimal values for monetary value fields

When importing monetary value field (e.g. price), the previous version required to enter the value in cents. E.g. to enter 5.19 USD, the user had to type 519. The new version supports entering decimal values and the system performs transformation into cents.

Changelog

  • Added data options when configuring supply import templates
    • date format options
    • decimal separator
    • CSV delimiter
  • Fixed validation for importing supplies via .csv file uploads
  • Improved import templates to support decimal values for monetary value inputs
  • Fixed error message for bulk import
    • Validate image & document URL accessibility
    • Validate image & document URL data format
    • Validate date format

March 2024

March 27, 2024

Change password inside your account settings

A new feature that allows participants to change their password via self-service. Supported for this feature also added to the Frontoffice application.

Password change inside the account settings

When the platform operator changes the participant’s email, the participant has to set up a new password.

In case when the participant changes the email via self-service, no need for a change of the password.

After the password is changed, the system throws an event user.password_updated

Updated dialog for creation of transaction types

Now there is a new dialog for creation of new types in randevu’s backoffice. Check it out.

New transaction type dialog

Changelog

  • Added new endpoint  updateMyPassword(current_password: String!new_password: String!): Boolean! that allows participants to change their password via self-service. Upon changing the password user.password_updated event is thrown. The new password cannot be the same as the current password, has to be at least 8 characters, at least one upper and lower case, one digit, and one special character
  • Added support to the Frontoffice application to allow changing password via self-service
  • Extended the user.email_updated event with new parameters:
    • change password token
    • updated by the platform operator
  • Added new event in events table in BO: user.password_updated
  • Extend notification type parameters with id_parent_transaction
  • Fixed issue with modifying the start value for the auto increments input type

March 14, 2024

Enhanced multi-direct transaction API

The Backoffice application introduced a dedicated page within operations specifically for your multi-direct transactions.

Previously, a dedicated page for single direct transactions was rolled out, we’re now taking steps to streamline a dedicated page for every transaction type. Starting now, operations pages for transactions will be separated for better clarity and ease of use.

When a user creates a new Transaction Type, a corresponding navigation item is automatically added to the sidebar menu. This enhancement provides users with multiple transaction types and a clearer overview of their platform activities.

A similar feature is rolled out to the Frontoffice application, allowing participants to manage transactions of a single type directly on one dedicated page. The goal is to fully replace the previous setup where all transactions were consolidated onto a single page.

This update aims to streamline the user experience by providing participants with a more focused and efficient way to manage transactions. Now, each transaction type has its own dedicated space, offering greater clarity and ease of use.

Changelog

  • Added update for participant segment name via API
  • Added Backoffice support to update participant segment name on their behalf
  • Fixed incorrect error message for connection APIs

March 6, 2024

Enrich import templates

randevu’s infrastructure is now allowing users to enhance and personalize their templates for bulk imports.

This enhancement will offer users greater flexibility and customization options, ensuring a seamless and tailored experience for their specific needs.

Participant segments

A participant segment is a way to group participants into a segment. You can have as many segments as you want and you can also create different segment types. Example of use: a platform participant wants to create a group of customers to give them specific discounts. That platform participant would create a segment and give it a name, e.g. “VIP Customers”. Afterwards, the participant can add e.g. 10% discount to participants within a segment or define other segment conditions. participants segment randevu

Changelog

  • Added new flow action – delete_field_value
  • Added new flow action – add_field_to_field
  • Added new flow action – sub_field_from_field
  • Added new flow action – add_const_to_field
  • Added new flow action – sub_const_from_field
  • Added new flow action – create_order
  • Added new flow condition – field_value_equal_to_field_value
  • Added new flow condition – field_value_not_equal_to_field_value
  • Added new flow condition – field_value_greater_than_field_value
  • Added new flow condition – field_value_less_than_field_value
  • Added new flow condition – field_value_greater_than
  • Added new flow condition – field_value_less_than

February 2024

February 27, 2024

Enhanced single direct API

We’ve introduced a dedicated page within operations specifically for your single direct transactions.

In response to feedback from some of our clients regarding the usability of the transactions page, we’re now taking steps to streamline the experience. Starting now, operations pages for transactions will be separated for better clarity and ease of use.

When a user creates a new TT (Transaction Type), a corresponding item will automatically be added to the sidebar menu. This enhancement provides users with multiple transaction types and a clearer overview of their platform activities.

We’ve implemented a similar feature in Frontoffice, allowing participants to manage transactions of a single type directly on one dedicated page. We aim to fully replace the previous setup where all transactions were consolidated onto a single page.

This update aims to streamline the user experience by providing participants a more focused and efficient way to manage transactions. Now, each transaction type has its own dedicated space, offering greater clarity and ease of use.

Changelog

  • Added new NT parameter connection.id for all connection-related events
  • Fixed target object in multiple direct transaction top-level flow for copy_field_value action
  • Fixed issue where participant couldn’t download job reports and data files on mobile device

January 2024

January 24, 2024

Bulk import

This functionality eliminates the need for manual entry, particularly beneficial when creating hundreds or thousands of listings (supplies) at once. Platform owners and providers can effortlessly streamline the onboarding process. Platform owners can enable bulk imports and create customizable templates for importing data, while providers themselves can take advantage of these features. Key features:
  • Bulk Imports: Upload listing in bulk using .csv files, saving valuable time and effort.
  • Customizable Templates: Enable/disable templates as needed, providing flexibility and control over the import process.
Providers managing the bulk import inside Supply Type.randevu backoffice bulk upload template types Once template is created and activate Providers are free to start importing.randevu frontoffice manage supplies upload possibility Providers also can decide are newly imported supplies activated by default or not.randevu frontoffice selecting whether products are automatically uploaded Platform team members can import supply on behalf of providers through Backoffice application.platform team members imports supply on behalf of providers.png

Support for connection fields

We added support for connection fields to be used in match price configuration.

Example of usage:

  • Personalized discounts
  • Personalized terms between parties

Changelog

  • Added new email templates for inviting platform operator’s team members.
  • Updated default email template for the platform owner account.
  • Improved Backoffice dashboard UI for sandbox and live environment.
  • Updated currencies are now available. Besides EUR we are now supporting USD, GBP & AUD.
  • Improved way of creating test users for all participant types.
  • Added better error messages for API users.

December 2023

December 28, 2023

Collections

  • Supply collections facilitate enhanced management of providers’ inventory by effectively organizing supplies. Providers are now able to group supplies by collections. For example, shoes can have different collections: Run, Skate, and Casual, summer or winter collection…Changelog - Providers can group their supply by collections
  • Consumers now can also discover supplies by collections.Changelog - Consumers can discover supplies by collections

Referrals

  • Allow pre-populating participant’s Fields before their email has been validated (API for now)
  • Allow Participants to “invite” other Participants by initiating the signup process and even pre-populating new Participant’s fieldsChangelog - Referrals

New email parameter and discovery configuration

  • A new parameter is now available: platform.name Changelog new parameter
  • Restrict discovery only to participants with whom an established connection exists.
    Example: Provider A has 3 supplies. Consumers need to establish a connection with Provider A to browse his/hers supplies. Changelog restrict discovery

Changelog

  • Added options for providers to group supplies by collections.
  • Added option for consumers to discover supplies by collections.
  • Enabled pre-populating participant’s fields before their email has been validated (via API)
  • Allowed participants to “invite” other participants by initiating the signup process and even pre-populating fields of new participants
  • Allowed all participant types to create shared objects
  • Removed limitation which allowed only participant type providers to create Shared objects.
  • Added new parameter for Notification types: platform.name.
  • Added default email now available user.email_updated. When the user’s email is updated by the participant or backoffice, the User will receive an email.
  • Enhanced default email notification types are to contain platform.name.
  • Enhanced transaction type details page to show transaction type tech name.
  • Added field types for Connection Types
  • Added options for users to accept/decline connections manually
  • Added option for Backoffice to reject or decline the connection
  • Allowed configuring notification types and webhooks to be triggered by connection events
  • Enhanced discovery to restrict the result set only to participants with whom an established connection exists.
  • Fixed conditional rendering for fields inside Object at Frontoffice application.

December 4, 2023

Changelog

Events log

The Backoffice applications let you see the log of fired events. To see the log go to Developers → Logs in the BO application. The log retention period is 7 days.

Stripe dashboard for connected account via frontoffice

Your provider participants have to open a merchant account at one of the Payment Service Providers to receive the money from your platform. As randevu already has integration with Stripe’s Connected Account (Express), the FO application now supports redirecting Stripe’s dashboard from the Payments & Transfers page.

Manually request payout from merchant account

Provider participants can now manually request a payout from their merchant account. At this time, the supported merchant account is Stripe Connected Account.

To manually request the payout, go to Payments & Transfers page at the FO application.

New input type: SmartTextSet

Field types now support SmartTextSet input type.

Change the user’s email

New API endpoints to change user’s email. You can change the user’s email via the Backoffice application or let the user change the email in the self-service mode. After the email is changed, user.email_updated event is fired.

Email Notification Types: recipients can be SmartText & SmartTextSet fields

This will allow users to add recipients from the field. Supported fields have input type SmartText & SmartTextSet with the pattern set to “email”.

Email Notification Types: email parameters can be set as values coming from the event payload

This will allow users to extract an event payload value as a parameter for an email notification.
Example: “new_email” and “old_email” from the event user.email_updated

Improvements

Match config is now in sync with the Transaction Type.
Example: If you create a parameter in Match Configuration aka Commerce Configuration, it will be instantly added to Transaction Type. (MT and/or MTT containers depend on the transaction.)

Bug fixes

  • Shopping cart: The status message was not visible for Providers
  • Order Fee: UI issue with radio buttons solved

October 2023

October 24, 2023

Changelog

Support for multi-vendor shopping cart

Shopping cart is well well-known concept in the world of e-commerce. In the world of platforms and marketplaces, single-vendor and multi-vendor shopping carts exist.

In essence, a multi-vendor shopping cart allows you a unified checkout experience of products and services from different providers at the same time. The marketplace platform is able to properly route orders, calculate the total chargeable amount, properly handle payment (pay-in), transfers & payouts, consider terms that each individual vendor might have (e.g. 15% commission vs 7% commission), etc.

Recall that every value exchange process among participants of a platform is a transaction. Therefore, multi-vendor shopping cart is another transaction type on randevu named multi_direct.

Participant reference field type

Field types got new input kind participant. This allows platform architects to model behaviors such as managing lists of “favorite buyers”, “favorite sellers” and similar.

Improvements

  • Displaying the value of conditional fields improved. If there is no value present for a conditional field, randevu will hide the field from the view.
  • The performance of the matching algorithm for reverse auction transaction types is improved
  • Match configuration, an object controlling the commerce behavior of a supply, can now disable the pricing feature if the pricing is not required within the transaction. E.g. transaction on Tinder does not include pricing. Platforms that do not use pricing can simply turn off pricing in match configuration and all pricing elements on our FO will be hidden. Elements such as “price summary”, “supply price” and so on.
  • Filters for documents and images: while discovering supplies, you can now filter only supplies that have an image/document
  • The frontoffice displays the URL for the “Support” in the footer. The value for the URL is configured via randevu Backoffice.

Bug fixes

  • Consumer and provider messages are now available when the transaction is in a terminated state.
  • The unlimited option for the number of maximal created matches is fixed.

October 2, 2023

Changelog

Frontoffice application supports custom domains

randevu’s frontoffice application was previously only accessible via domains managed by randevu.

Now, randevu customers can bring their own domain (example: www.myowndomain.com) and use it to access the frontoffice application.

Bug fixes

Frontoffice applications show the correct error page if you try to open them in the live environment without previously deploying the backend to production.

September 2023

September 18, 2023

Changelog

Frontoffice gets new features and improvements

  • Users are now able to configure external links to be embedded in the Frontoffice application. For example, URLs for Terms, Privacy, Imprint, Facebook, etc.
  • Configuration of the landing page now allows you to hide or show desired sections such as How it works, About us, Unique Selling Points, etc.

    randevu smart text features

Improvements

  • SmartText field types improvements
    • URL is now clickable and it opens in a new tab in the existing browser window.
    • Email: When a user clicks the email link, it opens the default email client installed on the user’s machine.
  • Discovered supply card improvements
    • Cards now only display specific fields: Image, Name, Description, Price & Variants. Any other field will not be displayed.
  • API Improvements
    • The endpoint getTransactions now includes pagination.

Bug fixes

  • Performance issues solved.

September 4, 2023

Changelog

Transfers

Transfers are movements of funds from the platform account to the merchant account. A merchant account is an account that a provider has to open at a payment service provider.

When the funds arrive at the merchant account, they are legally belonging to the provider.

Note: Do not confuse transfers and pay-outs. Transfers are fund movements within a PSP while pay-outs are fund movements from a merchant account out of a PSP (for example from merchant account at Stripe to provider’s bank account).

The transfers can be manually executed, immediately, or scheduled. Manually means that the marketplace operator is responsible for manually sending each transfer or marking it as successful if the transfer is happening off the platform.
Example: Platform operator sending bank transfer from platform’s bank account to provider’s bank account instead of transferring funds from platform-account to merchant-account.

randevu backoffice screenshot showing the transfer

Each order reflects exactly one transfer. The transfer amount reflects the order gross value deducted by all provider-facing platform fees. Recall that those provider-facing platform fees can be both from order-level and supply-level.

Each provider can see all platform fees that are related to each order.

randevu backoffice screenshot showing the transfer succeeded
Succeeded transfers in randevu Backoffice

 

SKU-based availability

Besides all the commerce configuration, match configuration now also supports SKU-based availability.

This allows tracking of in-stock and out-of-stock for each supply including supply variants. The availability is automatically managed for you by randevu.

Improvements

  • Improvements on payment type and payment type dialog
    • Tech name added to payment type
    • Obsolete fields are removed from payment type dialog.
  • Two new events introduced in Transaction type flow

Bug fixes

  • API getTransactions returned null for transaction state name and tech_name.

August 2023

August 22, 2023

Changelog

Payments

The payments take the chargeable object and create a charge for it. The chargeable object provides a complete breakdown of items that lead to total_to_charge.

When using Stripe’s Checkout to check the payment, you can see the breakdown of the chargeable including the discounts, taxes, and consumer-facing platform fees.

The system now exposes payment.authorized and payment.captured events. payment.authorized means that the platform obtained the right to take the funds from the consumer’s payment method. On the other side, payment.captured means that the funds arrived on the platform account.

These two events could happen immediately after each other or it could take days, even weeks between these two events. How long it takes, depends on the payment method which was used.

Payments in Backoffice

In the marketplace backoffice, you can now see all the payments and filter them by different payment’s lifecycle status such as payment.authorized and payment.captured.

randevu backoffice payments overview

You can also see the details of payment such as the actual cost of payment processing, platform revenue items, GMV and revenue per transaction, etc.

randevu backoffice screenshot platform revenue breakdown
Platform revenue breakdown in randevu Backoffice

Orders and automatic calculations

Upon payment being captured, randevu creates orders and automatically calculates platform revenue items as well as the provider’s gross and net revenue.

August 15, 2023

Changelog

Chargeable covers advanced pricing, add-ons, discounts, and taxes

Every supply type has a match configuration type which defines the commerce rules of the supply. The match configuration consists of

  • pricing
  • add-ons
  • discounts
  • taxes
  • restrictions
  • platform fees targeting both consumer & provider

The pricing module allows ultimate flexibility by allowing you to create your own pricing rules. The pricing rule engine depends on the fields of supply, availability parameters, and custom parameters.

Add-ons

You can model supply’s add-ons. For example, cleaning service as an add-on to the accommodation that is being booked. Pick-up fee to that provider charges, etc.

Discounts

The module allows you to create your own discount rules. These discount rules can be marketplace-wide as well as at the provider level.

Example: You can say, if someone is purchasing 10 quantities of an item, then they will get a 10% discount. Or you can let every provider define their own quantity-based discount.

Example: One provider will offer a 5% discount if you buy more than 3, another one will give 10% off if you order more than 10, yet another provider will not offer a discount at all. This is an example of a quantity discount, though you get the freedom to model different kinds of discounts that suit your marketplace and industry.

Taxes

You can include and define tax items at the level of a supply and let providers choose if they want taxes to be collected. The tax can be VAT, Sales tax, or whatever. You have the freedom to include multiple tax items if required.

Restrictions

Restrictions are another rule-based module that allows you to model conditions that restrict the commerce of a given supply.

Example: you can say marketplace-wide, your purchases are allowed below 50€. You can also let providers have their own restrictions. E.g. one provider will say it does not take orders below 100€, while another one will say that they do not take orders below 500€.

The restrictions can also be of non-monetary nature. The provider offers accommodation has a restriction of max 4 guests.

Platform fees for both consumers and providers

At the supply level, you can also model platform fees – both fixed-amount as well as commission ones. These fees are considered platform revenue items.

As a platform, you can make revenue both from consumers and providers. 
Example: If a consumer is purchasing a “non-eco-friendly” item, you can charge them a fixed platform fee of 2€. 
From the provider side, you can create category-based, product-based, or whatever-based fees. Also, the fee can also be fixed amount or commission-based. 
Example: You can take 4% commission for products from category A and 7% for products from category B. You can also combine multiple fees at the same event. E.g. 7% commission plus 1€ fix-fee.

Order-level platform revenue items

Beside the supply-level platform fees, you can also have order-level platform fees aka platform revenue items.
Example: you can at order-level create a “booking fee” for a consumer of 2€. These 2€ will increase total_to_charge that consumer pays. For the provider, you could say 5% of the order-value for payment processing.

August 1, 2023

Changelog

Shared objects

Public shared objects: Now, all users on the platform can access shared objects marked as public.
Example: Participant wants to add a venue where activity is happening. All added venues will be available for all platform users.

Scoped shared objects: Shared objects are set to private by default, limiting access only to their creator. However, through custom flows, you can now control who else can view these objects. This provides greater flexibility in managing shared content amongst participants.
Example: User A wants to create a list of company contact persons. This list is private and only visible to User A. However, during a transaction, User A has the option to add a “company contact person” to the transaction, making that particular contact visible to the other party involved in the transaction.

July 2023

July 25, 2023

Changelog

  • Exposed new events: transaction.terminated, transition.forcedly_terminated
  • Added new flow actions: force_transition, request_time_event
  • Added new transition trigger requested_time_event
  • Filtering for date set and multi select is improved
  • Flow editor improved how condition trigger is displayed

July 10, 2023

Changelog

  • Calculate total price before starting a transaction via calculcateSupplyPrice API endpoint
  • Introduced shared objects to Frontoffice
  • Allow providers to override total transaction amount
  • Added Provider’s public page to the Frontoffice

June 2023

June 27, 2023

Changelog

  • Introduced Shared Objects concepts (API only)
  • Introduced advanced pricing configuration
  • Introduced match restrictions
  • Introduced new input type: DateSet
  • Added AccountPage to Frontoffice
  • Include match id within payload od transaction events
  • Facelift of TransactionType page on Backoffice

June 8, 2023

Changelog

  • Added to Backoffice option to create supply on behalf of provider
  • Added variants to supply type
  • Added textSet field type
  • Added smartText field type that supports emails and URLs
  • Added UI config of field types that is used by Frontoffice. You can now control labels and helper texts of field inputs
  • Facelifted MyTransactions page on Frontoffice
  • Added more granularity to purganing sandbox data. You can now keep subset of data (e.g. participants)
  • Facelifted Participant details page on Backoffice
  • Facelifted Supply type details page refactored on Backoffice
  • Facelifted Participant type details page on Backoffice
  • Facelifted Transaction details refactored on Backoffice
  • Facelifted Reauthentication dialog refactor
  • Added min-max input option for ObjectSet, ImageSet, and DocumentSet
  • Account update fixes
  • Prevent user from adding autoinc field to object and objectset

May 2023

May 9, 2023

Changelog

  • Allow Backoffice users to see when a user logged in last time
  • Exposed transaction.initiated and transaction.prepared events
  • Added new variables for email notifications for transaction.state_reached event
  • Allow deep linking into sandbox and live environments in Backoffice
  • Aligned API endpoints to GraphQL conventions
  • Facelifted participant onboarding page on Frontoffice
  • Email notification types page refactored (BO)

April 2023

April 17, 2023

Changelog

  • Added configuration for Frontoffice pages Landing page, authentication pages and profile page
  • Allow through Backoffice to update participant’s field access to its own data and to its supplies
  • Under the hood work to enable team mode a.k.a. organizations as a participant
  • Show non-started transactions in Backofice
  • Facelifted MyConnectionsPage on Frontoffice
  • Facelited dashboard tiles on Frontoffice
  • Several bug fixes

April 3, 2023

Changelog

  • Allow to activate and deactivate a supply instance
  • Allow match requester to terminate transaction
  • Improved UX of flow editor 🔥
  • Exposed tech_name for States and Transitions

March 2023

March 20, 2023

Changelog

  • Added ConnectionType concept
  • New deployment process including flow migrations – push to prod
  • New email notification trigger for the event transition_executed
  • Several bug fixes

March 6, 2023

Changelog

  • Added Forward Auction as new transaction type
  • Facelifted field type forms
  • Facelisted field type table
  • Several bug fixes

February 2023

February 13, 2023

Changelog

  • Introduced scheduler to control matching tool
    • Added time-to-live and auto-deactivation of a matching tool
    • Control TTL to be custom or fixed
  • Control how much matches tool is allowed to create and close
  • Execute matching strategy on new supply is created
  • Design and layout improvements on Backoffice
  • BO participant table

January 2023

January 16, 2023

Changelog

  • Facelisted participants table in Backoffice
  • Improving API design

December 2022

December 5, 2022

Changelog

  • Webhooks performance optimization
  • Fixed webhooks sending on participant events

November 2022

November 30, 2022

Changelog

  • Added new input type: auto increment
  • Added environment variables that can be configured via Backoffice and used in e.g. email notifications
  • Performance execution improvement of updating field accesses.
  • Several bug fixes

November 10, 2022

Changelog

  • Introducing ObjectType
    • Object input_type is custom container of field_types
    • ObjectSet input_type can carry multiple Objects inside
  • Introduced tech_name to level up DX
  • MatchingOrder configuration improvement

October 2022

October 14, 2022

Changelog

  • Improved API design and leveled up DX

September 2022

September 12, 2022

Changelog

  • Maintenance and performance improvements
  • Multiple bug fixes

August 2022

August 19, 2022

Changelog

  • Resend verification email from BO
    • Allow BO users to re-send email verification email to Participants
  • New event type exposed: participant.email.verification_requested
  • Reauthentication dialog improvement for Backoffice application
  • Several bug fixes

August 5, 2022

Changelog

  • New API for provider supplies
  • Allow participants to see all provider’s supplies
  • Auto-transitions now available for Transaction Type
    • User now can add auto-transitions in Flow Editor
  • Transfers added to operations
  • New event types for webhooks and notification types (state reached in participant and supply)
  • Facelift FO: unavailable photo placeholder
  • Field document_set now improved on FO
  • Validation for field_type multi-select fixed
  • Sub transactions properly emits state_reached event
  • Fixed field type order

July 2022

July 20, 2022

Changelog

  • Introduced onboarding flows for participant
  • Introduced onboarding flow for a supply
  • Enable provider’s onboarding to Stripe’s merchant account (Connected account)
  • Several improvements at flow editor
  • Facelifted discovery page at Frontoffice
  • General styling improvements on Frontoffice
  • Several bug fixes

July 1, 2022

Changelog

  • Provider fields for discovered Supply
    • Frontoffice now shows provider fields at supply card 🚀
    • Backoffice: New section to adjust visibility of provider fields at Supply card.
  • Deleting of transactional data in the sandbox environment
    • Allow marketplace operator to clear all dummy/test transactional data created in Sandbox environment.
  • Added MyProfilePage to frontoffice that allows to preview and my update my fields as logged in user
  • Transaction.state_reached now available for email notification types 📤
  • Custom payment types available and fully functional
  • Adjusted and improved way of creating a supply instance.
  • Bug fixes with Location input type
  • Bug with update_field_access now fixed

June 2022

June 16, 2022

Changelog

  • Email Notification Types
    • Custom notification type available for participant.created event
    • Custom notification type available for participant.password.reset_requested event
  • Several bug fixes 🔨

June 7, 2022

Changelog

Transactions API 2.0
  • Added subtransactions 🚀
  • Facelifting of Operations Participants page
  • Facelifting of Operations Supplies page
  • Facelifting of Operations Transactions page
  • Facelifting of Operations Payments page
  • Fixed bug with setting min/max values in Field Type
  • Fixed bug what crashed flow editor in one edge case

May 2022

May 19, 2022

Changelog

  • Added email notification types
  • Added email notifications page in Backoffice
  • Added default email notifications
  • Added integration with SendInBlue for email notifications
  • Integrated Stripe as payment service provider
  • Payment types
  • Improved Participant details page in Backoffice
  • Improved Supply details page in Backoffice
  • Improved API design for the endpoint to verify participant account
  • Frontoffice validates integer inputs

April 2022

April 27, 2022

Changelog

  • Maintenance and cleanup

April 10, 2022

Changelog

  • Added controlled data disclosure for discovery APIs
  • Configure what fields are visible to participants and what to guest users (non-logged in users)
  • Integrated Stripe as payment service provider
  • Facelifting integrations page in BO
  • Facelifting navigation menu in BO
  • Properly set order of fields in supply type, participant type, match type and matching tool type
  • Frontoffice properly shows input options of a field type
  • Removed bug when Frontoffice edits geo-based field type

March 2022

March 23, 2022

Changelog

  • Added section in Backoffice to control the Frontoffice application
  • Added global section
  • Added landing page section
  • Multiple improvements on marketplace wizard
  • Added new design for wizard
  • Removed unnecessary steps
  • Multiple Frontoffice improvements
  • New layout and design for MyTransactionsPage
  • New design for MyTransactionDetailsPage
  • Added new API docs
  • Improvements in Supply onboarding
  • Improvements in Participant onboarding
  • Fixed a bug with the total amount on Payments Page in Backoffice.

March 17, 2022

Changelog

  • Backoffice shows all payments: Operational team can now track all payments happening on the marketplace. You can find this page under the Operations section within the Backoffice application.
  • Several flow editor improvements.
  • API return next possible steps
  • UI config to show state related message to a consumer and provider
  • Multiple design improvements on Frontoffice
  • Changed default states in transaction types
  • Fixed bug when adding a transition triggered by manual API call
  • Fixed bug with incorrect info email address

February 2022

February 14, 2022

First randevu.tech release 🎉

The release contains 4 big components

Backoffice application/admin panel. Place for marketplace owners and their operational team to perform daily operations, approving participants, verifying listings, monitoring transactions, etc. Find out more about the admin panel –> 

Frontoffice application. Default frontend you that allows your marketplace participants to sign up, create listings, perform transactions, etc.

Backend API. API endpoints used to add custom integrations and extensions in side-by-side manner.

Marketplace API. API endpoints that are used by your custom frontoffice frontends (web, mobile or desktop) and also by randevu’s frontoffice.