-
Notifications
You must be signed in to change notification settings - Fork 22
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
Address confusing structure in web components #1218
Comments
The folder structure still doesn't quite map right, as per the spec, the widgets are; Search Widget So I guess a clear folder structure would be:
|
hi @willmcvay, do we need to put |
Login, yes, but should be called |
@willmcvay Thank you, I will fix it 👍 |
Background context or User story:
_The current structure of web components does not make sense regarding the widgets it should output
The web components should output 5 named packages, plus common folder:
Each of the four widgets should have it's own script on the CDN and be an exportable module from NPM.
The Appointment Planner should be a sub component of both book a valuation and book a viewing and live in it's own folder as it is shared. The appointment planner should not need to be rendered separately or deployed as a separate script, rather it should be included in the booking components at compile time.
Each of the 4 widgets plus the appointment planner will have their own server folder, lambda and API like search widget.
Task is to ensure this structure works, change naming conventions where required, deploy and update the demo site_
The text was updated successfully, but these errors were encountered: