chhotii-alex / antigen-sensitivity

MIT License
0 stars 1 forks source link

patient privacy issues, graphic display of data only #25

Closed chhotii-alex closed 1 year ago

chhotii-alex commented 1 year ago

See https://github.com/chhotii-alex/shovel/issues/14

I am pulling apart the issues of what to do to deal with patient privacy issues if we don't offer a downloadable spreadsheet with row-level detail vs. if we DO. Here's the discussion of to-do's to deal with this issue without the download.

I have already done the following (on the svelte branch at least):

These things are in progress:

chhotii-alex commented 1 year ago

The only thing left to do on this ticket is to finish writing the script for the cron job to get the access log. Straightforward; however it's annoying to work on this when the institution is blocking access to any DO app. Thus marked as, will work on at home.

chhotii-alex commented 1 year ago

Questions about this that currently require investigation:

1) Will the access log, as I've configured it, actually show the actual client IP addresses? Have communicated with DO tech support and they think so..

2) Will assigning a domain name to the DO deployment allow access to the run log from on-campus?

chhotii-alex commented 1 year ago

Question (1) has been addressed, DO tech support supplied the clue needed to get client IP.

Work on question (2) will wait for getting a domain name to see if that fixes things.

chhotii-alex commented 1 year ago

The only thing left is to deal with the access log as described here https://github.com/chhotii-alex/antigen-sensitivity/issues/41 as I had set up dealing with the access log in a quick-and-dirty way so we could go live but going forward we should do better.