commitglobal / votemonitor

https://votemonitor.vercel.app
Mozilla Public License 2.0
6 stars 18 forks source link

[NGO Admin/ Observer forms] implement "duplicate" action on forms (Iteration 1) #599

Open avasi-code4ro opened 2 months ago

avasi-code4ro commented 2 months ago

User story

As an NGO admin, I want to be able to duplicate an existing form along with all its associated translations (if exist) so that I can easily create a new form based on an existing one.

Description

  1. This feature will allow NGO admins to duplicate a form within the web app. When a form is duplicated, all associated translations, if exist, will be duplicated as well.
  2. The duplicated form will have a default name format: "Copy of [form name]".
  3. The NGO Admin can modify the name, content, or translations of the duplicated form as needed.
  4. A toast message will be displayed in the right bottom corner of the app after the acion is made "The form was successfully duplicated"

(Figma reference) - the link is from the Super Admin form templates, but the duplicate behaviour will be the same for the NGO Admin observer forms.

idormenco commented 1 month ago

it was implemented