Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add template.json files for all templates #23

Merged
merged 3 commits into from
Sep 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions basic-app-plot/_template.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"id": "basic-app-plot",
"title": "Basic reactive plot",
"description": "A basic example of changing a histogram based on a select input control."
}
5 changes: 5 additions & 0 deletions basic-app/_template.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"id": "basic-app",
"title": "A Basic app",
"description": "A simple Shiny app to get you started quickly."
}
5 changes: 5 additions & 0 deletions basic-navigation/_template.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"id": "basic-navigation",
"title": "Navigating multiple panels",
"description": "A basic demonstration of common navigation of multiple panels in Shiny."
}
5 changes: 5 additions & 0 deletions basic-sidebar/_template.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"id": "basic-sidebar",
"title": "Reactive plot with a sidebar",
"description": "Place numerous input controls in a sidebar and use them to control a plot in the main panel."
}
5 changes: 5 additions & 0 deletions dashboard-tips/_template.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"id": "dashboard-tips",
"title": "Restaurant tips dashboard",
"description": "An intermediate dashboard with input filters, value boxes, a plot, and table."
}
5 changes: 5 additions & 0 deletions dashboard/_template.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"id": "dashboard",
"title": "Basic dashboard",
"description": "A basic dashboard with input filters, value boxes, a plot, and table."
}
5 changes: 5 additions & 0 deletions database-explorer/_template.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"id": "database-explorer",
"title": "SQL database explorer",
"description": "Run queries on an SQL database and view the results in a data grid."
}
5 changes: 5 additions & 0 deletions map-distance/_template.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"id": "map-distance",
"title": "Location distance calculator",
"description": "Run queries on an SQL database and view the results in a data grid."
}
5 changes: 5 additions & 0 deletions model-scoring/_template.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"id": "model-scoring",
"title": "Model scoring",
"description": "Use a combination of scikit-learn and plotnine to visualize model diagnostics like ROC and precision-recall curves."
}
5 changes: 5 additions & 0 deletions monitor-database/_template.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"id": "monitor-database",
"title": "Streaming database updates",
"description": "Efficiently monitor a database for updates and visualize the data in real-time."
}
5 changes: 5 additions & 0 deletions monitor-file/_template.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"id": "monitor-file",
"title": "Streaming file updates",
"description": "Efficiently monitor a file for updates and visualize the data in real-time."
}
5 changes: 5 additions & 0 deletions monitor-folder/_template.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"id": "monitor-folder",
"title": "Streaming folder updates",
"description": "Monitor a folder for updates (e.g., adding a new file) and visualize the updates in real-time."
}
5 changes: 5 additions & 0 deletions nba-dashboard/_template.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"id": "nba-dashboard",
"title": "NBA player career comparisons",
"description": "Search for NBA players and compare their career statistics."
}
5 changes: 5 additions & 0 deletions regularization/_template.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"id": "regularization",
"title": "Article on regularization in ML",
"description": "An article on regularization in machine learning and statistics."
}
5 changes: 5 additions & 0 deletions stock-app/_template.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"id": "stock-app",
"title": "Stock price tracker",
"description": "A basic stock price tracker app."
}
5 changes: 5 additions & 0 deletions survey-wizard/_template.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"id": "survey-wizard",
"title": "Survey wizard form",
"description": "A simple survey wizard that simply writes responses to a file and displays a confirmation message when submitted."
}
5 changes: 5 additions & 0 deletions survey/_template.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"id": "survey",
"title": "Survey form",
"description": "A simple survey form with a few input fields that simply writes responses to a file and displays a confirmation message when submitted."
}