feat(pert): add FastAPI PERT estimation endpoints#8
Merged
Conversation
Port standalone PERT estimator into the FastAPI module structure with stateless POST /pert/task and POST /pert/project endpoints. Includes insight tags for reality-adjusted pessimistic estimates, Pydantic schemas, and 61 tests covering core logic, schemas, and HTTP endpoints. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Deploying logic with
|
| Latest commit: |
89d2db1
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://ec2ec3d1.logic-btj.pages.dev |
| Branch Preview URL: | https://feature-pert-module.logic-btj.pages.dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
app/pert/) with layered architecture (core, schemas, router)POST /pert/task(single task) andPOST /pert/project(multi-task aggregation)__init__.pytotests/tco/to fix pytest module name collisionTest plan
pytest tests/pert/ -v— 61 tests passpytest— full suite 134 tests, no regressionsruff check/ruff format --check— cleanpyright— 0 errorspre-commit run --all-files— all hooks passPOST /pert/taskandPOST /pert/projectvia Swagger UI🤖 Generated with Claude Code