theopensystemslab / planx-new

Plan✕ is a platform for creating and publishing digital planning services
https://editor.planx.uk
Mozilla Public License 2.0
13 stars 2 forks source link

feat: Remove a User #3706

Open RODO94 opened 1 day ago

RODO94 commented 1 day ago

[WIP]

Had to make an adjustment to the deleteUser mutation in planx-core. It wasn't breaking but was throwing an error due to a typo in return bool.

https://github.com/theopensystemslab/planx-core/pull/516

Working in refactoring the modal used across Add / Edit / Remove to all pull from a shared Dialog but with different Dialog Content. Should make it easier to maintain and expand in future.

Tasks left to do: