Skip to content

Commit

Permalink
Added homepage json data
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilyLow committed Jul 5, 2022
1 parent 8bb68a9 commit 8adac90
Show file tree
Hide file tree
Showing 2 changed files with 180 additions and 0 deletions.
60 changes: 60 additions & 0 deletions docs/home-data/tutorial-data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
{
"tutorials": [
{
"type": "tutorial",
"title": "DataFlow Tutorial: 'Hello World!'",
"description": "This simple DataFlow will introduce you to a few concepts, including entering in a table using the Table Editor Module and looping over rows in a table.",
"link": "https://docs.composable.ai/en/latest/Tutorial/DataFlow-Hello-World/"
},
{
"type": "tutorial",
"title": "DataFlow Tutorial: Image Processing",
"description": "This tutorial will show some examples of Image Processing capabilities that one can execute with DataFlows.",
"link": "https://docs.composable.ai/en/latest/Tutorial/DataFlow-Image-Processing/"
},
{
"type": "tutorial",
"title": "DataFlow Tutorial: Lunch Recommender Slack App",
"description": "If you\"re bad at deciding what to have for lunch, the good news is that we can automate this easily in a Composable DataFlow!",
"link": "https://docs.composable.ai/en/latest/Tutorial/Lunch/"
},
{
"type": "tutorial",
"title": "WebApp Tutorial: DataIntegrity Workbench",
"description": "This tutorial will help you build a full-stack WebApp in Composable.",
"link": "https://docs.composable.ai/en/latest/Tutorial/WebApp-Tutorial/"
},
{
"type": "tutorial",
"title": "DataPortal Tutorial: Online Delivery App",
"description": "In this tutorial, we will create a DataPortal that will be used as the back-end for an online (web or mobile) delivery application.",
"link": "https://docs.composable.ai/en/latest/Tutorial/DataPortals-DeliveryApp/"
},
{
"type": "tutorial",
"title": "WebApp Tutorial: Creating a Full Stack WebApp",
"description": "This tutorial will help you build a full-stack WebApp in Composable.",
"link": "https://docs.composable.ai/en/latest/Tutorial/WebApp-Tutorial/"
},
{
"type": "video",
"title": "Introduction to DataFlows",
"description": "The Composable DataOps Platform is a modern, full-stack data operations and integrated development environment for developing data-intensive applications.",
"link": "https://www.youtube.com/watch?v=HBpr_UOKvGA&ab_channel=composable"
},
{
"type": "video",
"title": "Building Advanced Web Services",
"description": "This video reviews how to use DataFlows as web services",
"link": "https://www.youtube.com/watch?v=dWOc7JMpTJc&t=2s&ab_channel=composable"
},
{
"type": "video",
"title": "Automating Recurring Reports",
"description": "This video demonstrates how to quickly author a DataFlow to created an automated recurring report.",
"link": "https://www.youtube.com/watch?v=YrxQnhNo_S8&ab_channel=composable"
}

]

}
120 changes: 120 additions & 0 deletions docs/home-data/update-data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,120 @@
{
"updates": [
{
"content": "WebApps with thumbnails can now be deleted",
"date": "5/16/2022",
"type": "bugfix"
},
{
"content": "Runs can now be canceled from the runs table",
"date": "5/12/2022",
"type": "bugfix"
},
{
"content": "Fixed error using angle brackets in comments",
"date": "4/25/2022",
"type": "bugfix"
},
{
"content": "Improved performance of Razor Template Module",
"date": "4/12/2022",
"type": "bugfix"
},
{
"content": "Sidesubs menus are now scrollable",
"date": "3/16/2022",
"type": "bugfix"
},
{
"content": "Datalab ribbons in search now showing online status",
"date": "2/10/2022",
"type": "bugfix"
},
{
"content": "Datalabs now useable with windows auth",
"date": "11/16/2021",
"type": "bugfix"
},
{
"content": "Fixed broken links in results view",
"date": "11/02/2021",
"type": "bugfix"
},
{
"content": "Save was broken in Dashboard",
"date": "11/2/2021",
"type": "bugfix"
},
{
"content": "Added option to disable nav bars in WebApps",
"date": "5/9/2022",
"type": "minor"
},
{
"content": "New SQL Read-Write Module",
"date": "5/5/2022",
"type": "major",
"productAreas": ["DataFlow"]
},
{
"content": "User can export trace and progress logs to a csv file from the designer",
"date": "4/26/2022",
"type": "minor"
},
{
"content": "New streaming DeepQuery runner module",
"date": "4/25/2022",
"type": "major",
"productAreas": ["DataFlow", "DeepQuery"]
},
{
"content": "Add refresh button to DeepQuery",
"date": "4/20/2022",
"type": "minor"
},
{
"content": "New DocToDocX DataFlow module",
"date": "4/14/2022",
"type": "major",
"productAreas": ["DataFlow"]
},
{
"content": "New File Appender DataFlow module",
"date": "4/13/2022",
"type": "major",
"productAreas": ["DataFlow"]
},
{
"content": "DataFlow connections have color highlighting when selected",
"date": "4/1/2022",
"type": "minor"
},
{
"content": "Delete multiple/all runs for Dataflow",
"date": "3/29/2022",
"type": "minor"
},
{
"content": "Users can now be put in folders",
"date": "3/29/2022",
"type": "minor"
},
{
"content": "WebApp template for AdminLTE",
"date": "3/16/2022",
"type": "minor"
},
{
"content": "Allow new query without a root collection",
"date": "3/4/2022",
"type": "minor"
},
{
"content": "Complete Board renovation",
"date": "3/29/2022",
"type": "major",
"productAreas": ["Board"]
}

]
}

0 comments on commit 8adac90

Please sign in to comment.