DukeCityDigital / mysurveys

Angular frontend for MySurveys
0 stars 0 forks source link

On the Manage selected participants tab, include the same columns as in the table on the Selection of participants tab #217

Open olssonresearch opened 3 years ago

DukeCityDigital commented 3 years ago

In select and manage participants -- columns should match, and also have the paid column.

DukeCityDigital commented 3 years ago

@olssonresearch I've added the columns from the 'selection table' to the 'manage participants' table as requested. you can now see those values in that table as well. I haven't added the ability to sort by the vaccination question values in the manage participants table because participants are a different database model than users and based on our design those values are used to select participants and not manage them as I understand it. If we want to make a table that combines all the values from users and participants so we can change how they're managed or selected we can -- let me know and we can create a single table with all the functionality needed (filter for selected or not selected for a project etc. . .), that way we'll keep the code cleaner and less likely to have issues. - let me know what you think!

olssonresearch commented 3 years ago

@DukeCityDigital Great, thanks@ For now, two separate tables are fine.