Releases: joomplace/roadmap
Releases · joomplace/roadmap
REST API
Advanced override and use of the Model links
make a use of those links we've created
- override index layouts
- add specific field renderer in overrides
Do a simple override of "packed layout"
override default index layout for project
Add links between Models
link Ideas and Projects one to another [see Laravel Eloquent for more]
Make use of Predefined CRUD
create [restful like] CRUD for Projects
- add Model, set fillables for auto-columns
- add migrations
- add Controller, use Restful
- add View, use Edge (blade) renderer [and inherit layouts]
Add multi-controller support
Fix the hardcode to be able to use multiple controllers by setting the "view" $_GET param
Adding a controller
First use of the X
- use component starter
- define Dispatcher for namespace lookup
- create a simple 1 task Controller
Simple extension
Here we're just creating the simple installable extension:
root component file and defining xml