Skip to content

Commit

Permalink
docs: move todos into a separate file to increase readme readability …
Browse files Browse the repository at this point in the history
…and prepare new documentation
  • Loading branch information
johnkrovitch committed Aug 8, 2024
1 parent 6d244f9 commit 205a2d6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
11 changes: 0 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,6 @@
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/c8e28654-44c7-46f3-9450-497e37bda3d0/mini.png)](https://insight.sensiolabs.com/projects/c8e28654-44c7-46f3-9450-497e37bda3d0)
[![Total Downloads](https://poser.pugx.org/lag/adminbundle/downloads)](https://packagist.org/packages/lag/adminbundle)

# TODO
- validation groups
- serialization
- set nullable resource arrays to add difference between empty set array and not set array
- check validation php attributes of metadata
- batch actions
- dynamic resource/operation request parameters
- check extension parameters useful
- add sf routing params to resource
- remove load method from the registry

# AdminBundle
The AdminBundle helps you to create **flexible** and **robust** administration application.

Expand Down
11 changes: 11 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# TODO
- validation groups
- serialization
- set nullable resource arrays to add difference between empty set array and not set array
- check validation php attributes of metadata
- batch actions
- dynamic resource/operation request parameters
- check extension parameters useful
- add sf routing params to resource
- remove load method from the registry
- make workflow optional ?

0 comments on commit 205a2d6

Please sign in to comment.