Calling Developers!
We are reenergizing our code contribution process! Learn More

Is the Touch module still in use?

Options
ismael.roman
ismael.roman Spryker Customer Posts: 2 🧑🏻‍🚀 - Cadet

I'm upgrading Spryker version to 202311 and I have this legacy code on Pyz/Zed/Touch/TouchConfig

public function isTouchEnabled(): bool
{
    return false;
}

The core has the same but returning true.

How does this affect the publish + sync if this functionallity gets deactivated? I could see that the spy_touch table stops getting new entries, but what's the consequence for that?

Is the Touch module still in real use?

Thank you

Best Answer

  • fsmeier
    fsmeier Senior Software Engineer & Developer Enablement Advocate Sprykee Posts: 1,016 ⚖️ - Guardians (admin)
    Answer ✓
    Options

    Heyhey,

    if you dont use old "Collectors" (predecessor of Pub&Sync) then please leave it as disabled.

    I also started an internal discussion now to remove it somehow completely for future releases :)

    All the best,

    Florian

Answers

  • fsmeier
    fsmeier Senior Software Engineer & Developer Enablement Advocate Sprykee Posts: 1,016 ⚖️ - Guardians (admin)
    Answer ✓
    Options

    Heyhey,

    if you dont use old "Collectors" (predecessor of Pub&Sync) then please leave it as disabled.

    I also started an internal discussion now to remove it somehow completely for future releases :)

    All the best,

    Florian

  • ismael.roman
    ismael.roman Spryker Customer Posts: 2 🧑🏻‍🚀 - Cadet
    Options

    Thanks for the quick answer, Florian!

    Willing to see this clean up in future releases :D

    Best regards