#97 added a feature to configure sample requests from a `.json` file, instead of from the `info.py`. #### Proposed solution _Consider_ implementing an auto-generated sample request, that extracts an example line from the database, if the database has a `PUBLIC` dataset loaded. #### DoD (Definition of Done) The `SampleAlleleRequest` object at info endpoint `/` is automatically generated with data extracted from the database (Only PUBLIC datasets). #### Testing Unit tests. Integration test?
#97 added a feature to configure sample requests from a
.jsonfile, instead of from theinfo.py.Proposed solution
Consider implementing an auto-generated sample request, that extracts an example line from the database, if the database has a
PUBLICdataset loaded.DoD (Definition of Done)
The
SampleAlleleRequestobject at info endpoint/is automatically generated with data extracted from the database (Only PUBLIC datasets).Testing
Unit tests. Integration test?