peterlu14 bcbe2b94b5 feat: improve configuration management and chart data handling
- Add `save.svg` and `whitecross.svg` icons to the project assets
- Implement a `copy` function in `TaskContent.vue` to copy selected charts and their data streams
- Update conditions for creating and removing grid sources in `CanvasChartSource1.vue`
- Add the config name display and individual config deletion functionality in the configuration module
- Include a new function in `Configuration.vue` to remove stored chart data
- Change the save icon reference in the configuration module, and handle deletion of a selected config
- Modification in `Configuration.vue` and `Library.vue` to load a selected configuration from the config array, and highlight the selected one in the libraries
- Improve user experience by providing visual cues for action by changing the background color for selected config.

Overall, these changes mostly involve updates to handling configuration and chart data within the project, as well as some user interface improvements for better user experience.
2023-12-15 11:56:16 +08:00
2020-08-26 04:34:50 +08:00
2020-08-13 16:57:28 +08:00
2022-08-30 15:31:06 +08:00
2021-09-09 18:29:14 +08:00
2021-11-10 11:59:31 +08:00
2020-08-13 16:57:28 +08:00
2020-08-13 16:57:28 +08:00
2020-08-13 16:57:28 +08:00
2020-08-13 16:57:28 +08:00
2020-08-13 16:57:28 +08:00
2020-08-13 16:57:28 +08:00
2020-08-13 16:57:28 +08:00
2020-08-13 16:57:28 +08:00
2020-08-13 16:57:28 +08:00
2020-08-13 16:57:28 +08:00
2020-08-13 16:57:28 +08:00
2020-08-13 16:57:28 +08:00
2020-08-13 16:57:28 +08:00
2020-08-13 16:57:28 +08:00
2020-08-13 16:57:28 +08:00
2020-08-13 16:57:28 +08:00
2020-08-13 17:10:10 +08:00
2020-08-13 16:57:28 +08:00
2022-06-29 11:42:03 +08:00
2021-08-09 17:47:02 +08:00

Description

The project is a control system for BPS that is a sample page application via vue.js, which can control the multi-IoT-devices (NeuLive, Elite...) to monitor research data. In this system, users can follow the research data in real-time and replay the data anywhere.

Installation

First of all, make sure you have all prerequisites installed:

After checking the prerequisites, follow these simple steps to install and use Vuestic Admin:

# clone the repo
$ git clone https://github.com/epicmaxco/vuestic-admin.git myproject

# go into app's directory and install dependencies:
$ cd myproject

Then, if you use npm:

$ npm install

# serve with hot reload at localhost:8080 by default.
$ npm run serve

# build for production
$ npm run build

# build for production and view the bundle analyzer report.
$ npm run build --report

If you use yarn:

$ yarn install

# serve with hot reload at localhost:8080 by default.
$ yarn serve

# build for production
$ yarn build

# build for production and view the bundle analyzer report.
$ yarn build --report
S
Description
No description provided
Readme MIT 26 MiB
Languages
Vue 74%
JavaScript 22%
SCSS 3.9%