Add dynamic home page copy - #27
Merged
Merged
Conversation
Ulthran
marked this pull request as ready for review
August 13, 2025 16:01
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates the home page with a detailed description of the microbial ARC isolate database and adds dynamic statistics. The changes provide users with context about the database's purpose and current data volumes.
Key changes:
- Replace static home page content with detailed description of the microbial ARC isolate database
- Add database queries to display live counts of isolates, patients, bacteremia, and nares samples
- Enhance query page with a help tooltip for the Custom Query field
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| app/app.py | Add database queries to fetch isolate, patient, bacteremia, and nares counts for the home page |
| app/templates/index.html | Replace static content with detailed description and dynamic statistics display |
| app/templates/query.html | Add informational popover tooltip to the Custom Query label |
Comments suppressed due to low confidence (1)
app/templates/index.html:9
- There is an unnecessary comma before the isolate count. It should be 'currently holds {{ isolate_count }} isolates' without the comma.
Children’s Hospital of Philadelphia. The database currently holds, {{ isolate_count }} isolates from
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Testing
black .pytest tests/(fails: ModuleNotFoundError: No module named 'langchain_core.tracers._streaming')https://chatgpt.com/codex/tasks/task_e_689bccc5fa98832397402d69acede45d