c19-rnd-dashboard / covid-trials-dashboard

COVID Dash Research and Development
http://coviddash.org
MIT License
3 stars 6 forks source link

Add compensation field to pin popup #199

Open liamrosen opened 3 years ago

liamrosen commented 3 years ago

Liam has info for a few different trials. Should be just a text field in the database.

Pfizer has been $200 for the first and second shot visits, then $150 for follow up visits. Plus $5 weekly if you complete the weekly symptom diaries.

AZ is $100 per visit, and I think it’s a total of 7 visits over 2 years

J&J in the UK, no compensation.

US J&J, we get paid about $140 per visit.

Novavax is supposed to be $150 for the first 6, then $125 for the last two, for a total of eight during the course of two years.

liamrosen commented 3 years ago

@newnativeabq this has two steps, first we need to add the column to the database, then we need to modify the frontend to display it

newnativeabq commented 3 years ago

To clarify @liamrosen :

In general, we want to store the trial incentives and link them to studies attached to products in the current system (database).

How will the data be used on the frontend? We can add another text field. Right now, there's a 'note' field in the current schema (google doc and database) that isn't being used by the frontend. Could that field be repurposed for this?

newnativeabq commented 3 years ago

Or would you like to calculate total incentives and store that separately?

liamrosen commented 3 years ago

Let's just use the notes field for now. In that case, this is just a front-end change!

On Tue, Dec 22, 2020, 21:48 VinnyB notifications@github.com wrote:

Or would you like to calculate total incentives and store that separately?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/c19-rnd-dashboard/covid-trials-dashboard/issues/199#issuecomment-749949146, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFPM7JGCWOYWDJ54MALDSLSWGAB7ANCNFSM4VGKPVUQ .

liamrosen commented 3 years ago

Per discussion on Discord today, we will use Notes field for now, but add a separate compensation field later. Also, I think the compensation field potentially needs to display before "How to Volunteer" is clicked