You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment the moderators only create facilities based on data provided in a submission but cannot use the ModEditFacilitySection.vue to add a completely new facility based on them contacting a facility or attending a conference. We want this functionality.
Success
A moderator in the panel can click create facility, get a blank form, and create a completely new facility within the ModEditFacilitySection.vue. Tests are added in cypress to test this functionality.
Requirements
Add to the top nav for the dashboard to create a facility when the facility tab is chosen and direct them to a blank form with no id.
Current the buttons say Update, Update & Exit, or Delete in English. In the case of creating a facility there can be a button that creates the new facility with a modal that confirms the creation with relevant text.
A page is added that isn't edit-facility to create-facility with no id. (Same section can be used since even though you are not Editing a Facility the same sections are necessary. You can rename the component and change it where necessary throughout the app to make it EditOrCreate
Tests are added in cypress
The text was updated successfully, but these errors were encountered:
Problem
At the moment the moderators only create facilities based on data provided in a submission but cannot use the
ModEditFacilitySection.vue
to add a completely new facility based on them contacting a facility or attending a conference. We want this functionality.Success
A moderator in the panel can click create facility, get a blank form, and create a completely new facility within the
ModEditFacilitySection.vue
. Tests are added in cypress to test this functionality.Requirements
id
.edit-facility
tocreate-facility
with noid
. (Same section can be used since even though you are not Editing a Facility the same sections are necessary. You can rename the component and change it where necessary throughout the app to make it EditOrCreateThe text was updated successfully, but these errors were encountered: