Skip to content

Bulk Edit Products admin interface

David Cook edited this page Feb 6, 2024 · 1 revision

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, and using StimulusReflex. 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 StimulusReflex, please see this page for introductory information.

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

Clone this wiki locally