Skip to content

Bulk Edit Products admin interface

David Cook edited this page Jun 24, 2024 · 3 revisions

This page allows users to manage multiple products at once, and is found at /admin/products. The old page was built with Angular and the API v0 endpoints, but we are developing a new version with a new design, using reactive rails. See below for some technical details to get you started on development.

New screen

The new screen is under current development, and is discussed in the #backoffice-ui-uplift channel on Slack, and tagged "[BUU]" on GitHub issues.

It is hidden at first and can be enabled with feature toggles. To view and develop it, you need to enable admin_style_v3.

The design is under iterative development and being documented under the "Design" section in the right-hand side navigation. Start here: Design styleguide: colors and shadows. Further designs are attached to issues where relevant.

The page has been built with Stimulus and Turbo, please see these pages for introductory information.

It loads the paginated product data with ProductsControllerV3, and templates under app/views/admin/products_v3.

Clone this wiki locally