Family Portal

Column

Student Overall Report

Student Soft Skills %

Column

Soft Skills Dimensions

Skills Learned To Date

Row

Recommendations

Personalized Ai Recommendations

Student Portal

Column

Student Soft Skills Dashboard

Teacher Portal

Column

Dashboard

Data Table

District Portal

Column

Dashboard

Data Table

---
title: "EDSTATION Skills Dashboard"
output: 
  flexdashboard::flex_dashboard:
    orientation: columns
    theme: cosmo
    vertical_layout: fill
    source: embed
---

```{r setup, include=FALSE}
library(flexdashboard)# interactive dashboard 
library(readxl) # import excel data set 
library(leaflet) #create interactive maps
library(tidyverse) # load core packages for data visualisation (dplyr:for data manipulation, tidyr:for data tidying, readr:for data import, purrr:for functional programming, tibble:for tibbles, a modern re-imagining of data frames, stringr:for strings, forcats:for factors)
library(DT) #Display data tables
library(crosstalk) # extends htmlwidgets
library(sf) #load shapefiles 
library(RColorBrewer) # color palaette
library(shiny)
library(plyr)
library(plotly)
library(lubridate)
library(ggplot2)
library(ggmap)
library(sp)
library(mapview)
library(emojifont)
library(geosphere)
library(moonBook) # For Donuts Chart
library(webr) # For Donuts Chart
library(shiny)
```


```{r data, include=FALSE}

```

Family Portal
=====================================

Column {data-width=650 }
-----------------------------------------------------------------------
**Student Overall Report**

### Student Soft Skills %
```{r}

```


Column {data-width=650 }
-----------------------------------------------------------------------
**Soft Skills Dimensions **

### Skills Learned To Date
```{r}

```


Row {data-width=650 }
-----------------------------------------------------------------------
**Recommendations**

### Personalized Ai Recommendations

```{r}

```

Student Portal
=====================================

Inputs {.sidebar data-width=200}
-----------------------------------------------------------------------
### Student Filters

```{r student portal Dimensions filter}

```


```{r student portal skills filter}

```


Column {data-width=650 .tabset .tabset-fade .colored}
-----------------------------------------------------------------------
### Student Soft Skills Dashboard

```{r student dashboard spider}

```


Teacher Portal
=====================================

Inputs {.sidebar data-width=200}
-----------------------------------------------------------------------

### Teacher Filters

```{r app teacher filter}

```

```{r app teacher Class Group filter}

```

```{r app teacher Soft Skills filter}

```

```{r app teacher Gender filter}

```

```{r app teacher Race filter}

```

```{r app teacher Ability filter}

```

```{r app teacher Location filter}

```

Column {data-width=650 .tabset .tabset-fade .colored}
-----------------------------------------------------------------------

### Dashboard

```{r}

```


### Data Table
```{r app data}

```


District Portal
=====================================

Inputs {.sidebar data-width=200}
-----------------------------------------------------------------------

### District Filters

```{r can district filter}

```

```{r can district year filter}

```

```{r app district Gender filter}

```

```{r app district Race filter}

```

```{r app district Ability filter}

```

```{r app district Location filter}

```

Column {data-width=650 .tabset .tabset-fade .colored}
-----------------------------------------------------------------------

### Dashboard

```{r district dashboard}

```

### Data Table

```{r district data}


```