Abdullah Esmail
Abdullah Esmail
This PR adds support for searching against id, integer, and decimal fields. Closes #134
We need a way to support adding child records from the parent record itself on the same page and give an option to display children records from the parent page.
Need a way to figure out the primary key. Might also need to check if the primary key is a set of fields and not just a single field.
Custom functions will provide further flexibility to custom pages. Use cases for this might be processing forms, performing custom actions not related to schemas, or anything related to having custom...
It would be nice to have the same authorization mechanism for custom pages.
I'm interested in exporting data as csv. Maybe something like: ```elixir def export_fields(schema, params) do entries = Kaffy.ResourceAdmin.list_resource(schema, params) fields = [:id, :title, :status, :inserted_at] for entry
We should use something like `gettext` to add internationalization.
- [ ] Tests for ResourceSchema - [ ] Tests for ResourceForm - [ ] Tests for ResourceAdmin - [ ] Tests for ResourceQuery - [ ] Tests for Utils
This is considered a bug because of its importance. The HexDocs should be complete and clear before shipping v1.0
This brings the `./manage.py push_ios_notification` command up to date with django 1.8+