Add AI project price evaluation#4
Conversation
|
Thanks for the update. Since this PR changes the project setup wizard / AI budget estimator UI, could you add visual evidence for reviewers, such as screenshots or a short video/GIF showing the estimator flow and the suggested budget being applied? That will make it easier to verify the UI behavior alongside the listed tests. |
|
Thanks for the review @TUPM96 — adding visual evidence below. The GIF walks through Step 3 (Budget & timeline) of the project setup wizard and shows:
The estimator is deterministic (same input → same output) so the numbers above are reproducible from the scope/deliverables/tech-stack values entered in steps 1–2. Tests covering the breakdown math are in Happy to add a second pass capturing the wizard from Step 1 if that would help. |
|
PR readiness check.
All bounty readiness checks currently pass. |
|
PR readiness check.
After updating the PR, rerun this check or add a PR comment so it can recheck. |
…valuation # Conflicts: # frontend/src/App.vue
Mark the AI project evaluation submission as open (not draft), with evidence provided. Repository star is still pending. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Re-triggering the readiness check — repo is now starred, evidence GIF posted above. |
|
Quick note on the The readiness workflow calls That's why both this PR and PR #5 are flagged |
Mark the AI project evaluation submission as open (not draft), with evidence provided. Repository star is still pending.
5751425 to
c80b7eb
Compare
|
LGTM. |
|
MergeOS approved and merged this PR.
|

Related to #3
Summary
POST /api/projects/evaluate-priceValidation
go test ./...npm testfromfrontend/The estimator is deterministic and keeps the pricing logic outside the UI layer so it can be tested and later swapped to an external AI provider without exposing secrets client-side.