Merge branch 'master' of http://khuhub.khu.ac.kr/2021-1-capstone-design1/TWT_Project1
Showing
173 changed files
with
4797 additions
and
0 deletions
Backend/.eslintrc.js
0 → 100644
Backend/.gitignore
0 → 100644
Backend/.gitlab-ci.yml
0 → 100644
Backend/.prettierrc
0 → 100644
Backend/README.md
0 → 100644
Backend/backend
0 → 100644
File mode changed
Backend/ecosystem.config.js
0 → 100644
Backend/nest-cli.json
0 → 100644
Backend/package-lock.json
0 → 100644
This diff could not be displayed because it is too large.
Backend/package.json
0 → 100644
Backend/src/app.module.ts
0 → 100644
Backend/src/config/configuration.ts
0 → 100644
Backend/src/drone/drone.controller.ts
0 → 100644
This diff is collapsed. Click to expand it.
Backend/src/drone/drone.data.controller.ts
0 → 100644
Backend/src/drone/drone.data.service.ts
0 → 100644
Backend/src/drone/drone.gateway.ts
0 → 100644
Backend/src/drone/drone.module.ts
0 → 100644
Backend/src/drone/drone.service.ts
0 → 100644
This diff is collapsed. Click to expand it.
Backend/src/drone/dto/drone.api.dto.ts
0 → 100644
Backend/src/drone/dto/drone.dto.ts
0 → 100644
Backend/src/drone/dto/droneLog.dto.ts
0 → 100644
Backend/src/entities/code.entity.ts
0 → 100644
Backend/src/entities/drone.entity.ts
0 → 100644
Backend/src/entities/drone.log.entity.ts
0 → 100644
Backend/src/entities/member.entity.ts
0 → 100644
Backend/src/entities/schedule.entity.ts
0 → 100644
Backend/src/main.ts
0 → 100644
Backend/test/app.e2e-spec.ts
0 → 100644
Backend/test/jest-e2e.json
0 → 100644
Backend/tsconfig.build.json
0 → 100644
Backend/tsconfig.json
0 → 100644
Frontend/.editorconfig
0 → 100644
Frontend/.eslintignore
0 → 100644
Frontend/.eslintrc.js
0 → 100644
Frontend/.gitignore
0 → 100644
Frontend/.gitlab-ci.yml
0 → 100755
Frontend/.prettierrc.json
0 → 100644
Frontend/Readme.md
0 → 100644
Frontend/deploy.sh
0 → 100644
Frontend/ecosystem.config.js
0 → 100644
Frontend/front.service
0 → 100644
Frontend/lib/db.json
0 → 100644
This diff could not be displayed because it is too large.
Frontend/nginx
0 → 100644
Frontend/nuxt.config.js
0 → 100644
Frontend/nuxtConfig/api.js
0 → 100644
Frontend/nuxtConfig/build.js
0 → 100644
Frontend/nuxtConfig/extendRouter.js
0 → 100644
Frontend/nuxtConfig/ioConfig.js
0 → 100644
Frontend/nuxtConfig/module.js
0 → 100644
Frontend/nuxtConfig/theme.js
0 → 100644
Frontend/package.json
0 → 100644
Frontend/serverMiddleWare/index.js
0 → 100644
Frontend/serverMiddleWare/k6.js
0 → 100644
Frontend/serverMiddleWare/k6mult.js
0 → 100644
Frontend/serverMiddleWare/multPWs.js
0 → 100644
Frontend/serverMiddleWare/multWs.js
0 → 100644
Frontend/serverMiddleWare/socket.js
0 → 100644
Frontend/serverMiddleWare/test.js
0 → 100644
Frontend/serverMiddleWare/ws.js
0 → 100644
Frontend/src/assets/README.md
0 → 100644
Frontend/src/assets/images/54763744_p0.png
0 → 100755
2.55 MB
Frontend/src/assets/images/drone-image.jpg
0 → 100644
25.5 KB
Frontend/src/assets/images/drone.png
0 → 100644
80.2 KB
Frontend/src/assets/styles/less/index.less
0 → 100644
Frontend/src/assets/styles/mixins.scss
0 → 100644
Frontend/src/assets/styles/scss/index.scss
0 → 100644
Frontend/src/components/Analytics/header.vue
0 → 100644
Frontend/src/components/Layout/footer.vue
0 → 100644
This diff is collapsed. Click to expand it.
Frontend/src/components/Main/drone.vue
0 → 100644
This diff is collapsed. Click to expand it.
Frontend/src/components/Main/header.vue
0 → 100644
This diff is collapsed. Click to expand it.
Frontend/src/components/README.md
0 → 100644
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
Frontend/src/components/_Common/README.md
0 → 100644
This diff is collapsed. Click to expand it.
Frontend/src/components/logo.vue
0 → 100644
This diff is collapsed. Click to expand it.
Frontend/src/layouts/README.md
0 → 100644
This diff is collapsed. Click to expand it.
Frontend/src/layouts/auth.vue
0 → 100644
This diff is collapsed. Click to expand it.
Frontend/src/layouts/default.vue
0 → 100644
This diff is collapsed. Click to expand it.
Frontend/src/layouts/error.vue
0 → 100644
This diff is collapsed. Click to expand it.
Frontend/src/middleware/README.md
0 → 100644
This diff is collapsed. Click to expand it.
Frontend/src/middleware/router.js
0 → 100644
This diff is collapsed. Click to expand it.
Frontend/src/modules/vuelayers.js
0 → 100644
This diff is collapsed. Click to expand it.
Frontend/src/pages/README.md
0 → 100644
This diff is collapsed. Click to expand it.
Frontend/src/pages/analytics/index.vue
0 → 100644
This diff is collapsed. Click to expand it.
Frontend/src/pages/auth/403.vue
0 → 100644
This diff is collapsed. Click to expand it.
Frontend/src/pages/auth/404.vue
0 → 100644
This diff is collapsed. Click to expand it.
Frontend/src/pages/auth/500.vue
0 → 100644
This diff is collapsed. Click to expand it.
Frontend/src/pages/database/drone/_id.vue
0 → 100644
This diff is collapsed. Click to expand it.
Frontend/src/pages/database/drone/index.vue
0 → 100644
This diff is collapsed. Click to expand it.
Frontend/src/pages/database/log/index.vue
0 → 100644
This diff is collapsed. Click to expand it.
Frontend/src/pages/database/schedule/_id.vue
0 → 100644
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
Frontend/src/pages/index.vue
0 → 100644
This diff is collapsed. Click to expand it.
Frontend/src/pages/indexVL.vue
0 → 100644
This diff is collapsed. Click to expand it.
Frontend/src/pages/websocket/index.vue
0 → 100644
This diff is collapsed. Click to expand it.
Frontend/src/plugins/ApiClient/index.js
0 → 100644
This diff is collapsed. Click to expand it.
Frontend/src/plugins/Dayjs/index.js
0 → 100644
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
Frontend/src/plugins/README.md
0 → 100644
This diff is collapsed. Click to expand it.
Frontend/src/plugins/antDesign.js
0 → 100644
This diff is collapsed. Click to expand it.
Frontend/src/plugins/client-only.client.js
0 → 100644
This diff is collapsed. Click to expand it.
Frontend/src/plugins/globalMixins.js
0 → 100644
This diff is collapsed. Click to expand it.
Frontend/src/plugins/highcharts.js
0 → 100644
This diff is collapsed. Click to expand it.
Frontend/src/plugins/vuelayers.js
0 → 100644
This diff is collapsed. Click to expand it.
Frontend/src/static/README.md
0 → 100644
This diff is collapsed. Click to expand it.
Frontend/src/static/favicon.ico
0 → 100644
No preview for this file type
Frontend/src/static/img/drone.jpeg
0 → 100644
76.2 KB
Frontend/src/static/img/drone.png
0 → 100644
80.2 KB
Frontend/src/static/img/drone.svg
0 → 100644
This diff is collapsed. Click to expand it.
Frontend/src/static/img/droneImage.jpeg
0 → 100644
1.04 MB
Frontend/src/static/img/filter.png
0 → 100644
4.1 KB
Frontend/src/static/img/gps.png
0 → 100644
13.2 KB
Frontend/src/static/img/search.png
0 → 100644
8.27 KB
Frontend/src/store/Code/index.js
0 → 100644
This diff is collapsed. Click to expand it.
Frontend/src/store/Drone/Map/index.js
0 → 100644
This diff is collapsed. Click to expand it.
Frontend/src/store/Drone/detail.js
0 → 100644
This diff is collapsed. Click to expand it.
Frontend/src/store/Drone/drone.js
0 → 100644
This diff is collapsed. Click to expand it.
Frontend/src/store/Drone/list.js
0 → 100644
This diff is collapsed. Click to expand it.
Frontend/src/store/Drone/page.js
0 → 100644
This diff is collapsed. Click to expand it.
Frontend/src/store/Etc/index.js
0 → 100644
This diff is collapsed. Click to expand it.
Frontend/src/store/Log/detail.js
0 → 100644
This diff is collapsed. Click to expand it.
Frontend/src/store/Log/list.js
0 → 100644
This diff is collapsed. Click to expand it.
Frontend/src/store/Log/page.js
0 → 100644
This diff is collapsed. Click to expand it.
Frontend/src/store/Member/detail.js
0 → 100644
This diff is collapsed. Click to expand it.
Frontend/src/store/Member/list.js
0 → 100644
This diff is collapsed. Click to expand it.
Frontend/src/store/Member/page.js
0 → 100644
This diff is collapsed. Click to expand it.
Frontend/src/store/README.md
0 → 100644
This diff is collapsed. Click to expand it.
Frontend/src/store/Schedule/detail.js
0 → 100644
This diff is collapsed. Click to expand it.
Frontend/src/store/Schedule/list.js
0 → 100644
This diff is collapsed. Click to expand it.
Frontend/src/store/Schedule/page.js
0 → 100644
This diff is collapsed. Click to expand it.
Frontend/src/store/index.js
0 → 100644
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
Frontend/src/utils/Mixins/index.js
0 → 100644
This diff is collapsed. Click to expand it.
Frontend/test/websocket-load-test.yaml
0 → 100644
This diff is collapsed. Click to expand it.
Frontend/yarn.lock
0 → 100644
This diff could not be displayed because it is too large.
-
Please register or login to post a comment