AberystwythSystemsBiology / limbus

LImBuS is an open source, standards compliant Biobank Information Management System developed by researchers from Aberystwyth University.
GNU General Public License v3.0
31 stars 4 forks source link

Site management #68

Closed pipaLU closed 3 years ago

pipaLU commented 3 years ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Go to Administrator Panel
  2. Click on 'Site->Go'
  3. Forwarded to user account info page.

Expected behavior Supposed to be able to change site info, or add a new site

Additional context Adding new site to allow sample acquisition from multiple sites, and adding sample transfer location info.

KeironO commented 3 years ago

This was an oversight on my behalf, @rob-a-bolton 's changes to the Sample Storage centre did actually have a hyperlink to site creation - but we decided that it would be something best restricted to the administrator. I'll sort this out now.

pipaLU commented 3 years ago

The site here might not be a biobank, could be just a site for sample collection, or a research collaborator.

KeironO commented 3 years ago

Biobanks are Sites in the database (stored in the SiteInformation model). The api, forms and front end already exists - it's just a matter of linking it all up nicely.

KeironO commented 3 years ago

Turns out I deleted it when I re-did the views/api stuff.

KeironO commented 3 years ago

Sorted, thanks for the heads up @pipaLU