-
Notifications
You must be signed in to change notification settings - Fork 1
Manual file upload feature #102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Please remove commented out code in FileToBUFRForm.vue |
Test-server http://136.156.130.218/wis2box-webapp please share username/password in Slack with Tom & Maaike |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also please rename the component:
"FileToBUFRForm.vue" - > "ManualFileUploadForm.vue"
or something like that, since "toBUFR" is not appropriate ..
src/components/FileToBUFRForm.vue
Outdated
@@ -0,0 +1,558 @@ | |||
<template> | |||
<v-container class="max-form-width"> | |||
<v-card-title class="big-title">Submit Data File</v-card-title> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<v-card-title class="big-title">Manual Data File Upload</v-card-title>
src/router/index.js
Outdated
path: 'file2bufr', | ||
name: 'FileToBUFRForm', | ||
component: () => import('@/views/FileToBUFRForm.vue'), | ||
meta: {title: 'wis2box - Data File to BUFR Form'} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
meta: {title: 'wis2box - Manual Data File Upload'}
In support of World-Meteorological-Organization/wis2box#876