physionet-build icon indicating copy to clipboard operation
physionet-build copied to clipboard

Display personal website for users in the user management console

Open tompollard opened this issue 1 year ago • 0 comments

In https://github.com/MIT-LCP/physionet-build/pull/2013 we added cloud information to the users page in the user management console. We should also display the user's personal website URL.

The URL is stored on the User model here:

https://github.com/MIT-LCP/physionet-build/blob/a96e768d2a879233371257f04ef3dff7b310fa3e/physionet-django/user/models.py#L684

We could also think about displaying the user's profile photo:

https://github.com/MIT-LCP/physionet-build/blob/a96e768d2a879233371257f04ef3dff7b310fa3e/physionet-django/user/models.py#L685C4-L687

...though it might be best to save this for a different pull request.

tompollard avatar Jun 16 '23 20:06 tompollard