Merged
Conversation
- replace the old web UI with a live matrix dashboard showing store x series status - add runtime status tracking for idle/checking/in stock/out of stock/error cells - expose matrix, settings, and control APIs from the web server - add top-right filter menus for stores, series, and models - persist filter changes back to the active dotenv file - add a gear/settings editor for the full active dotenv file - add in-page bot restart support without tearing down the web server - add configurable lookup concurrency via LOOKUP_THREADS - add randomized store/product ordering via RANDOMIZE_LOOKUP_ORDER - update matrix behavior so the latest status event wins and selected series render as idle when appropriate
Agent-Logs-Url: https://github.com/Mr-Tech-13/streetmerchant/sessions/822a04fb-2dca-44b3-83f4-f369fcf214ba Co-authored-by: Mr-Tech-13 <81822275+Mr-Tech-13@users.noreply.github.com>
…orkflow fix: resolve 32 lint errors blocking CI on codex/gui → main PR
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.
Description
idle,checking,out_of_stock,in_stock,error, orunsupporteddotenvfile instead of keeping them in memory onlydotenvfile from the browserLOOKUP_THREADSRANDOMIZE_LOOKUP_ORDERidleinstead of disappearingWEB_PORTusage, persisted filter changes, restart flow,LOOKUP_THREADS, andRANDOMIZE_LOOKUP_ORDERTesting
LOOKUP_THREADSandRANDOMIZE_LOOKUP_ORDERin the running configSHOW_ONLY_SERIESis setnpm run lintnpm run compileNew dependencies