-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnotes.txt
102 lines (66 loc) · 1.66 KB
/
notes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
how to check if empty:
select count(*) from employee == 0 // NO!
select 1 from login limit 1
if rs <1
Journal set up:
COVER
- date and time
- count of entries
- select journal / category?
- count entries per category?
- weather display to learn to use the API
- export journal to learn how to export
Welcome to Journax!
12/AUG/2021
Location, NL
weather description | 20C / 68F
Entries count: 15
Category One : 4 entries
Categories Two : 5 entries
Category Three : 6 entries
Whats the password?
=================
INDEX PAGE
[0] lock
ENTRIES
[1] read
[2] new
[3] update <- need to fix this
[4] remove
[5] search <- to add : result not found
OPTIONS
[6] diary log
[7] manage categories
[8] manage journal
ENTRY PAGE
Entry example blah blah blahblah blah blah
blah blah blah
blah blah blahblah blah blah
blah blah blahblah blah blah
blah blah blahblah blah blahblah blah blah
blah blah blahblah blah blah
blah blah blahblah blah blah
-------------------------------------------------
[<] [ date ] | [ 1/15 ] | [ Category ] [>]
-------------------------------------------------
type < or > to change page
[0] back to index
DAILY LOG
• 01/08/21 : This is my daily log
• 02/08/21 : This is my daily log
• 03/08/21 : This is my daily log
• 04/08/21 : This is my daily log
-------------------------------------------------
[1] add a log
[0] back to index
CATEGORIES
[1 ] see all categories
[2] to add a new category
[3] to modify a category
[4] to remove a category
[5] read a category
[0] back to index
MANAGE JOURNAL
[1] delete journal
[2] change password
[3] export journal