Add Target WebHarbor mirror#51
Open
Lxr-max wants to merge 1 commit into
Open
Conversation
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
Implementation Summary
sites/target/using Flask, SQLAlchemy, SQLite, Jinja templates, and local CSS/JS.websyn_start.sh,control_server.py,Dockerfile, and README quickstart guidance.Seed Row Counts
Benchmark Users
TestPass123!Tasks
Key Routes
/,/home/categories,/category/<category_slug>/products,/product/<sku>/deals,/stores,/stores/<store_slug>/support,/help,/search?q=/cart,/checkout,/checkout/shipping,/checkout/pickup,/checkout/payment,/checkout/review,/checkout/confirmation/login,/register,/logout,/account,/account/orders,/account/rewards,/account/wishlist/order-lookup,/order/<order_number>Verification Commands and Results
py -3 -m py_compile sites/target/app.py✅py -3 -m py_compile sites/target/seed_data.py✅py -3 -m py_compile sites/target/_health.py✅sites/target/tasks.jsonlJSONL/schema validation ✅ (20 tasks)docker build -t webharbor:target-pr .✅docker run -d --name webharbor-target-submit -p 8401:8101 -p 44000-44015:40000-40015 webharbor:target-pr✅http://localhost:8401/health✅ (16/16sites alive)/,/home,/categories,/products,/cart,/checkout,/order-lookup,/support,/login,/stores,/deals,/search?q=pickup✅http-smoke-ok TGT-240061)Docker Result
scripts/build.shandscripts/extract_assets.shdirectly.Smoke Test Result
Reset + MD5 Result
POST /reset/targetreturnedready: true✅f7dc6396667b9dccb784c8d8612ea672 /opt/WebSyn/target/instance/target.dbf7dc6396667b9dccb784c8d8612ea672 /opt/WebSyn/target/instance_seed/target.db200and MD5 stayed identical ✅Screenshot Paths
sites/target/scraped_data/submission_review/home.pngsites/target/scraped_data/submission_review/search_results.pngsites/target/scraped_data/submission_review/product_detail.pngsites/target/scraped_data/submission_review/stores.pngsites/target/scraped_data/submission_review/support.pngsites/target/scraped_data/submission_review/login.pngsites/target/scraped_data/submission_review/checkout.pngsites/target/scraped_data/submission_review/order_lookup.pngsites/target/scraped_data/submission_review/deals.pngsites/target/scraped_data/submission_review/mobile_home.pngKnown Limitations
.assets-revisionwas not modified at this stage; it should only be updated after the upstream HF asset change is merged and a stable merge revision is available.HF Asset Status
C:\Users\34475\Desktop\VScode\wh-static-pr-target\target.tar.gz--create-prsucceeded:Manual Review Notes