unicef / hope-country-workspace

GNU Affero General Public License v3.0
1 stars 0 forks source link

regex based mass update #10

Open saxix opened 3 months ago

saxix commented 3 months ago

This feature should work as a Django admin action and allow updating a filtered Queryset based on the provided Regex.

How it should work:

saxix commented 3 months ago

Should we run mass update twice, or should we keep preview data and apply it later?

after 'Start' button is clicked, we mass update existing values and validate them using linked DataChecker. Processed data can be added to an hidden field to be applied after "Apply"