vps1_gitea_admin
  • Joined on 2026-03-04
vps1_gitea_admin pushed to main at RnD/pumpingStation 2026-03-12 15:43:41 +00:00
762770a063 Expose output format selectors in editor
3ff76228eb fix: guard demo IIFE with require.main check
f01b0bcb19 fix: rename _calcTimeRemaining to _calcRemainingTime + add tests
4e098eefaa refactor: adopt POSITIONS constants and fix ESLint warnings
90f87bb538 Migrate _loadConfig to use ConfigManager.buildConfig()
Compare 7 commits »
vps1_gitea_admin pushed to main at RnD/measurement 2026-03-12 15:43:40 +00:00
f7c3dc2482 Expose output format selectors in editor
ed5f02605a test: add unit tests for specificClass
1b7285f29e refactor: adopt POSITIONS constants and fix ESLint warnings
294cf49521 Migrate _loadConfig to use ConfigManager.buildConfig()
756cc4bd20 Merge pull request 'changed colours and icon based on s88 and cleanup of file' (#6) from dev-Rene into main
Compare 6 commits »
vps1_gitea_admin pushed to main at RnD/monster 2026-03-12 15:43:40 +00:00
ae46e0021c Refactor monster to current architecture
vps1_gitea_admin pushed to main at RnD/dashboardAPI 2026-03-12 15:43:39 +00:00
c5272fcc24 Adopt buildConfig in dashboardapi adapter
vps1_gitea_admin pushed to main at RnD/diffuser 2026-03-12 15:43:39 +00:00
22927d24c4 Expose output format selectors in editor
0570df208c Restore diffuser in three-layer architecture
Compare 2 commits »
vps1_gitea_admin pushed to main at RnD/generalFunctions 2026-03-12 15:43:39 +00:00
12fce6c549 Add diffuser config schema
814ee3d763 Support config-driven output formatting
31928fd124 fix: add missing migrateConfig method, config versioning, and formatters module
7e40ea0797 test: add child registration integration tests
dec5f63b21 refactor: adopt POSITIONS constants, fix ESLint warnings, break menuUtils into modules
Compare 43 commits »
vps1_gitea_admin pushed to main at RnD/machineGroupControl 2026-03-12 15:43:39 +00:00
85797b5b8b Align machineGroupControl with current architecture
vps1_gitea_admin pushed to main at RnD/diffuser 2026-03-12 15:20:35 +00:00
71d600b4dd old version
vps1_gitea_admin opened issue RnD/EVOLV#31 2026-03-12 08:37:07 +00:00
DashboardAPI node improvements
vps1_gitea_admin opened issue RnD/EVOLV#30 2026-03-12 08:37:04 +00:00
Clean up inline test/demo code in specificClass files
vps1_gitea_admin opened issue RnD/EVOLV#29 2026-03-12 08:36:59 +00:00
Modernize monster node to three-layer architecture
vps1_gitea_admin opened issue RnD/EVOLV#28 2026-03-12 08:36:54 +00:00
Relocate prediction/ML modules to external service
vps1_gitea_admin opened issue RnD/EVOLV#27 2026-03-12 08:36:47 +00:00
Restore diffuser node implementation
vps1_gitea_admin closed issue RnD/EVOLV#17 2026-03-11 15:32:12 +00:00
API reference for generalFunctions
vps1_gitea_admin closed issue RnD/EVOLV#19 2026-03-11 15:32:12 +00:00
Add tests for pumpingStation, reactor, settler, measurement nodes
vps1_gitea_admin closed issue RnD/EVOLV#20 2026-03-11 15:32:12 +00:00
Integration tests for parent-child registration flows
vps1_gitea_admin commented on issue RnD/EVOLV#9 2026-03-11 14:37:31 +00:00
Fix 73 ESLint no-unused-vars warnings

Fixed: reduced ESLint warnings from 71 to 0.

Changes across 10 submodules:

  • Removed unused imports and variables (ChildRegistrationUtils, OutputUtils, noop, reNative, etc.)
  • Prefixed intentional…
vps1_gitea_admin closed issue RnD/EVOLV#9 2026-03-11 14:37:26 +00:00
Fix 73 ESLint no-unused-vars warnings
vps1_gitea_admin closed issue RnD/EVOLV#13 2026-03-11 14:37:26 +00:00
Break menuUtils.js (543 lines) into focused components
vps1_gitea_admin closed issue RnD/EVOLV#18 2026-03-11 14:37:26 +00:00
Add unit tests for generalFunctions core (MeasurementContainer, ConfigManager)