Craving Flow Changelog

All changes and updates for Craving Flow.

1.4.2

April 17, 2026
  • πŸš€ update Optimize re-engagement webhook logic to support multiple toggle formats in Monday.com (checked, v, true) and improve status tracking for both regular and company students to ensure reliable delivery of inactivity messages. ✨ feat Add automated notifications for "Monday Substitutions" and "Monday Reschedulings". New triggers and templates allow the team to notify students about class changesβ€”including new times, teachers, and meeting linksβ€”directly from Monday.com status updates.
  • ✨ feat Launch "Inactive Student" re-engagement system. Automatically sends a personalized "Regresso" WhatsApp message to students who haven't had classes in a while, encouraging them to return and schedule their next sessions.

1.4.1

April 16, 2026
  • πŸš€ update Restrict WhatsApp assessment notifications to manual resends. This fix prevents duplicate messages from being sent during board migrations or when items are moved to the "Assessment in Class" board, ensuring students only receive their results when intended.
  • ✨ feat Implement automated WhatsApp notifications for assessment results. Students now receive a "Resultados de Assessment" message via Respond.io as soon as their assessment is marked as completed in Monday.com, providing immediate feedback on their performance.

1.3.5

April 15, 2026
  • πŸš€ update Implement batched Monday API requests and improve orphaned assessment handling in moveUnscheduledAssessmentsToInClass migration for better performance and reliability.
  • ✨ feat Replace cleanup cron with move-to-in-class migration for unscheduled assessments. Students who never schedule their assessment after 20+ days in Follow-up are now moved to the "Assessment in Class" board (instead of being deleted), allowing teachers to conduct the assessment directly during class sessions.
  • ✨ feat Add new assessment status IN_CLASS and configure three new Monday board groups for the "Assessment in Class" board: - assessments.in-class: Pending Regular students - assessments.company.in-class: Pending Company students - assessments.in-class.completed: Completed in-class assessments that trigger the full completion flow.

1.3.4

April 6, 2026
  • πŸš€ update Update welcome message templates and Respond service to include Teacher Coach name extracted from Monday.com boards.
  • ✨ feat Add image headers to assessment notification WhatsApp templates for improved student engagement and visual clarity.
  • πŸ› fix Respond.io API error by removing captions from assessment image headers and making the caption parameter optional in the integration interface.

1.3.3

March 27, 2026
  • πŸš€ update classSubstitution with Emergency template (sub_mismodia) and add support for teacherRegular column.

1.3.2

March 20, 2026
  • πŸš€ update classSubstitution with Emergency template (sub_mismodia) and add support for teacherRegular column.
  • ✨ feat exclusion for TestPrep (group_mm1d2afr) and Czech Students (group_mktdc5jh) in assessment resets and notifications.
  • ✨ feat Implement InitializeAssessmentDatesCron to automatically reset student assessment
  • πŸ› fix nextAssessmentDate UTC mismatch causing a one-day offset during resets.

1.3.1

March 12, 2026
  • πŸš€ update Update ThirdClass template and Class 2 badge.
  • ✨ feat Add TestPrep class support.
  • ✨ feat Implement logic to ignore second reminders for assessments older than 20 days.

1.3.0

March 10, 2026
  • ✨ feat Implement manual assessment reminder trigger via Monday.com webhook.
  • ✨ feat Add manual reminder service to processing flow.
  • πŸ› fix Correctly handle assessment ID in status update logic.
  • πŸš€ update Refine Monday webhook processing with duplicate detection.

1.2.5

March 3, 2026
  • ✨ feat Refine special program detection logic for Club 26 and Let's Talk.
  • πŸ› fix Fix newline characters in program change message templates.
  • πŸš€ update Standardize program definitions into distinct categories (Adult, Mini, Kids, Teens).

1.2.4

February 26, 2026
  • ✨ feat Integration of Club 26 specific message templates.
  • ✨ feat Add Company Assessment Calendly links to notification templates.
  • πŸš€ update Refactor notification modules for better maintainability.

1.2.3

February 20, 2026
  • ✨ feat Implement dedicated schedule change notification service.
  • πŸ› fix Resolve duplication in assessment scheduling triggers.
  • πŸš€ update Improve error handling in Respond.io API calls.

1.2.2

February 16, 2026
  • ✨ feat Differentiate between Company and Regular assessment boards in production.
  • ✨ feat Add resilience to assessment completion service for missing board IDs.
  • πŸš€ update Improve logging for Monday.com status updates.

1.2.1

February 11, 2026
  • ✨ feat Implement welcome message system for regular students.
  • ✨ feat Integrate Respond.io API for automated WhatsApp onboarding.
  • πŸš€ update Separate email and Respond.io services for cleaner architecture.

1.2.0

February 2, 2026
  • ✨ feat Expand badge system support up to 24 months.
  • ✨ feat Add monthly progress reward notification for month 13.
  • πŸ› fix Handle edge cases for non-existent badge months.

1.1.5

January 20, 2026
  • ✨ feat Add class frequency templates for 1, 2, 3, and 4 classes per week.
  • ✨ feat Automated scheduling logic for first-class notifications.
  • πŸš€ update Improve message template parameter mapping.

1.1.0

January 5, 2026
  • ✨ feat Implement WhatsApp template messages for class substitutions.
  • ✨ feat Adjust class date/time parsing for Costa Rica timezone (UTC-6).
  • πŸ› fix Remove sensitive debug logs and standardize import aliases.

1.0.5

October 29, 2025
  • ✨ feat Integrate string-similarity for improved program matching in welcome emails.
  • πŸ› fix Normalize phone number formats for international notifications.
  • πŸš€ update Refactor core notification logic for better reliability.

1.0.1

June 27, 2025
  • ✨ feat Implement certificate expiration and denial logic.
  • ✨ feat Add interactive buttons to student certificate views.
  • πŸš€ update Sanitize email text for better deliverability and safety.

1.0.0

February 12, 2025
  • ✨ feat Base project structure with NestJS and TypeScript.
  • ✨ feat Initial Monday.com adapter and webhook integration.
  • ✨ feat Core assessment and notification modules.
  • ✨ feat PostgreSQL database integration and TypeORM entities.
  • πŸš€ update Initial project configuration (ESLint, Prettier, Husky).