-
Notifications
You must be signed in to change notification settings - Fork 4
Roadmap
Benjamin Arthur Lupton edited this page Aug 3, 2014
·
20 revisions
Released June 23, 2014
- Get it awesome
- Get it working
- Figure out extension API
- Prevent base prototypes from being extended
- Figure out how plugins and bundles will be created and installed
- Figure out whether to keep the name
extensions
or go back toplugins
(done, see Glossary) - Have
Chainy.prototype.create()
keep the parent's extensions - Rip out plugins from main repo
- Finished publishing ripped out plugins
- Create the Chainy CLI
- Create plugins for Chainy for interacting with the CLI
- Figure out whether to publish
chainy-autoload
, orchainy-core
- Most probably
autoload
can be a plugin, thatchainy
uses, withchainy
usingchainy-core
- Most probably
- Figure out if the overhead of having the CLI inside
chainy
is worth it, as the CLI will be installed for every module, when it doesn't have to be. Perhaps best to publishchainy-cli
, that then exposeschainy
(it's not, renamed CLI in docs tochainy-cli
)
- Finish the documentation
- Be able to require non-chainy plugins and use them as plugins: #14
- Support more liberal extension names: #11
- Allow for "action/?" extensions to do without the chain data argument while still receiving supplied arguments: #17
There will hopefully be no v2.0. With the Chainy core becoming finalised and innovations continuing over in plugins instead.
- Create a website
- ajax plugin using
request
or somexhr
clone - jquery equiv of
.end()
for conditional chains
Navigate using the sidebar on the right.
This wiki content is:
Copyright 2014+ Bevry Pty Ltd
Permissively licensed under the Creative Commons Attribution 4.0 International License