You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# MacroView
2
2
3
+
Available at: https://macroview.shinyapps.io/MacroView-v1/
4
+
3
5
## Group Members
4
6
5
7
- Austin Shih @austin-shih
@@ -9,24 +11,24 @@
9
11
10
12
## Overview
11
13
12
-
This repository contains the MacroView dashboard project. The project aims to create an application that allows potential users track their daily calorie/ macronutrient intake by using the `Nutrient Value of Some Common Foods` dataset (accessed [here](https://open.canada.ca/data/en/dataset/a289fd54-060c-4a96-9fcf-b1c6e706426f).
14
+
This repository contains the MacroView dashboard project. The project aims to create an application that allows potential users track their daily calorie/ macronutrient intake by using the `Nutrient Value of Some Common Foods` dataset (accessed [here](https://open.canada.ca/data/en/dataset/a289fd54-060c-4a96-9fcf-b1c6e706426f).
13
15
14
16
15
17
## Who are we and who should use this dashboard?
16
18
17
-
We are a team of 5 [UBC MDS](https://masterdatascience.ubc.ca/) students who created this Shiny app as part of the masters program and hope to empowering individuals to make informed and healthy lifestyle choices.
19
+
We are a team of 5 [UBC MDS](https://masterdatascience.ubc.ca/) students who created this Shiny app as part of the masters program and hope to empowering individuals to make informed and healthy lifestyle choices.
18
20
19
21
This dashboard is essentially a nutrition tracking dashboard that enables health-conscious individuals to accurately track and visualize their macronutrient intake. Our intended users are anyone who wants to track their nutrition easily, for free, and with reliable nutrition data. MacroView will be accessible for both experienced body-builders and individuals who are new to nutrition tracking and don't know where to start.
20
22
21
-
## Dashboard Functionality
23
+
## Dashboard Functionality
22
24
23
-
The dashboard will have four tabs, `Main Dashboard`, `About`, `Data`, `Download`, and `Statistics`, with the `Main Dashboard` tab containing the main app funcionality. The live app can be accessed [here](https://macroview.shinyapps.io/MacroView-v1/).
25
+
The dashboard will have four tabs, `Main Dashboard`, `About`, `Data`, `Download`, and `Statistics`, with the `Main Dashboard` tab containing the main app funcionality. The live app can be accessed [here](https://macroview.shinyapps.io/MacroView-v1/).
24
26
25
-
The `Main Dashboard` layout will have user input on the left and visualizations on the right.
27
+
The `Main Dashboard` layout will have user input on the left and visualizations on the right.
26
28

27
29
28
30
29
-
On the left hand columns there are two input categories, one for setting up macro nutrient targets either by slider bars or direct user input, and the other for inputting actual food intake items by weight to visually determine if targets are met.
31
+
On the left hand columns there are two input categories, one for setting up macro nutrient targets either by slider bars or direct user input, and the other for inputting actual food intake items by weight to visually determine if targets are met.
30
32

31
33
32
34
Once targets and food items are populated, two graphics will be displayed to visualize targets and inputs. The top 'Totals' figure will display the user input information as a bar plot indicating total calories, and caloric breakdown by macro nutrients (protein, carbs, fat) as well as user targets.
@@ -35,7 +37,7 @@ Once targets and food items are populated, two graphics will be displayed to vis
35
37
The bottom figure will plot the specific caloric intake and targets as a stacked bar plot showing the proportional breakdown of user inputs.
36
38

37
39
38
-
## Continuous Development
40
+
## Continuous Development
39
41
40
42
Want to help improve this app? Please check out the [contributing guidelines](https://github.com/UBC-MDS/MacroView/blob/main/CONTRIBUTING.md) and [code of conduct](https://github.com/UBC-MDS/MacroView/blob/main/CODE_OF_CONDUCT.md).
0 commit comments