-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #30 from strudel-science/update/merge-taskflow-con…
…tent Merging Update/merge taskflow content
- Loading branch information
Showing
11 changed files
with
272 additions
and
16 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
--- | ||
id: 'task-flows-manage-account' | ||
title: 'Manage Account' | ||
tagline: 'Mollit laboris nulla consectetur sint sunt.' | ||
tags: ['profile', 'settings'] | ||
intent: 'Enables users to manage their individual or team account information and settings.' | ||
exampleUrl: '' | ||
codeUrl: '' | ||
figmaUrl: 'https://www.figma.com/file/UQT4iRirRG9lrgzayfzswY/STRUDEL-task-flows?type=design&node-id=19%3A73769&mode=design&t=YPdwq8c0BdXx5Um8-1' | ||
--- | ||
import { Grid, TableHead, TableRow, TableCell, TableBody } from '@mui/material'; | ||
import { TaskFlowCard } from '/src/components/TaskFlowCard'; | ||
import { InfoTable } from '/src/components/InfoTable'; | ||
|
||
## Overview | ||
|
||
Tempor irure voluptate Lorem ea elit laborum laborum laboris voluptate id irure proident. Lorem fugiat ut mollit ad eiusmod minim voluptate. Officia ea non voluptate voluptate amet veniam ipsum aute. Eu velit consectetur velit adipisicing Lorem et ex ullamco consequat pariatur mollit excepteur dolore occaecat. Et velit pariatur ipsum quis amet sint dolore. Voluptate elit deserunt consequat minim velit qui nostrud proident sint ut. Ut officia sunt sit nulla. | ||
|
||
### Dos and Don'ts | ||
|
||
Occaecat irure qui mollit aliqua cupidatat aute. Esse commodo non sunt tempor. Irure elit occaecat aute est ullamco tempor ullamco magna est ut. Sint cupidatat et aliquip est ullamco. Incididunt irure velit qui incididunt laborum ullamco veniam sit excepteur fugiat cillum. Cupidatat excepteur velit dolore proident laboris dolor. | ||
|
||
{/* | ||
## Variations & Examples | ||
Aliquip ea ipsum Lorem amet incididunt excepteur Lorem aute proident deserunt commodo. Officia ipsum magna laborum dolore mollit adipisicing eiusmod. Duis irure ullamco in aliquip eu ad aliquip elit cupidatat. | ||
## Components & Patterns Used | ||
<InfoTable> | ||
<TableHead> | ||
<TableRow> | ||
<TableCell>Component</TableCell> | ||
<TableCell>Usage Context</TableCell> | ||
<TableCell>Links to Libraries</TableCell> | ||
</TableRow> | ||
</TableHead> | ||
<TableBody> | ||
<TableRow> | ||
<TableCell>Stepper</TableCell> | ||
<TableCell>Some blurb on how the component is useful in this taskflow</TableCell> | ||
<TableCell><a href="https://mui.com/material-ui/react-stepper/" target="_blank">MUI links to start with</a></TableCell> | ||
</TableRow> | ||
<TableRow> | ||
<TableCell>Data Grid</TableCell> | ||
<TableCell>Some blurb on how the component is useful in this taskflow</TableCell> | ||
<TableCell><a href="https://mui.com/x/react-data-grid/" target="_blank">MUI links to start with</a></TableCell> | ||
</TableRow> | ||
<TableRow> | ||
<TableCell>Date Picker</TableCell> | ||
<TableCell>Some blurb on how the component is useful in this taskflow</TableCell> | ||
<TableCell><a href="https://mui.com/x/react-date-pickers/" target="_blank">MUI links to start with</a></TableCell> | ||
</TableRow> | ||
<TableRow> | ||
<TableCell>Select</TableCell> | ||
<TableCell>Some blurb on how the component is useful in this taskflow</TableCell> | ||
<TableCell><a href="https://mui.com/material-ui/react-select/">MUI links to start with</a></TableCell> | ||
</TableRow> | ||
</TableBody> | ||
</InfoTable> | ||
*/} | ||
|
||
## Other Relevant Task Flows | ||
|
||
<Grid container spacing={4}> | ||
<Grid item md={6}> | ||
<TaskFlowCard name="Compare Data" /> | ||
</Grid> | ||
<Grid item md={6}> | ||
<TaskFlowCard name="Compare Data" /> | ||
</Grid> | ||
</Grid> |
This file contains 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
This file contains 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
72 changes: 72 additions & 0 deletions
72
content/design-system/task-flows/run-interactive-computation.mdx
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
--- | ||
id: 'task-flows-run-interactive-computation' | ||
title: 'Run Interactive Computation' | ||
tagline: 'Mollit laboris nulla consectetur sint sunt.' | ||
tags: ['execution', 'scenario','data analysis'] | ||
intent: 'Enables querying, computation, and visual analysis of single or combined data entities to instantly derive insights, and create reports or dashboards.' | ||
exampleUrl: '' | ||
codeUrl: '' | ||
figmaUrl: 'https://www.figma.com/file/UQT4iRirRG9lrgzayfzswY/STRUDEL-task-flows?type=design&node-id=19%3A73770&mode=design&t=YPdwq8c0BdXx5Um8-1' | ||
--- | ||
import { Grid, TableHead, TableRow, TableCell, TableBody } from '@mui/material'; | ||
import { TaskFlowCard } from '/src/components/TaskFlowCard'; | ||
import { InfoTable } from '/src/components/InfoTable'; | ||
|
||
## Overview | ||
|
||
Tempor irure voluptate Lorem ea elit laborum laborum laboris voluptate id irure proident. Lorem fugiat ut mollit ad eiusmod minim voluptate. Officia ea non voluptate voluptate amet veniam ipsum aute. Eu velit consectetur velit adipisicing Lorem et ex ullamco consequat pariatur mollit excepteur dolore occaecat. Et velit pariatur ipsum quis amet sint dolore. Voluptate elit deserunt consequat minim velit qui nostrud proident sint ut. Ut officia sunt sit nulla. | ||
|
||
### Dos and Don'ts | ||
|
||
Occaecat irure qui mollit aliqua cupidatat aute. Esse commodo non sunt tempor. Irure elit occaecat aute est ullamco tempor ullamco magna est ut. Sint cupidatat et aliquip est ullamco. Incididunt irure velit qui incididunt laborum ullamco veniam sit excepteur fugiat cillum. Cupidatat excepteur velit dolore proident laboris dolor. | ||
|
||
{/* | ||
## Variations & Examples | ||
Aliquip ea ipsum Lorem amet incididunt excepteur Lorem aute proident deserunt commodo. Officia ipsum magna laborum dolore mollit adipisicing eiusmod. Duis irure ullamco in aliquip eu ad aliquip elit cupidatat. | ||
## Components & Patterns Used | ||
<InfoTable> | ||
<TableHead> | ||
<TableRow> | ||
<TableCell>Component</TableCell> | ||
<TableCell>Usage Context</TableCell> | ||
<TableCell>Links to Libraries</TableCell> | ||
</TableRow> | ||
</TableHead> | ||
<TableBody> | ||
<TableRow> | ||
<TableCell>Stepper</TableCell> | ||
<TableCell>Some blurb on how the component is useful in this taskflow</TableCell> | ||
<TableCell><a href="https://mui.com/material-ui/react-stepper/" target="_blank">MUI links to start with</a></TableCell> | ||
</TableRow> | ||
<TableRow> | ||
<TableCell>Data Grid</TableCell> | ||
<TableCell>Some blurb on how the component is useful in this taskflow</TableCell> | ||
<TableCell><a href="https://mui.com/x/react-data-grid/" target="_blank">MUI links to start with</a></TableCell> | ||
</TableRow> | ||
<TableRow> | ||
<TableCell>Date Picker</TableCell> | ||
<TableCell>Some blurb on how the component is useful in this taskflow</TableCell> | ||
<TableCell><a href="https://mui.com/x/react-date-pickers/" target="_blank">MUI links to start with</a></TableCell> | ||
</TableRow> | ||
<TableRow> | ||
<TableCell>Select</TableCell> | ||
<TableCell>Some blurb on how the component is useful in this taskflow</TableCell> | ||
<TableCell><a href="https://mui.com/material-ui/react-select/">MUI links to start with</a></TableCell> | ||
</TableRow> | ||
</TableBody> | ||
</InfoTable> | ||
*/} | ||
|
||
## Other Relevant Task Flows | ||
|
||
<Grid container spacing={4}> | ||
<Grid item md={6}> | ||
<TaskFlowCard name="Compare Data" /> | ||
</Grid> | ||
<Grid item md={6}> | ||
<TaskFlowCard name="Compare Data" /> | ||
</Grid> | ||
</Grid> |
This file contains 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
Oops, something went wrong.