CarnegieLearningWeb / UpGrade

Framework for adding A/B testing to education applications
https://www.upgradeplatform.org/
BSD 3-Clause "New" or "Revised" License
26 stars 13 forks source link

FF: Import List Modal (Include and Exclude Table Menu Function) #1746

Open danoswaltCL opened 2 months ago

danoswaltCL commented 2 months ago

The user can open the Include or Exclude List Table menu and select to "Import List" (only difference between these two will be the modal text)

Image

This will open a standard confirmation modal such as this one, I don't have a pic of this at the moment but the language should be:

title: Import List message: Are you sure you want to Import a List into the Include Lists || Exclude Lists table?

@zackcl let me know if that seems right!

Image

zackcl commented 2 months ago

title: Import List message: Are you sure you want to Import a List into the Include Lists || Exclude Lists table?

I don't think we need a confirmation modal for importing lists. We would immediately show the import modal that allows uploading a single JSON file, which looks like this:

State=Default Import List

The "Import Feature Flag" modal works the same way:

Image

Image

Image