-
Notifications
You must be signed in to change notification settings - Fork 0
/
.TODO
89 lines (64 loc) · 2.26 KB
/
.TODO
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
Todos:
@today @started(18-11-17 05:20)
New:
- Use effects to include an animation service
- @high make and pass TDD Unit Test
- @low Add FontAwesome, now FortAwesome 5
- @low Implement https://nestjs.com/
- @low Improve the styles and effects
Doing:
Alternatives:
✔ @low
- @low
Check state:
- @low change the compile process to avoid import paths from components 18-12-02 04:46
Done:
- @low change the scaffolding to have a better improve styles
✔ changed @done(18-12-02 04:54)
- use AngularDatePipe
✔ used @done(18-11-23 06:12)
- @high Update the index view when we edit a user
✔ changed @done(18-11-23 06:10)
- @high We can obtain the id of null
✔ changed @done(18-11-20 05:25)
- Include webpack configuration to add bootstrap styles to components.scss
✔ changed @done(18-11-20 07:24)
- @critical change the styles totally
✔ changed @done(18-11-20 07:24)
- @high Finish UD calls
✔ changed @done(18-11-20 05:24)
- @high Start the project with ngx, stores and entities.
✔ changed @done(18-11-17 06:08)
- @high Get users from API
✔ changed @done(18-11-17 06:08)
- @critical CORS on POST service call to create a new user
✔ changed @done(18-11-17 17:17)
Archive:
✔ This
Cancelled:
✘ Checked
Names conventions:
✔ v-module = vanilla-module
Docu:
// Media Queries
▪ xScreen = 25.875 => 413px
▪ smXScreen = 34.375 => 550px
▪ smScreen = 45 => 720px
▪ mdiPadT = 48 => 768px
▪ niScreen = 62 => 992px
▪ nxiPadT = 64 => 1024px
▪ lgScreen = 90 => 1440px
▪ xlgScreen = 160 => 2560px (4K)
On after can do this?
``
SASS:
Document:
'Cmd/Ctrl+Enter' // Triggers `Todo: Toggle Box`
'Alt+D' // Triggers `Todo: Toggle Done`
'Alt+C' // Triggers `Todo: Toggle Cancelled`
'Alt+S' // Triggers `Todo: Toggle Start`
'Cmd/Ctrl+Shift+A' // Triggers `Todo: Archive`
Custom symbols: you can replace the default symbols with any of the supported ones
Box: - ❍ ❑ ■ ⬜ □ ☐ ▪ ▫ – — ≡ → › [] [ ]
Done: ✔ ✓ ☑ + [x] [X] [+]
Cancelled: ✘ x X [-]