Skip to content

Commit 625d1fb

Browse files
Added to todos
1 parent 83a76f4 commit 625d1fb

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,4 +194,10 @@ An ever changing list of things to look at! :)
194194
- [ ] Add some RESTful response helpers, for example:
195195
- [x] for returning errors
196196
- [ ] returning "links"
197-
- [x] specifying default response codes for actions (200 on find, 201 on create...)
197+
- [x] specifying default response codes for actions (200 on find, 201 on create...)
198+
- [ ] Move config and public directories under src/App. Then allow plugins to share the App's directory structure
199+
- [ ] Move config/database.php, config/app.php out into a /config directory. These transcend the app or plugins
200+
- [ ] Define a Plugin class in the core, this will "load" plugins, i.e. process any configs and add any path pointers if needed (for example to public web resources like JS or images)
201+
- [ ] Add PlanckPlugin to composer's list of installable types
202+
- [ ] Add Planck to composer's create-project list, plugin to?
203+
-

0 commit comments

Comments
 (0)