Commit 0069efb
committed
Working version of the UI and upgrades
NEW Added api endpoint to get infos of all configured brains
NEW First draft of a single overview page for brains
NEW BrainsService
NEW Initial brain overview finished
NEW debug stacktrace on catch all exceptions
FIX Loading of trained brains, if class is changed
FIX Branch names in documentation
UPDATE Change to one single page for brains
UPDATE Move models to the modules they belong
UPDATE Routing to default new brain default page
UPDATE Sidenav to represent new page structure
UPDATE Refactored GET endpoint for info of brain
UPDATE Info method now returns infos about configured and trained brains now
UPDATE Brain dependent variable is now same as name
UPDATE **Change format of sensors file (use update script in scripts folder)**
UPDATE ListModel now implements all list interface methods
UPDATE Sensors file now has Sensor objects in a list, for adding more attributes
UPDATE Configuration service now changed for new format
UPDATE log exception on catch all unknown error
UPDATE Refactored sensor API for compatibility with future database
UPDATE Preparation for sensor objects with state
UPDATE Upgrade to Angular 16
UPDATE Changed README to use UI for configuration
UPDATE Rewrited README with ChatGPT
REMOVE Brains configuration page
Signed-off-by: Johannes Ott <mail@johannes-ott.net>1 parent 91dd948 commit 0069efb
79 files changed
Lines changed: 5116 additions & 4353 deletions
File tree
- .vscode
- core
- learninghouse
- api
- errors
- core
- models
- services
- static/docs
- scripts
- ui
- src
- app
- modules
- auth
- pages
- apikeys
- add-apikey-dialog
- login
- brains
- components/braininfo
- pages
- brains
- add-edit-brain-dialog
- prediction
- training
- configuration
- pages
- brains
- add-edit-brain-dialog
- sensors
- add-edit-sensor-dialog
- services
- assets/i18n
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
37 | 49 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
11 | 26 | | |
12 | 27 | | |
13 | 28 | | |
| |||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
31 | 36 | | |
32 | 37 | | |
33 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
21 | 25 | | |
22 | 26 | | |
23 | 27 | | |
| |||
0 commit comments