-
Notifications
You must be signed in to change notification settings - Fork 54
Commit 7cf27f2
committed
implement card front-end and back-end
1 parent 2984734 commit 7cf27f2
File tree
76 files changed
+3443
-145
lines changed- front-end
- src
- components
- modals
- services
- utils
- views
- setup
- src
- main
- java/com/taskagile
- config
- domain
- application
- commands
- impl
- common
- file
- security
- model
- activity
- attachment
- events
- cardlist
- card
- events
- infrastructure
- file
- local
- s3
- repository
- utils
- web
- apis
- payload
- results
- resources
- test/resources
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
76 files changed
+3443
-145
lines changedLines changed: 121 additions & 71 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 | + | ||
18 | 19 |
| |
20 | + | ||
19 | 21 |
| |
22 | + | ||
20 | 23 |
| |
21 | 24 |
| |
25 | + | ||
22 | 26 |
| |
23 | 27 |
| |
24 | 28 |
| |
25 | 29 |
| |
30 | + | ||
26 | 31 |
| |
27 | 32 |
| |
28 | 33 |
| |
|
Lines changed: 13 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 | + | ||
18 | + | ||
19 | + | ||
20 | + | ||
17 | 21 |
| |
18 | 22 |
| |
19 | 23 |
| |
| |||
22 | 26 |
| |
23 | 27 |
| |
24 | 28 |
| |
29 | + | ||
25 | 30 |
| |
26 | 31 |
| |
27 | 32 |
| |
| |||
89 | 94 |
| |
90 | 95 |
| |
91 | 96 |
| |
97 | + | ||
98 | + | ||
99 | + | ||
100 | + | ||
92 | 101 |
| |
93 | 102 |
| |
94 | 103 |
| |
| |||
112 | 121 |
| |
113 | 122 |
| |
114 | 123 |
| |
124 | + | ||
125 | + | ||
126 | + | ||
127 | + | ||
115 | 128 |
|
Lines changed: 50 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
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 | + |
Lines changed: 6 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 | - | ||
8 | + | ||
9 | + | ||
10 | + | ||
11 | + | ||
9 | 12 |
| |
10 | 13 |
| |
11 | 14 |
| |
| |||
25 | 28 |
| |
26 | 29 |
| |
27 | 30 |
| |
28 | - | ||
31 | + | ||
32 | + | ||
29 | 33 |
| |
30 | 34 |
| |
31 | 35 |
| |
|
0 commit comments