This repository was archived by the owner on Apr 13, 2025. It is now read-only.
This repository was archived by the owner on Apr 13, 2025. It is now read-only.
Debug Helper #183
Closed
Description
Description
When programming your own bundles, sometimes you want to quickly trigger selected code to ensure correct functionality.
I propose a simple "fake service" or "simulation service" which can trigger events with parametric inputs e.g. String values, random numbers,... This shall be controllable via a custom dashboard frontend.
Open questions
1. Good name for this service? Debug Helper
2. Which parameters should be controllable? Strings, numbers, colors, dates, chars,...?
Input
Each list entry gets its own container and its own event
- onClick, onclick1..5: 5 simple named buttons
- onNumber: 2 Number input, Rapid number input for 1, 10, 100, 1000
- onRange0to100, etc.: Range input from 0 to 100 and 0 to 1 and -1 to 1
- onColor: Color input
- onDate: Date input
- onBool: Boolean value (via buttons)
- onText: Text input (single, multi line)
onDropDown: Drop Down selector with 5 setences- onList: String Array (Comma Separated List)
- onJson: Json Input with Monaco Editor