-
Notifications
You must be signed in to change notification settings - Fork 208
Road Map
Seth T edited this page Nov 10, 2022
·
2 revisions
Amber is very stable and capable of running full web apps, but there's always room for improvement and expansion!
- Remove Bootstrap from the default app, view and scaffold generators (https://github.com/amberframework/amber/issues/1303)
- Add greater support for database specific types (example: jsonb in Postgres)
- Add more tools/library for SSR and view rendering. Ie. form builders
- Improve web socket handling (for the Amber version of ActionCable)
- Add support for background job processing out-of-the-box (https://github.com/mosquito-cr/mosquito)
- Change asset pipeline to use Vite by default instead of Webpack
- De-couple the CLI tool generators from the existing ORM and templating language