-
Notifications
You must be signed in to change notification settings - Fork 2
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
New form #10
base: master
Are you sure you want to change the base?
New form #10
Conversation
Opening the PR from a fork as I don't have permissions to push. |
} | ||
}, | ||
submitForm() { | ||
const data = { |
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.
this field mapping will need to be adjusted to the api to push new volunteers/projects. I didn't find an implementation of it so I just made up some ids on my own
|
||
<img class="step-image" v-if="stepProps.image" :src="stepProps.image"/> | ||
|
||
<b-form-select :ref="stepProps.id" |
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.
This part is still open, to create multiselect options as it wasn't existing a similar input on the rescueapp one, for now they are all working as normal text but once working it will be a matter of changing the input type on the jsons
@@ -0,0 +1,162 @@ | |||
[ |
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.
On this file and the formVolunteer is where the definition of the form happen, any adjustment needed to text or images needed to add can be added here. Also "subtitles can be added" (see step 5 on formVolunteer.json), images can be added (see step 4 on any of the .json)
No description provided.