mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 01:08:50 -06:00
Test CSV export file content
This commit is contained in:
@@ -0,0 +1 @@
|
||||
2015-01-25,0.0000
|
||||
|
@@ -0,0 +1,10 @@
|
||||
2015-01-25,2
|
||||
2015-01-24,0
|
||||
2015-01-23,1
|
||||
2015-01-22,2
|
||||
2015-01-21,2
|
||||
2015-01-20,2
|
||||
2015-01-19,1
|
||||
2015-01-18,1
|
||||
2015-01-17,2
|
||||
2015-01-16,2
|
||||
|
@@ -0,0 +1,10 @@
|
||||
2015-01-25,0.2557
|
||||
2015-01-24,0.2226
|
||||
2015-01-23,0.1991
|
||||
2015-01-22,0.1746
|
||||
2015-01-21,0.1379
|
||||
2015-01-20,0.0995
|
||||
2015-01-19,0.0706
|
||||
2015-01-18,0.0515
|
||||
2015-01-17,0.0315
|
||||
2015-01-16,0.0107
|
||||
|
11
uhabits-core/assets/test/csv_export/Checkmarks.csv
Normal file
11
uhabits-core/assets/test/csv_export/Checkmarks.csv
Normal file
@@ -0,0 +1,11 @@
|
||||
Date,Meditate,Wake up early,
|
||||
2015-01-25,-1,2,
|
||||
2015-01-24,-1,0,
|
||||
2015-01-23,-1,1,
|
||||
2015-01-22,-1,2,
|
||||
2015-01-21,-1,2,
|
||||
2015-01-20,-1,2,
|
||||
2015-01-19,-1,1,
|
||||
2015-01-18,-1,1,
|
||||
2015-01-17,-1,2,
|
||||
2015-01-16,-1,2,
|
||||
|
3
uhabits-core/assets/test/csv_export/Habits.csv
Normal file
3
uhabits-core/assets/test/csv_export/Habits.csv
Normal file
@@ -0,0 +1,3 @@
|
||||
Position,Name,Question,Description,NumRepetitions,Interval,Color
|
||||
001,Meditate,Did you meditate this morning?,,1,1,#FF8F00
|
||||
002,Wake up early,Did you wake up before 6am?,,2,3,#00897B
|
||||
|
11
uhabits-core/assets/test/csv_export/Scores.csv
Normal file
11
uhabits-core/assets/test/csv_export/Scores.csv
Normal file
@@ -0,0 +1,11 @@
|
||||
Date,Meditate,Wake up early,
|
||||
2015-01-25,0.0000,0.2557,
|
||||
2015-01-24,0.0000,0.2226,
|
||||
2015-01-23,0.0000,0.1991,
|
||||
2015-01-22,0.0000,0.1746,
|
||||
2015-01-21,0.0000,0.1379,
|
||||
2015-01-20,0.0000,0.0995,
|
||||
2015-01-19,0.0000,0.0706,
|
||||
2015-01-18,0.0000,0.0515,
|
||||
2015-01-17,0.0000,0.0315,
|
||||
2015-01-16,0.0000,0.0107,
|
||||
|
Reference in New Issue
Block a user