Skip to content

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

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open

Manual file upload feature #102

wants to merge 12 commits into from

Conversation

alhelguera
Copy link
Contributor

@maaikelimper
Copy link
Collaborator

Please remove commented out code in FileToBUFRForm.vue
Please remove CsvToBUFRForm.vue

@maaikelimper
Copy link
Collaborator

Test-server http://136.156.130.218/wis2box-webapp please share username/password in Slack with Tom & Maaike

Copy link
Collaborator

@maaikelimper maaikelimper left a 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 ..

@@ -0,0 +1,558 @@
<template>
<v-container class="max-form-width">
<v-card-title class="big-title">Submit Data File</v-card-title>
Copy link
Collaborator

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>

path: 'file2bufr',
name: 'FileToBUFRForm',
component: () => import('@/views/FileToBUFRForm.vue'),
meta: {title: 'wis2box - Data File to BUFR Form'}
Copy link
Collaborator

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'}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants