Bootstrap repository readiness artifacts - #59
Open
codepress-dev[bot] wants to merge 1 commit into
Open
Conversation
Co-authored-by: dev@codepress.dev <dev@codepress.dev>
Contributor
Author
|
@codepress /judge-verification can you judge this verification? Local Verification — quantfive/django-react-introPR Head SHA: Environment artifact: Diff Trigger Inventory
Verification Contract Results
Log Review
Environment and Scope
Overall: ✅ PASS |
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
Make quantfive/django-react-intro ready for repeatable CodePress workflows. The repository now has durable instructions for capturing PR screenshots, starting the legacy Django/React app in Docker, and running a local HTTP verification contract, so future sessions can validate the real app without rediscovering its old toolchain.
Technical details
Added three generated repo-local skills for PR screenshots, app-server startup, and verify-local execution. The app-server path uses a multi-stage Node 18/Python 3.6 Dockerfile: it installs the locked Yarn and Pipenv dependencies inside the image, builds the CRA frontend into Django static assets, applies SQLite migrations, fixes runtime ownership for UID 65534, and serves Django on 0.0.0.0:8000. Added the schema-versioned start recipe with input checksums and known fixes. Added @playwright/test plus a web-local Playwright config for the public CRA route. The verify-local contract is grounded in live routes discovered from the code: the React shell, REST login OPTIONS metadata, and anonymous access denial on /api/auth/user/.
Changes
Test plan
Open items
Authors
Generated with CodePress · View the chat session
Co-authored-by: dev@codepress.dev dev@codepress.dev