-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
feat: Adding a step two in wizard form #4905
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/eventyay/open-event-frontend/rlpc2ityt |
This pull request introduces 3 alerts when merging f65366c into 3d0b2df - view on LGTM.com new alerts:
|
Shouldn't there be code deletion from basic details step JS? |
Codecov Report
@@ Coverage Diff @@
## development #4905 +/- ##
===============================================
- Coverage 23.17% 22.86% -0.31%
===============================================
Files 481 483 +2
Lines 5096 5121 +25
Branches 18 18
===============================================
- Hits 1181 1171 -10
- Misses 3911 3946 +35
Partials 4 4
Continue to review full report at Codecov.
|
yes, I would do that. |
}), | ||
// licenses: computed(function() { | ||
// return orderBy(licenses, 'name'); | ||
// }), |
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.
Please delete, don't comment
This pull request introduces 2 alerts when merging d84211e into 6c6d9e4 - view on LGTM.com new alerts:
|
This pull request introduces 9 alerts when merging 322150a into 6c6d9e4 - view on LGTM.com new alerts:
|
It seems that validation rules are just copied from basic details to other step. Please remove unneeded code from both steps. I wanted to merge this before including work on online event form because then it'll need to be updated again but going ahead with online form with old UI for now |
@iamareebjamal I have cleared the validations and included only required validations now. |
Here is an overview of what got changed by this pull request: Issues
======
- Added 2
Complexity increasing per file
==============================
- app/components/forms/wizard/other-details-step.js 4
See the complete overview on Codacy |
licenceUrl : license.link | ||
}); | ||
}, | ||
saveDraft() { |
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.
Codacy found an issue: Expected indentation of 4 spaces but found 5.
prompt : this.l10n.t('Please enter a valid url') | ||
} | ||
] | ||
}, |
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.
Codacy found an issue: Unexpected trailing comma.
Works perfectly. Thanks! I added an issue to add this step to the dashboard as well here #4936 |
@maze-runnar Please make a small change. I think it is too small to open an issue for that. So, I am just posting it here. Change "Extra Details".. to "Extra details".. in the wizard top button, please. |
Just created a follow-up PR. #4941 |
Fixes #4671
Short description of what this resolves:
Adding a new step in wizard
Checklist
development
branch.