-
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
[FRAME-91] Asset File Structure #20
Conversation
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.
We need to start adding docblocks to classes, methods, and filters for new files to help cut down on additional work in a refactoring pass.
I am not sure that there are many options for only loading the js and CSS when needed, but something I'd like us to think about as we continue forward.
@tarecord This PR is ready for re-review. It tackles tickets https://moderntribe.atlassian.net/browse/FRAME-91 and https://moderntribe.atlassian.net/browse/FRAME-96 |
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.
Everything looks so much better! Just a couple of minor things and this should be good.
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.
Looks good! 🚢 💨
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.
Looks Good.
This PR will enqueue the admin assets, and change the directory structure to house resources.
src/
++Telemetry/ ← class files here
++++Contracts/
++++++CronJob.php
++++Telemetry.php
++resources/ ← assets here
++++css/
++++images/
++++++Logo.png
++++js/
++views/