me-box / core-ui

The databox UI app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Databox core UI

The official databox user interface. It is started by the container manager and runs with the same permissions as an any databox app. It uses the interface exposed through container-manager-core-store to get system information and invoke container manager API functions.

Testing/developing outside databox

Its passable to test this component outside of databox, to do so run:

npm run serve

You will also need to set the dev flag in you browsers local storage. In the Javascript console:

localStorage.setItem("dev","true")

In this mode the API call will return canned data stored in then ./testData directory.

TODO

  • Add the ability to add new manifest stores

Development of databox was supported by the following funding

EP/N028260/1, Databox: Privacy-Aware Infrastructure for Managing Personal Data

EP/N028260/2, Databox: Privacy-Aware Infrastructure for Managing Personal Data

EP/N014243/1, Future Everyday Interaction with the Autonomous Internet of Things

EP/M001636/1, Privacy-by-Design: Building Accountability into the Internet of Things (IoTDatabox)

EP/M02315X/1, From Human Data to Personal Experience

About

The databox UI app

License:MIT License


Languages

Language:Vue 67.1%Language:Go 23.3%Language:JavaScript 6.7%Language:HTML 1.2%Language:Dockerfile 0.9%Language:Makefile 0.8%