Data model updated with models (data/models), migrations (data/migrations), migration script (data/migrate.js) and the datastore definition (data/data-store.js).
Prettier integrated (npm run format), formatting applied to all files.
All changes applied to frontend.
Charts are updated to display multiple line charts and avoid duplicate x-axis values.
README.md and CONFIG.md files updated.
Unused vue-spa folder replaced with the contents of vue3-spa.
File names standardized to kebab-case.
Docker files simplified to two files - Dockerfile.ibp.services and Dockerfile.ibp.frontend.
Docker compose file updated two use the new definitions, migrations, etc.
data/models
), migrations (data/migrations
), migration script (data/migrate.js
) and the datastore definition (data/data-store.js
).npm run format
), formatting applied to all files.vue-spa
folder replaced with the contents ofvue3-spa
.Dockerfile.ibp.services
andDockerfile.ibp.frontend
.