-
Notifications
You must be signed in to change notification settings - Fork 248
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
v6 proposal #3044
Labels
Comments
v6 might also be a good opportunity to sort out the whole |
and maybe #1743 too? |
Issues for: |
oliverfoster
moved this from Needs Reviewing
to Backlog
in adapt_framework: The TODO Board
Dec 6, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
An outline of the changes to be included in the next major release of Adapt Framework.
1. npm modules to replace bower modules
This will introduce plugin dependencies and move away from deprecated bower infrastructure.
Prototype: issue/2526
How
src/core
, move code toadapt-contrib-core
package.json
to each pluginsrc/course
in favour ofbuild/course
src/package.json
andsrc/index.js
src/node_modules/
folder separate fromnode_modules/
meaning that the executable code (grunt etc) is separate from the front-end code (adapt)Outstanding works
node_modules
asnpm
modules must be installedlibraries/
to installed npm dependencies (jquery, backbone, underscore etc)src/node_modules
folder as will allow plugins to execute custom code on the AAT when installed or uninstallednpm
instead ofbower
less
,templates
,required
,fonts
andlibraries
folders should be processed in plugin type order. In the existing prototype they are processed alphabetically.node_modules/
2. navigation item management
To provide a formal API for adding items to the navigation bar and provide a method of configuring their order.
PR: #2864
Outstanding works
The text was updated successfully, but these errors were encountered: