chore: QA fixes for edit, map, and result pages

* fix: align result cards with recipe and tighten bouquet edit prompts

* fix: improve masked area edits with aligned masks and inpainting prompts

* refactor: drop floristNote/finalize and add map description

* fix: prevent map page crash from marker effect loop

* chore: add eslint exception for KakaoMap shopMarkerMap
This commit is contained in:
Chaewon Lee
2026-06-16 00:01:27 +09:00
committed by GitHub
parent c4748cdc05
commit 0414393be7
21 changed files with 310 additions and 173 deletions

View File

@@ -5,9 +5,7 @@ create table if not exists public.flower_jobs (
mood_analysis jsonb,
recipe jsonb,
image_prompt text,
images jsonb not null default '{}'::jsonb,
selected_size text check (selected_size in ('S', 'M', 'L')),
florist_note text
images jsonb not null default '{}'::jsonb
);
alter table public.flower_jobs enable row level security;