Wiki source code of KPM
Version 7.1 by Kerem Yollu on 2025/03/21 07:36
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | # Kysight Project Management (KPM) | ||
2 | |||
3 | ## Oriented for project management in electronics world, from engineering to testing passing production and up to life cycle management for electronics. | ||
4 | |||
5 | # POF The proof to concept uses existing tools to set the Data Structures and help to choose how the end result needs to look like. | ||
6 | |||
7 | ## Data | ||
8 | |||
9 | - Postgres | ||
10 | - Structure | ||
11 | |||
12 | ## Ui | ||
13 | |||
14 | - Node Red | ||
15 | - Grafana | ||
16 | - pgAdmin | ||
17 | |||
18 | --- | ||
19 | |||
20 | # Bare Metal | ||
21 | |||
22 | ## Data | ||
23 | |||
24 | * The data structure and databases are for now the same as in POF | ||
25 | |||
26 | ## UI | ||
27 | |||
28 | * Flask as back end | ||
29 | * Link To [Minibase](https://git.keydev.me/Kerem/miniBase) GIT project | ||
30 | * No Front end is defined |