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

Updates to website #9

Open
wants to merge 19 commits into
base: master
Choose a base branch
from
Open
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
25 changes: 25 additions & 0 deletions .forestry/front_matter/templates/post.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
label: Post
hide_body: false
fields:
- name: title
type: text
config:
required: false
label: Title
description: Name of the Post
- name: date
type: datetime
description: Date of Publishing
config:
required: false
date_format:
time_format:
display_utc: false
label: Date
- name: image
type: file
config:
maxSize: 64
label: image
description: Images included in the post
29 changes: 29 additions & 0 deletions .forestry/settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
new_page_extension: md
auto_deploy: false
admin_path: ''
webhook_url:
sections:
- type: heading
label: Tutorials
- type: jekyll-pages
label: Pages
create: all
- type: jekyll-posts
label: Posts
create: all
upload_dir: uploads
public_path: "/uploads"
front_matter_path: ''
use_front_matter_path: false
file_template: ":filename:"
build:
preview_env:
- JEKYLL_ENV=staging
preview_output_directory: _site
install_dependencies_command: bundle install --path vendor/bundle
preview_docker_image: forestryio/ruby:2.6
mount_path: "/srv"
working_dir: "/srv"
instant_preview_command: bundle exec jekyll serve --drafts --unpublished --future
-d _site
9 changes: 5 additions & 4 deletions _drafts/2019-12-15-this-is-a-draft.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
layout: post
title: "This is a Draft Article"
date: 2019-12-14 08:44:38 -0400
title: This is a Draft Article
date: 2019-12-14T08:44:38.000-04:00
category: partner-club
category-name: "Partner Club"
category-name: Partner Club
author: mac
short-description: This is a short description, less than 60 characters if possible.
---

---
Insert your article here, using markdown formatting.

## Hello World
7 changes: 7 additions & 0 deletions _drafts/Tutorials/filtering.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: post
category: Tutorial
title: Filtering
subcategory: Tailoring the Report for you needs

---
28 changes: 28 additions & 0 deletions _posts/2020-11-09-filtering.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
layout: Post
category: Tutorial
title: Filtering
subcategory: Tailoring the Report for you needs

---
# Filtering

##### What is Filtering?

This is the process of choosing a smaller part of your data set and using that subset of the data for analysis & viewing.

**_Example_**: Filtering the report to only show one Unit from the hospital. (Filtering is temporary, the complete data set is kept, but it is just hidden)

##### Why should I filter?

Filtering data makes the report easier for you the user to read and understand. Filtering enables you to only view the data that matters to you.

**_Example:_** A line chart with every unit may be tricky to read. However, a line chart filtered to the units that are of your concern id much easier to understand.

##### How can I filter?

Self Service Reports have buttons and dropdowns on every page. When these buttons or dropdowns are used, the report is ‘filtered’ to your needs**_._**

**_Example_**: On the home page there are buttons to filter the Month/Year and the Hospital/Units. Clicking on any of these will ‘**filter**’ the report

![Clicking on any of the buttons on this page will filter the report](/uploads/home_meal.jpg "Example of filters")
Empty file added _posts/Tutorials/.gitkeep
Empty file.
8 changes: 8 additions & 0 deletions filtering.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
layout: page
category: Tutorial
title: Filtering
subcategory: Tailoring the Report for you needs
published: false

---
Binary file added uploads/home_meal.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.