diff --git a/public/app.js b/public/app.js index b647718..7d64081 100644 --- a/public/app.js +++ b/public/app.js @@ -228,6 +228,7 @@ async function createFeedbackMap(event) { event.preventDefault(); const submit = form.querySelector('button[type="submit"]'); const payload = Object.fromEntries(new FormData(form).entries()); + if (!String(payload.optionsText || '').trim()) payload.optionsText = payload.idea; submit.disabled = true; submit.textContent = 'Judging…'; try { diff --git a/public/index.html b/public/index.html index eb7ebc0..4c38ade 100644 --- a/public/index.html +++ b/public/index.html @@ -24,7 +24,7 @@

Feedback intake for ideas, features, offers, and next moves

Submit the mess. Get a defended first move.

-

Ranker is the front door to useful feedback: paste an idea plus the features or possible moves around it, choose the judgement lens, and get a decision brief with reasons, risks, expert reflections, and next steps.

+

Ranker is the front door to useful feedback: paste the messy backlog as-is, choose the judgement lens, and get a decision brief with reasons, risks, expert reflections, and next steps.

Rank a messy list @@ -59,18 +59,18 @@

MVP · feedback front door · no account · no dashboard swamp

Send a decision brief to the room

-

Describe what you want feedback on, then list the possible features, directions, offers, or next steps. Ranker gives you the quick judgement first, then the deeper reflections.

+

Paste the backlog, rough notes, feature dump, or possible next moves. Ranker will extract candidates when it can; use the optional candidate box only if you already have a cleaner list.