Project

General

Profile

Feature #15397

Updated by Peter Amstutz almost 5 years ago

There are several legacy tables "humans" "specimens" and "traits".    These were added extremely early on with the best intentions of supporting the PGP use case but as far as I know they have never used for their intended purpose.    They should be deprecated and removed to de-clutter the API. 

 # Announce deprecation/removal in future version 
 # A few integration tests use these APIs because they are generic resources with no business logic.    These tests need to be updated to use a different resource or otherwise perform test a different way. 
 # Delete models, controllers, and tests from API server 
 # Delete from documentation 

Back