Skip to content

Commit b6f6e97

Browse files
committed
Merge remote-tracking branch 'biancode/develop' into develop
2 parents 035385b + 30b60d5 commit b6f6e97

9 files changed

Lines changed: 502 additions & 344 deletions

File tree

CONTRIBUTING.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@
88

99
### Directory structure
1010

11-
- Put all CSS(Cascading Style Sheet) into the `src/css` Folder the naming should be `css/feature_name.css`
12-
- Put all Javascript files into the `src/js` Folder the naming should be `js/feature_name.js`
13-
- All HTML Files are put directly into the `src` Folder named as `src/feature_name.html`
11+
- Put all CSS(Cascading Style Sheet) into the `src/<component>/css` Folder the naming should be `css/<component>/feature_name.css`
12+
- Put all Javascript files into the `src/<component>/js` Folder the naming should be `js/<component>/feature_name.js`
13+
- All HTML Files are put directly into the `src/<component>/` Folder named as `src/<component>/feature_name.html`
14+
15+
`<component>` is the name of your component you are working on.
16+
1417

1518
## Technologies
1619

@@ -21,3 +24,5 @@
2124
### Javascript
2225

2326
- We will use Charts.js for visualizing Data [chartjs](www.chartjs.org)
27+
28+
## Development

Plan.md

Lines changed: 41 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,41 @@
1-
1. Wasserfall
2-
test
1+
# Features
2+
3+
## Form User Input
4+
5+
User can input the necessary data i.e. age,weight,height...
6+
7+
## Visualisation
8+
9+
The data can be visualised either by using a chart (Bar or Line) or a summary via AI
10+
11+
### Linechart
12+
13+
The linechart shows the data as a simple line chart
14+
15+
### Barchart
16+
17+
The barchart shows the data as bar charts
18+
19+
### AI Summary
20+
21+
The ai summary is a textual overview of the bmi development of the user
22+
23+
## Settings
24+
25+
The user can change local units.
26+
27+
## Table
28+
29+
The table shows the data in row and column format.
30+
31+
32+
# Requirements
33+
34+
## Technologies
35+
36+
- chart.js for visualizing the data
37+
38+
## Features
39+
40+
- Show the BMI development as a line chart
41+
- Show weight devolpment as a line chart

index.html

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)