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
Is your feature request related to a problem? Please describe.
The Admin dashboard (/admin) currently has a Listings section that allows administrators to manage them but we are lacking a way to manage Listing Categories.
Describe the solution you'd like
A common Rails CRUD dashboard for Listing Categories (/admin/listings/categories). This would require a new controller with at least an index, new, create, edit and update actions. For reference there's this PR (#10153) for Display Ads that can be used as blueprint for guidance.
As this can be considered a "nested dashboard" and in order to avoid growing the admin side menu (left) too much, the following is a suggested placement of the link/button that will take the administrators to the Listing Categories dashboard:
Additional context
This is part of a larger effort to remove the /resource_admin dashboard in favor of /admin.
The text was updated successfully, but these errors were encountered:
Thanks for the issue! We'll take your request into consideration and follow up if we decide to tackle this issue.
To our amazing contributors: issues labeled type: bug are always up for grabs, but for feature requests, please wait until we add a ready for dev before starting to work on it.
To claim an issue to work on, please leave a comment. If you've claimed the issue and need help, please ping @forem/oss and we will follow up within 3 business days.
For full info on how to contribute, please check out our contributors guide.
fdocr
changed the title
Add ability to manage Listing Categories in /admin/listings/categories
Add ability to manage Listing Categories in /admin
Sep 29, 2020
Is your feature request related to a problem? Please describe.
The Admin dashboard (
/admin) currently has a Listings section that allows administrators to manage them but we are lacking a way to manage Listing Categories.Describe the solution you'd like
A common Rails CRUD dashboard for Listing Categories (
/admin/listings/categories). This would require a new controller with at least anindex,new,create,editandupdateactions. For reference there's this PR (#10153) for Display Ads that can be used as blueprint for guidance.As this can be considered a "nested dashboard" and in order to avoid growing the admin side menu (left) too much, the following is a suggested placement of the link/button that will take the administrators to the Listing Categories dashboard:
Additional context
This is part of a larger effort to remove the
/resource_admindashboard in favor of/admin.The text was updated successfully, but these errors were encountered: