monitorizare-vot-ong icon indicating copy to clipboard operation
monitorizare-vot-ong copied to clipboard

[Counties] Bulk edit counties

Open aniri opened this issue 5 years ago • 0 comments

Add the option of selecting and editing more counties at the same time.

Depends on https://github.com/code4romania/monitorizare-vot-ong/issues/216

The option should only be available for master admins (organizer flag set to true).

Backend part was implemented in https://github.com/code4romania/monitorizare-vot/issues/254 . The endpoint for editing counties is POST api/v1/county/{id}

UI available here: https://www.figma.com/file/61NHR7fwmV1Dsv4Pb6F8T7/code4ro_mv_user-management_2018.04.21-(Copy)?node-id=754%3A0

  • [ ] add the possibility of selecting the counties in the list
  • [ ] upon selection, the following bulk actions should be available delete and set as first

Capture

Counties data model:

  • id, code, name, numberOfPollingStations, Diaspora flag, Order

Please use bootstrap classes as much as possible and avoid adding custom css styles to keep the codebase clean & consistent. The new UI should be as similar as possible to the one in figma, not pixel perfect.

Also, make sure all texts are extracted in translation files.

aniri avatar Feb 22 '20 17:02 aniri