talonframework / talon

An app builder framework for Phoenix
MIT License
164 stars 9 forks source link

Inspiration #83

Closed zimt28 closed 7 years ago

zimt28 commented 7 years ago

I haven't actually looked into the current state of talon, but this project might be good to look at: https://trestle.io/ - https://github.com/TrestleAdmin/trestle

Especially the DSL for creating pages looks nice, might be worth a look :-)

smpallen99 commented 7 years ago

Took a real quick look. Looks similar to ActiveAdmin. We have taken the approach on Talon to move away from DSL and use a more “Phoenix” friendly approach.

A lot of the “magic” is behind using macros with the injected functions defined as overridable. This makes it very easy to add custom code and the call super to get the built in functionality.

I think this approach is easier to follow and provides more flexibility for customization.

Sent from my iPhone

On Aug 4, 2017, at 2:35 PM, zimt28 notifications@github.com wrote:

I haven't actually looked into the current state of talon, but this project might be good to look at: https://trestle.io/ - https://github.com/TrestleAdmin/trestle

Especially the DSL for creating pages looks nice, might be worth a look :-)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

nathanbuchar commented 7 years ago

Hey Steve,

Is this repository still active? ex_admin still doesn't really support the new version of Phoenix out of the box, and when 1.3 was released you moved over to this project and I've been watching it since but it has been mostly dormant for three months.

From what I can find, there are really no other good admin panels out there other than ex_admin so I was excited when I saw you had started working on the Talon framework and I've been holding out hope, but it's been quite a while now and I'm curious as to where it stands.