Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Kaffy integration more explicit #205

Open
florius0 opened this issue Apr 24, 2021 · 2 comments
Open

Make Kaffy integration more explicit #205

florius0 opened this issue Apr 24, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@florius0
Copy link

Describe the problem you're proposing to solve
Now we have to write a bunch of staff in various files. And it is not clear which URLs Kaffy uses, so putting it in scope with others things might break smth.

Describe the solution you'd like
Use the way of live dashboard does. So we have to do smth like this:

defmodule MyAppWeb.Router do
  
  import Kaffy.Router

  scope "/admin" do
    pipe_through :browser
    kaffy "/", repo: MyApp.Repo
  end
end
@florius0 florius0 added the enhancement New feature or request label Apr 24, 2021
@zoedsoupe
Copy link

Yeah! It would be a great enhancement

@aesmail
Copy link
Owner

aesmail commented Aug 11, 2022

This might be a nice enhancement.
Will look into it for v0.10.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants