1.0.6: Priority dishes, day rules, auto-assign CTA, tap-to-replace, export incomplete weeks, Sunday notification

- Dish.isPriority: mark dishes as priority; auto-assign gives them 2.5x weight
- Tag.dayRestriction: restrict tags to weekdays or weekend only
- Auto-assign CTA banner shown when there are empty slots (was hidden in context menu)
- Tap on filled slot opens picker to replace dish directly (no need to remove first)
- Export callout visible as soon as ≥1 slot is filled (not only when week is complete)
- WeekPlanShareView shows localized "TBD" / "Eating out" for empty/eating-out slots
- Second Sunday 17:00 push notification to plan next week
- DishDrawer sorts: priority first, then by historical usage, then alphabetically
- Search in SlotDishPickerSheet already shipped in 1.0.5 (verified ✓)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
alexandrev-tibco
2026-04-30 00:00:53 +02:00
parent 92f97f855d
commit a4dfb38feb
22 changed files with 344 additions and 26 deletions
@@ -310,3 +310,17 @@
"violations_fix" = "Vider le créneau";
"violations_ignore" = "Ignorer";
"violations_badge" = "%d conflit(s)";
// 1.0.6
"dish_priority" = "Plat prioritaire";
"dish_priority_desc" = "Sera priorisé dans l'auto-complétion";
"tags_day_restriction" = "Restriction de jours";
"tags_day_any" = "N'importe quel jour";
"tags_day_weekdays" = "Jours de semaine seulement";
"tags_day_weekend" = "Week-end seulement";
"share_slot_empty" = "À définir";
"home_auto_assign_cta_title" = "Remplir la semaine automatiquement";
"home_auto_assign_cta_slots" = "%d créneaux vides";
"home_auto_assign_cta_button" = "Auto-remplir";
"notification_sunday_title" = "Planifiez votre prochaine semaine";
"notification_sunday_body" = "C'est dimanche — prenez 2 minutes pour planifier vos repas de la semaine prochaine.";