feat: add approval ui for join requests
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
50433e607f
commit
86d9242d83
22 changed files with 1624 additions and 12 deletions
|
|
@ -83,6 +83,10 @@ defmodule MvWeb.Router do
|
|||
live "/groups/:slug", GroupLive.Show, :show
|
||||
live "/groups/:slug/edit", GroupLive.Form, :edit
|
||||
|
||||
# Join Request Approval (normal_user and admin)
|
||||
live "/join_requests", JoinRequestLive.Index, :index
|
||||
live "/join_requests/:id", JoinRequestLive.Show, :show
|
||||
|
||||
# Role Management (Admin only)
|
||||
live "/admin/roles", RoleLive.Index, :index
|
||||
live "/admin/roles/new", RoleLive.Form, :new
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue