isabelrem / 2023-Software-Development-Assessment

MIT License
2 stars 1 forks source link

43 add function to allow user to search sql database for existing records #51

Closed isabelrem closed 8 months ago

isabelrem commented 9 months ago

Adds functionality for users to search the SQL database for existing records, and to download these records locally as csvs

gitguardian[bot] commented 9 months ago

️✅ There are no secrets present in this pull request anymore.

If these secrets were true positive and are still valid, we highly recommend you to revoke them. Once a secret has been leaked into a git repository, you should consider it compromised, even if it was deleted immediately. Find here more information about risks.


🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.

Our GitHub checks need improvements? Share your feedbacks!

jess789550 commented 9 months ago

When I go to the new search option I get this:

Enter 1 to search for new panel information. Enter 2 to browse existing PanelSearch records. 1 If you would like to search by R-code, enter 1. If you would like to enter a disease description, enter 2. 1 Enter your search term: (e.g., R128 or pneumothorax) R128 Which genome build would you like to use? Enter 1 for GRCh37. Enter 2 for GRCh38. 1 Please enter the patient ID here. If you wish to see all saved records, press Return/Enter: sdhern

^Is it supposed to ask for patient ID before BED file generation?