You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just suggesting this as mapping routes one by one (same for controllers) is long and tedious work, while the user maybe just wants to configure resources and privileges. Hereby I'm suggesting to replace the current mappers with what the current dispatchable mapper does.
A generic interface that allows bi-directional mapping of resource <-> guarded entity/event/whatever would make things much simpler.
The text was updated successfully, but these errors were encountered:
Just suggesting this as mapping routes one by one (same for controllers) is long and tedious work, while the user maybe just wants to configure resources and privileges. Hereby I'm suggesting to replace the current mappers with what the current dispatchable mapper does.
A generic interface that allows bi-directional mapping of
resource <-> guarded entity/event/whatever
would make things much simpler.The text was updated successfully, but these errors were encountered: