Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions .logs/start/api-server.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
INFO: Started server process [46899]
INFO: Waiting for application startup.
INFO: Application startup complete.
INFO: Uvicorn running on http://0.0.0.0:4242 (Press CTRL+C to quit)
================================================================================
EHTOOL ROUTER MODULE LOADED - VERSION: DEBUG v2
================================================================================
INFO: 127.0.0.1:56352 - "GET /health HTTP/1.1" 200 OK
INFO: 127.0.0.1:52680 - "GET /files?parent=root HTTP/1.1" 200 OK
INFO: 127.0.0.1:52680 - "GET /files/preview/1 HTTP/1.1" 200 OK
INFO: 127.0.0.1:52686 - "GET /files/preview/2 HTTP/1.1" 200 OK
INFO: 127.0.0.1:45030 - "GET /training_logs HTTP/1.1" 200 OK
INFO: 127.0.0.1:45030 - "GET /training_logs HTTP/1.1" 200 OK
INFO: 127.0.0.1:40470 - "GET /files HTTP/1.1" 200 OK
INFO: 127.0.0.1:40856 - "GET /files HTTP/1.1" 200 OK
INFO: 127.0.0.1:40856 - "GET /files HTTP/1.1" 200 OK
INFO: 127.0.0.1:50196 - "GET /pytc/configs HTTP/1.1" 200 OK
INFO: 127.0.0.1:50202 - "GET /pytc/architectures HTTP/1.1" 404 Not Found
INFO: 127.0.0.1:50202 - "GET /pytc/architectures HTTP/1.1" 404 Not Found
INFO: 127.0.0.1:50196 - "GET /pytc/configs HTTP/1.1" 200 OK
INFO: 127.0.0.1:51628 - "GET /pytc/architectures HTTP/1.1" 404 Not Found
INFO: 127.0.0.1:51628 - "GET /pytc/architectures HTTP/1.1" 404 Not Found
INFO: 127.0.0.1:51618 - "GET /pytc/configs HTTP/1.1" 200 OK
INFO: 127.0.0.1:51618 - "GET /pytc/configs HTTP/1.1" 200 OK
INFO: Shutting down
INFO: Waiting for application shutdown.
INFO: Application shutdown complete.
INFO: Finished server process [46899]
3 changes: 3 additions & 0 deletions .logs/start/data-server.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Uninstalled 1 package in 8ms
Installed 1 package in 13ms
127.0.0.1 - - [27/Mar/2026 10:30:28] "GET / HTTP/1.1" 200 -
23 changes: 23 additions & 0 deletions .logs/start/pytc-server.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
INFO: Started server process [46984]
INFO: Waiting for application startup.
INFO: Application startup complete.
INFO: Uvicorn running on http://0.0.0.0:4243 (Press CTRL+C to quit)

================================================================================
SERVER_PYTC STARTING UP
Python executable: /home/sam/Workshop/pytc-client/.venv/bin/python3
Working directory: /home/sam/Workshop/pytc-client
================================================================================


================================================================================
SERVER_PYTC: Starting Uvicorn server on port 4243...
================================================================================

INFO: 127.0.0.1:41082 - "GET /hello HTTP/1.1" 200 OK
INFO: 127.0.0.1:48264 - "GET /training_logs HTTP/1.1" 200 OK
INFO: 127.0.0.1:48272 - "GET /training_logs HTTP/1.1" 200 OK
INFO: Shutting down
INFO: Waiting for application shutdown.
INFO: Application shutdown complete.
INFO: Finished server process [46984]
65 changes: 65 additions & 0 deletions .logs/start/react-build.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@

> PyTC Client@0.1.0 build
> cross-env CI=false react-scripts build

[baseline-browser-mapping] The data in this module is over two months old. To ensure accurate Baseline data, please update: `npm i baseline-browser-mapping@latest -D`
Creating an optimized production build...
[baseline-browser-mapping] The data in this module is over two months old. To ensure accurate Baseline data, please update: `npm i baseline-browser-mapping@latest -D`
Compiled with warnings.

[eslint]
src/components/FilePickerModal.js
Line 102:35: Function declared in a loop contains unsafe references to variable(s) 'curr' no-loop-func
Line 124:35: Function declared in a loop contains unsafe references to variable(s) 'currParentId' no-loop-func
Line 243:15: The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid

src/components/YamlFileUploader.js
Line 375:6: React Hook useEffect has missing dependencies: 'getCurrentConfig' and 'syncYamlContext'. Either include them or remove the dependency array react-hooks/exhaustive-deps
Line 389:6: React Hook useEffect has missing dependencies: 'getCurrentConfig', 'setCurrentConfig', and 'updateInputSelectorInformation'. Either include them or remove the dependency array react-hooks/exhaustive-deps
Line 402:6: React Hook useMemo has a missing dependency: 'getCurrentConfig'. Either include it or remove the dependency array react-hooks/exhaustive-deps

src/views/EHTool.js
Line 25:6: React Hook useEffect has a missing dependency: 'sessionId'. Either include it or remove the dependency array react-hooks/exhaustive-deps

src/views/FilesManager.js
Line 81:31: Function declared in a loop contains unsafe references to variable(s) 'current' no-loop-func
Line 420:27: Function declared in a loop contains unsafe references to variable(s) 'curr' no-loop-func
Line 772:32: Function declared in a loop contains unsafe references to variable(s) 'descendantSizeKb', 'descendantSizeKb', 'descendantSizeKb', 'descendantSizeKb' no-loop-func
Line 1069:6: React Hook useEffect has missing dependencies: 'finishCreateFolder', 'finishRename', 'handleCopy', 'handleCut', 'handleDelete', and 'handlePaste'. Either include them or remove the dependency array react-hooks/exhaustive-deps

src/views/ehtool/DetectionWorkflow.js
Line 225:6: React Hook useEffect has a missing dependency: 'loadInstances'. Either include it or remove the dependency array react-hooks/exhaustive-deps
Line 274:20: The ref value 'schedulerRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'schedulerRef.current' to a variable inside the effect, and use that variable in the cleanup function react-hooks/exhaustive-deps
Line 314:6: React Hook useEffect has a missing dependency: 'loadInstanceView'. Either include it or remove the dependency array react-hooks/exhaustive-deps
Line 355:6: React Hook useEffect has a missing dependency: 'loadInstanceView'. Either include it or remove the dependency array react-hooks/exhaustive-deps
Line 416:6: React Hook useEffect has missing dependencies: 'goToNextInstance', 'goToPreviousInstance', 'handleAxisChange', and 'handleInstanceClassify'. Either include them or remove the dependency array react-hooks/exhaustive-deps
Line 524:6: React Hook useEffect has a missing dependency: 'clearFrameCaches'. Either include it or remove the dependency array react-hooks/exhaustive-deps

src/views/ehtool/ProofreadingEditor.js
Line 140:8: React Hook useEffect has a missing dependency: 'loadImages'. Either include it or remove the dependency array react-hooks/exhaustive-deps
Line 148:8: React Hook useEffect has missing dependencies: 'drawCanvas' and 'drawMinimap'. Either include them or remove the dependency array react-hooks/exhaustive-deps
Line 163:8: React Hook useEffect has missing dependencies: 'drawCanvas' and 'drawMinimap'. Either include them or remove the dependency array react-hooks/exhaustive-deps
Line 403:8: React Hook useEffect has a missing dependency: 'loadOverlayImage'. Either include it or remove the dependency array react-hooks/exhaustive-deps
Line 407:8: React Hook useEffect has a missing dependency: 'loadOverlayImage'. Either include it or remove the dependency array react-hooks/exhaustive-deps
Line 653:7: React Hook useMemo has a missing dependency: 'glasbeyColor'. Either include it or remove the dependency array react-hooks/exhaustive-deps
Line 662:8: React Hook useEffect has missing dependencies: 'drawCanvas' and 'drawMinimap'. Either include them or remove the dependency array react-hooks/exhaustive-deps
Line 899:9: Expected a default case default-case
Line 940:8: React Hook useEffect has missing dependencies: 'handleRedo', 'handleSave', and 'handleUndo'. Either include them or remove the dependency array react-hooks/exhaustive-deps

Search for the keywords to learn more about each warning.
To ignore, add // eslint-disable-next-line to the line before.

File sizes after gzip:

485.3 kB (-67.87 kB) build/static/js/main.7bc54d78.js
465 B build/static/css/main.40821645.css

The project was built assuming it is hosted at ./.
You can control this with the homepage field in your package.json.

The build folder is ready to be deployed.

Find out more about deployment here:

https://cra.link/deployment

Loading
Loading