This repository was archived by the owner on Nov 8, 2022. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork20
Commit1de1a89
authored
refactor(article-comments): GQ workflow enhance && re-org (#325)
* chore(article-comments): clean up unused vars* test(article-comments): add floor & isPined test* test(article-comments): upvotes count test* test(article-comments): basic emotions test flow* test(article-comments): improve emotion test* test(article-comments): author flag & basic meta* test(article-comments): replyTo info make right* fix(article-comments): emotion perfermence issue* feat(article-comments): view has upvoted using dataloader* refactor(article-comments): rules for delete workflow* refactor(article-comments): rules for delete workflow && fix tests* refactor(article-comments): add article_comments_participators_count* refactor(article-comments): list mode wip* refactor(article-comments): timeline mode done* refactor(article-comments): re-org wip* refactor(article-comments): re-org wip* refactor(article-comments): improve replies test* fix(article-comments): replies edge case & add is_reply_to_others flag* refactor(article-comments): add list_article_comments_participators* refactor(article-comments): helper for raise custom error* refactor(article-comments): clean up1 parentb217cdf commit1de1a89
File tree
28 files changed
+1181
-282
lines changed- lib
- groupher_server_web
- resolvers
- schema
- cms
- utils
- groupher_server/cms
- delegates
- embeds
- utils
- helper
- utils
- priv/repo/migrations
- test
- groupher_server_web
- mutation/cms
- query/cms
- groupher_server/cms
- support
28 files changed
+1181
-282
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
38 |
| - | |
| 38 | + | |
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
| |||
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
55 |
| - | |
56 |
| - | |
57 | 55 |
| |
58 | 56 |
| |
59 | 57 |
| |
| |||
76 | 74 |
| |
77 | 75 |
| |
78 | 76 |
| |
| 77 | + | |
| 78 | + | |
79 | 79 |
| |
80 | 80 |
| |
81 | 81 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
109 | 109 |
| |
110 | 110 |
| |
111 | 111 |
| |
112 |
| - | |
113 |
| - | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
114 | 115 |
| |
115 | 116 |
| |
116 | 117 |
| |
| |||
119 | 120 |
| |
120 | 121 |
| |
121 | 122 |
| |
122 |
| - | |
123 |
| - | |
124 |
| - | |
| 123 | + | |
| 124 | + | |
125 | 125 |
| |
126 | 126 |
| |
127 | 127 |
| |
| |||
144 | 144 |
| |
145 | 145 |
| |
146 | 146 |
| |
| 147 | + | |
| 148 | + | |
| 149 | + | |
147 | 150 |
| |
148 | 151 |
| |
149 | 152 |
| |
|
0 commit comments
Comments
(0)