Actions
dev #3244
open[BE] Remove Residual “TAAFT” References from Tool Data
Description
Description¶
Some tool records still contain references to TAAFT (e.g., promo codes and referral parameters) within user-facing fields and platform URLs. These remnants should be removed to prevent incorrect promotions, tracking leakage, and brand confusion.
Examples of problematic content¶
- Promo code mentions:
Use TAAFT at checkout - Referral/UTM params in URLs:
?ref=taaft,utm_source=taaft
Affected Tool Parameters¶
- Tool Overview
- Tool Description
- Platform URLs
- Q&A
- Versions
Steps to Fix¶
-
Identify affected tools
- Search all relevant columns for case-insensitive matches of
taaft(including common URL params likeref=taaft,utm_source=taaft).
- Search all relevant columns for case-insensitive matches of
-
Update records
- Remove or replace TAAFT references in the affected fields via scripts.
- Perform manual edits for edge cases (e.g., when removing
ref=taaftbreaks an otherwise valid URL; replace with a clean URL).
-
Verify
- Re-scan the database to confirm no remaining case-insensitive matches.
- Spot-check a sample of updated tools in the UI to ensure content and links render correctly.
Actions