Skip to content

Releases: joomplace/roadmap

REST API

10 Sep 20:28
0981e65
Compare
Choose a tag to compare

Quickly add REST API

Allow to communicate with endpoint and render JSON string by passing format=json in query.
One thing to fix here thought is content type header, you can use ControllerAPI for this

Advanced override and use of the Model links

10 Sep 20:04
859adde
Compare
Choose a tag to compare

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"

10 Sep 20:04
f73a3e4
Compare
Choose a tag to compare

override default index layout for project

Add links between Models

10 Sep 20:03
107571e
Compare
Choose a tag to compare

link Ideas and Projects one to another [see Laravel Eloquent for more]

Make use of Predefined CRUD

10 Sep 20:01
8c419af
Compare
Choose a tag to compare

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

10 Sep 20:00
6e0e005
Compare
Choose a tag to compare

Fix the hardcode to be able to use multiple controllers by setting the "view" $_GET param

Adding a controller

10 Sep 19:59
bdc88a4
Compare
Choose a tag to compare

First use of the X

  • use component starter
  • define Dispatcher for namespace lookup
  • create a simple 1 task Controller

Simple extension

10 Sep 19:58
d976ccf
Compare
Choose a tag to compare

Here we're just creating the simple installable extension:
root component file and defining xml