Abdullah Esmail

Results 14 issues of 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.

enhancement

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.

enhancement

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...

enhancement

It would be nice to have the same authorization mechanism for custom pages.

enhancement

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

enhancement

We should use something like `gettext` to add internationalization.

enhancement

- [ ] Tests for ResourceSchema - [ ] Tests for ResourceForm - [ ] Tests for ResourceAdmin - [ ] Tests for ResourceQuery - [ ] Tests for Utils

enhancement

This is considered a bug because of its importance. The HexDocs should be complete and clear before shipping v1.0

bug

This brings the `./manage.py push_ios_notification` command up to date with django 1.8+