Tracardi / tracardi

TRACARDI is a new HOME for your customer data. TRACARDI is an Composable API-first solution for any company that need inexpensive CDP to intergrate with.
https://www.tracardi.com
Other
501 stars 92 forks source link

Create a timedelta plugin #840

Open atompie opened 10 months ago

atompie commented 10 months ago

Task: Create a Tracardi Plugin that creates a date based on time delta, now + delta

Problem Description: Write a Tracardi plugin to address the need for a plugin that returns the date bases on time delta. Date must be computed using the time delta that is delivered by the user in the plugin form And this is the only configuration that the user must deliver. Current time is added to a defined delta and the date is returned on the result port. If there is an error it is returned on error port.

Prerequisites that must be meet

Fork repository and work on the 0.8.2-dev branch. We will only accept changes in this branch.

Steps to Create the Plugin in Tracardi:

Review Tracardi Plugin Documentation:
    Begin by thoroughly reviewing the Tracardi plugin documentation available at http://docs.tracardi.com/plugins/.

Set Up Development Environment:
    Follow the instructions provided in the documentation at http://docs.tracardi.com/development/python_env/ to create a suitable development environment for plugin development.
atompie commented 10 months ago

This may help to speed up the development: https://www.youtube.com/watch?v=R_kr9mBAKAU

ghost commented 10 months ago

Hi @atompie , I'll take this up.