@clickview/ship-it 0.0.13 → 0.0.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (49) hide show
  1. package/dist/A3/Analytics Web.md +0 -0
  2. package/dist/A3/ClickView Online.md +28 -0
  3. package/dist/A3/ClickView.Curator.md +19 -0
  4. package/dist/A3/Clients.md +21 -0
  5. package/dist/A3/Domain.Api.md +15 -0
  6. package/dist/A3/Krakend.md +33 -0
  7. package/dist/A3/Library Editor.md +0 -0
  8. package/dist/A3/Lite.md +35 -0
  9. package/dist/A3/Master.Api.md +10 -0
  10. package/dist/A3/Master.Auth.md +51 -0
  11. package/dist/A3/Release Notes.md +683 -0
  12. package/dist/A3/Subjects.API.md +18 -0
  13. package/dist/A3/Users.Api.md +89 -0
  14. package/dist/A3/clickview.md +325 -0
  15. package/dist/X3/X3 Testing Notes.csv +1222 -0
  16. package/dist/X3/X3 Testing Notes.xlsx +0 -0
  17. package/dist/Z1/Analytics Web.md +0 -0
  18. package/dist/Z1/ClickView Online.md +24 -0
  19. package/dist/Z1/ClickView.Cron.md +8 -0
  20. package/dist/Z1/ClickView.Curator.md +28 -0
  21. package/dist/Z1/ClickView.EmailService.md +17 -0
  22. package/dist/Z1/Clients.md +29 -0
  23. package/dist/Z1/Discover.Api.md +20 -0
  24. package/dist/Z1/Domain.Api.md +34 -0
  25. package/dist/Z1/FileGenerator.md +13 -0
  26. package/dist/Z1/Image.Api.md +14 -0
  27. package/dist/Z1/Krakend.md +8 -0
  28. package/dist/Z1/Library Editor.md +0 -0
  29. package/dist/Z1/Lite.md +47 -0
  30. package/dist/Z1/Master.Auth.md +43 -0
  31. package/dist/Z1/Objects.Api.md +30 -0
  32. package/dist/Z1/Permissions.Api.md +10 -0
  33. package/dist/Z1/Prospect.Api.md +16 -0
  34. package/dist/Z1/RealtimeSalesforceSync.md +16 -0
  35. package/dist/Z1/Release Notes.md +855 -0
  36. package/dist/Z1/Search.Api.md +19 -0
  37. package/dist/Z1/Share.Api.md +12 -0
  38. package/dist/Z1/Ship It.md +23 -0
  39. package/dist/Z1/Subjects.API.md +16 -0
  40. package/dist/Z1/Users.Api.md +26 -0
  41. package/dist/Z1/VideoProcessorService.md +11 -0
  42. package/dist/Z1/Z1 Testing Notes.csv +1079 -0
  43. package/dist/Z1/Z1 Testing Notes.xlsx +0 -0
  44. package/dist/Z1/clickview.md +316 -0
  45. package/lib/src/constants/MonorepoPackageJsonFiles.js +1 -0
  46. package/lib/src/constants/TeamCityBuildIDs.js +2 -1
  47. package/lib/src/tasks/InstallPackagesTask.js +3 -1
  48. package/lib/src/utils/Commits.js +4 -0
  49. package/package.json +1 -1
@@ -0,0 +1,1222 @@
1
+ projectName,mrTitle,mrAuthor,mrAssignee,mrUrl,notes
2
+ Master.Api,Update all packages to their latest versions,Cameron Hill,Cameron Hill,https://gitlab.cvinternal.net/clickview/back-end/Master.Api/-/merge_requests/737,"## Code changes
3
+ - Update all packages to their latest versions
4
+
5
+
6
+ ## Testing"
7
+ ClickView.EmailService,Update all packages,Cameron Hill,Kevin Wellalagodage,https://gitlab.cvinternal.net/clickview/back-end/ClickView.EmailService/-/merge_requests/218,"## Code changes
8
+ - Update all packages to their latest versions
9
+
10
+
11
+ ## Testing
12
+ - Any email is sent via the product"
13
+ Integrations.Api,oEmbed Permission filter options,Shale Kuzmanovski,Cameron Hill,https://gitlab.cvinternal.net/clickview/front-end/integrations.api/-/merge_requests/51,"## Customer changes
14
+ - Fixed an issue causing oEmbed to not work for the new product.
15
+
16
+
17
+ ## Code changes
18
+ - Now always passing the `permissionFilterOptions` when using `/v1/objects/{id}` in objects API.
19
+
20
+
21
+ ## Testing
22
+ - Generate a share link for Videos, Clips, Interactives, Series and Playlists in NP. Go to `https://staging-integrations.clickviewapp.com/oembed?url=<your share link>` for each and make sure it returns data, the videos should have an embed url."
23
+ clickview,Update true-or-false answer label styles,Nan Chen,Joshua Taylor,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2665,"## Lite
24
+
25
+ ### Code changes
26
+ - Update the `true or false` interactives answer option style. Fix INBOX-3957
27
+
28
+ ## Testing
29
+ - In lite, answering a `true or false` question of an interactive, the answer option label should be in the middle when the screen is in a small size:
30
+
31
+ ![image](/uploads/9ace73eb1dbe8c4f869f1a8346b05de0/image.png)
32
+ - In lite, login as a student, answer a `true or false` question of an interactive, and `View Summary`, the answer avatar should be at the right-bottom corner of the option card.
33
+
34
+ ![image](/uploads/37635838e3717c9239da46bfb6a66c8e/image.png)"
35
+ clickview,Remove locale from support article URLs,Joshua Taylor,Choco Li,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2664,"## Lite
36
+
37
+ ### Code changes
38
+ - Updated `RegisterArticleHelper` to no longer pass an `instanceRegion` as it is no longer needed.
39
+
40
+ ## Library editor
41
+
42
+ ### Code changes
43
+ - Updated `RegisterArticleHelper` to no longer pass an `instanceRegion` as it is no longer needed.
44
+
45
+ ## Reports
46
+
47
+ ### Code changes
48
+ - Updated `RegisterArticleHelper` to no longer pass an `instanceRegion` as it is no longer needed.
49
+
50
+ ## Shared
51
+
52
+ ### Code changes
53
+ - Removed `instanceRegion` from `ArticleHelper`, and remove addition of the locale and region hash sections of support article URLs. Implements INBOX-4081
54
+
55
+ ## Testing
56
+ - Support article URLs in Library Editor, Analytics, and Lite should not have any locale info on them (e.g. no `en-au` or `#au` at the end), but when you click on them they should redirect to the original URL but with the locale (`en-au` / `en-us`) added based on your geographic region"
57
+ clickview,Analytics: Add viewportResolution to analytics collection,Joshua Taylor,Shale Kuzmanovski,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2663,"## Analytics
58
+
59
+ ### Code changes
60
+ - Analytics events will now be logged with a `viewportResolution` field. Implements INBOX-3865
61
+
62
+ ## Testing
63
+ - Analytics events should now be logged with a `viewportResolution` field. Ensure that this is being logged and is accurate"
64
+ clickview,Fix series item hovering styles,Nan Chen,Joshua Taylor,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2662,"## Lite
65
+
66
+ ### Code changes
67
+ - Add `border-radius` to series item hovering styles. Fix INBOX-4117
68
+
69
+ ## Testing
70
+ - In lite, hover on series should not lose rounded corners at the bottom."
71
+ clickview,Update toggling allows making le request copy,Choco Li,Joshua Taylor,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2661,"## Library editor
72
+
73
+ ### Customer changes
74
+ - In a shared library, the copy of 'toggling allows making library request' is updated. Fixes INBOX-3992.
75
+
76
+ ### Code changes
77
+ - In a shared library, update the copy of 'toggling allows making library request'.
78
+
79
+ ## Testing"
80
+ clickview,Sort year group by number sequence in Pie chart,Nan Chen,Joshua Taylor,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2660,"## Reports
81
+
82
+ ### Code changes
83
+ - Added a sort function to sort data by year group number. Fix INBOX-4086
84
+
85
+ ## Testing
86
+ - In Analytics, the activity chart, category by Year Group, the data should be sorted by the year number, for the year groups that don't include a number, it should come last.
87
+
88
+ ![image](/uploads/b1d8fce1f799c0706b2826404b65f065/image.png)"
89
+ clickview,Enable sort on PresentationDescription column,Nan Chen,Michael McDonnell,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2658,"## Curator
90
+
91
+ ### Customer changes
92
+ - In the curator, video editing tab, the video-to-topic mapping list can now sort by the `presentation description` column. Implements INBOX-4070
93
+
94
+ ### Code changes
95
+ - Add new sortType to presentationDescription column
96
+
97
+ ## Testing
98
+ - In the curator, video editing tab, the video-to-topic mapping list can now sort by the `presentation description` column"
99
+ clickview,Fix left nav position in Mobile,Nan Chen,Joshua Taylor,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2657,"## Lite
100
+
101
+ ### Code changes
102
+ - On mobile, the expanded Left Nav styles were updated to avoid squashing the main content. Fix INBOX-3953
103
+
104
+ ## Testing
105
+ - On mobile, expanding the left nav should not squash the main content page."
106
+ clickview,Video playlist page,Nan Chen,Michael McDonnell,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2652,"## Curator
107
+
108
+ ### Code changes
109
+ - Added a playlist tab on the video editing page displaying all the playlists that contain the current video. Implements INBOX-3965
110
+
111
+ ## Testing
112
+ - In Curator, a video editing page, a playlist tab was added. In that tab, you should see all the playlists that contain the current video. By clicking on the `Remove` button, you should be able to remove the current video from that playlist."
113
+ clickview,Lite: Library request notifications,Joshua Taylor,Michael McDonnell,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2651,"## Dependencies
114
+ - https://gitlab.cvinternal.net/clickview/front-end/lite/-/merge_requests/275
115
+ - https://gitlab.cvinternal.net/clickview/front-end/Cloud/-/merge_requests/655
116
+
117
+ ## Lite
118
+
119
+ ### Customer changes
120
+ - Fixed an issue where notifications for new library requests wouldn't link to Library Editor. Fixes INBOX-4080
121
+
122
+ ## Testing
123
+ - In lite, notifications for new library requests should link to the correct request in Library Editor
124
+ - In library editor, notifications for new library requests should still open the correct library request"
125
+ clickview,Fix backbone view wrapper dependency usage,Joshua Taylor,Shale Kuzmanovski,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2650,"## Lite
126
+
127
+ ### Code changes
128
+ - Updated usage of `BackboneViewWrapper` in notifications to pass proper dependencies. Implements INBOX-3589
129
+
130
+ ## Online
131
+
132
+ ### Code changes
133
+ - Updated usage of `BackboneViewWrapper` in the video list items in playlists to pass proper dependencies. Implements INBOX-3589
134
+
135
+ ## Shared
136
+
137
+ ### Code changes
138
+ - Updated usage of `BackboneViewWrapper` in file/subtitle/resource uploads to pass proper dependencies. Implements INBOX-3589
139
+
140
+ ## Common
141
+
142
+ ### Code changes
143
+ - Updated `BackboneViewWrapper` to not use `options` as a dependency for reinitializing the Backbone component. Implements INBOX-3589
144
+
145
+ ## Testing
146
+ - Online playlist videos load
147
+ - Viewing an online playlist as a student who can't access one of the videos should display the video as ""restricted""
148
+ - In online's edit workspace video page: uploading, renaming, and deleting resources should work with no issues.
149
+ - In online's edit workspace video page: uploading and deleting subtitles should work with no issues.
150
+ - In lite's edit video page (from My Videos): uploading, renaming, and deleting resources should work with no issues.
151
+ - In lite's edit video page (from My Videos): uploading and deleting subtitles should work with no issues.
152
+ - In lite, open the notifications dropdown and select ""See all notifications"". Once you're on the notifications page, navigate to next/previous pages using the next/prev buttons at the bottom. The notifications in the list should be updated as expected to display next/previous pages.
153
+ - In library editor, open a library request and start playing the video. Then, open another library request. The second library request should display the correct video metadata and playing it should work properly."
154
+ clickview,Curator: Fix editing new releases widgets not working,Joshua Taylor,Nan Chen,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2648,"## Testing
155
+ - Editing the new releases widget types (the one for videos with the featured banner, and the new one for topics) should work fine. Note this is editing widgets that have already been created, not creating new ones."
156
+ clickview,Reduce path length for windows,Joshua Taylor,Michael McDonnell,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2647,"## Curator
157
+
158
+ ### Code changes
159
+ - Reduce the length of the path for a widget content form to conform to windows' max length limitation
160
+
161
+ ## Testing"
162
+ clickview,Lite: Fix onboarding filter not checking domain option,Joshua Taylor,Michael McDonnell,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2646,"## Lite
163
+
164
+ ### Code changes
165
+ - Fixed a bug where the onboarding filter didn't check the domain option
166
+
167
+ ## Testing
168
+ - Users are taken through onboarding the first time they login"
169
+ clickview,Curated topics/Add new guideline,Nan Chen,Joshua Taylor,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2645,"## Dependencies
170
+ - https://gitlab.cvinternal.net/clickview/front-end/ClickView.Curator/-/merge_requests/1011
171
+ - https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2616
172
+
173
+ ## Curator
174
+
175
+ ### Code changes
176
+ - Add new guideline assets Implements CC-422
177
+
178
+ ## Testing
179
+ - In curator studio, for the new templates 'Large fixed thumbnails' and 'Small fixed thumbnails' new content guidelines should be displayed."
180
+ clickview,Search bar shows trending topics and recent searches,Choco Li,Joshua Taylor,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2644,
181
+ clickview,Update ReactDOM usage,Joshua Taylor,Shale Kuzmanovski,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2643,"## Lite
182
+
183
+ ### Code changes
184
+ - Fixed the ""print interactive"" action using the old `ReactDOM.render`. Fixes LTE-1587
185
+
186
+ ## Online
187
+
188
+ ### Code changes
189
+ - Fixed the exchange application using the old `ReactDOM.render`. Fixes LTE-1587
190
+ - Fixed the left nav and popup components using the old `ReactDOM.render`. Fixes LTE-1587
191
+
192
+ ## Shared
193
+
194
+ ### Code changes
195
+ - Fixed `DialogHelper` using the old `ReactDOM.render`. Fixes LTE-1587
196
+
197
+ ## Common
198
+
199
+ ### Code changes
200
+ - Fixed an issue where `Flight.useBasicFetchAll` would dispatch on every render, leading to a React warning being logged
201
+
202
+ ## Testing
203
+ - Home page for exchange in Online should load with no console errors
204
+ - Playlists in Online should load with no console errors. Left nav should work and any popups in this app should work
205
+ - ""Print interactive"" actions in Lite should work with no console errors
206
+ - The engagement tab for interactives in Analytics should not have any console errors
207
+ - In lite, go to create a clip and then try to leave the page (triggering the navlock popup). Everything should work and you should not get any console errors"
208
+ clickview,Curator: Fix window reloading when saving topic,Joshua Taylor,Michael McDonnell,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2640,"## Curator
209
+
210
+ ### Customer changes
211
+ - Fixed an issue where the page would refresh after saving a classification
212
+
213
+ ## Testing
214
+ - Edit a classification and hit save. The page should not refresh.
215
+ - If a topic is published, you should not be able to delete it. If you change the status to ""Draft"" but don't hit save, you should still not be able to delete it until you actually save the new status"
216
+ clickview,Make initialValues in form type safe,Choco Li,Joshua Taylor,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2638,"## Shared
217
+
218
+ ### Code changes
219
+ - Make `initialValues` type safe and clean-up type casting. Implements INBOX-3977.
220
+
221
+ ## Testing
222
+ - Build and run lite, online, curator without issues. Test a few forms especially creating classification, presentation in curator and make sure it's working fine."
223
+ clickview,Curation Studio: CRUD actions,Joshua Taylor,Michael McDonnell,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2637,"## Dependencies
224
+ - https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2627
225
+ - https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2617
226
+
227
+ ## Curator
228
+
229
+ ### Customer changes
230
+ - (dev only) You should now be able to create an editable subject preferences widget from the ""List of children topics"" widget option on discover dashboards. Implements CC-417
231
+
232
+ ## Testing
233
+ - In Curation Studio when editing a discover dashboard, you can now created an ""Editable small fixed pills"" widget from the ""List of children topics"" option.
234
+ - In Curation Studio when editing a topic dashboard, you should not see the ""Editable small fixed pills"" template option from the ""List of children topics"" option"
235
+ clickview,Lite: Bigger topic search results,Joshua Taylor,Nan Chen,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2632,"## Lite
236
+
237
+ ### Customer changes
238
+ - Topic search results will now appear larger than before, and will wrap to multiple lines instead of displaying with a horizontal slider. Implements LTE-1559
239
+ - Topic search results will now appear further down the results page if there are more than 8 with a heading ""Related Topics"". Implements LTE-1559
240
+
241
+ ## Testing
242
+ - In NP search:
243
+ - Topic results should always appear above a ""Featured Video"" result
244
+ - If there are less than 4 topic results, they should be displayed as a ""bigger"" component than if there are 4 or more results
245
+ - If there are more than 8 topic results, the remaining results will appear further down the page as ""Related Topics"""
246
+ clickview,Lite: Less topic filtering,Joshua Taylor,Nan Chen,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2629,"## Lite
247
+
248
+ ### Customer changes
249
+ - Updated topic search to not filter out topics unless you use the ""Subjects"" or ""Types"" filter options. Implements LTE-1560
250
+
251
+ ## Testing
252
+ - In NP search for a topic that gives you topic search results. Applying any filter except for ""Subjects"" or ""Types"" should NOT filter out any topics. The ""Subjects"" and ""Types"" filters should still affect topic search results."
253
+ clickview,Curation Studio: Topic footer widget,Joshua Taylor,Nan Chen,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2627,"## Lite
254
+
255
+ ### Customer changes
256
+ - (dev only) Discover dashboards now support a new extra small topic widget to be displayed at the bottom of the discover page. Implements LTE-1575
257
+
258
+ ## Curator
259
+
260
+ ### Customer changes
261
+ - (dev only) Added support for a new `cover_fixed_pill_list_xsmall` widget template. Implements CC-414
262
+
263
+ ## Testing
264
+ - In Curation Studio for discover dashboards, you should now be able to create and edit a widget under ""List of children topics"" and template ""Extra small fixed pills"". This should look good when previewing in Lite as well"
265
+ clickview,Curation studio/add guideline step popup,Nan Chen,Joshua Taylor,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2624,"## Dependencies
266
+ - https://gitlab.cvinternal.net/clickview/front-end/ClickView.Curator/-/merge_requests/1008
267
+
268
+ ## Curator
269
+
270
+ ### Code changes
271
+ - Add new widget content guidelines for the `LatestReleasedVideos` widget type. Implements CC-380
272
+
273
+ ## Shared
274
+
275
+ ### Code changes
276
+ - Add a new `StepPopup` component
277
+
278
+ ## Testing
279
+ - In curation studio, for `Recent Uploads` widget, in the third step 'add content', the guideline popup will be displayed after clicking the 'view guideline' text button."
280
+ clickview,Lite: Add favourite button to videos on Discover,Joshua Taylor,Choco Li,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2620,"## Lite
281
+
282
+ ### Customer changes
283
+ - Fixed a bug where video widgets on the new curated discover dashboards wouldn't show a favourite button
284
+
285
+ ## Testing
286
+ - On the new curated discover dashboards in NP, all video widget items should have a favourite button"
287
+ clickview,Curation Studio: Editing topic preferences,Joshua Taylor,Michael McDonnell,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2617,"## Dependencies
288
+ - https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2612
289
+
290
+ ## Lite
291
+
292
+ ### Customer changes
293
+ - (ignore in release notes) Added support for a new `editable_cover_fixed_pill_list_small` template, which displays the user's topic preferences and allows them to manage and reorder them. Implements CC-416
294
+
295
+ ## Shared
296
+
297
+ ### Customer changes
298
+ - Updated the ""cog"" icon styling to not be filled
299
+
300
+ ## Testing
301
+ - Reordering playlist videos in NP should still work fine
302
+ - In curation studio, when curating a video widget where you hand pick each video, reordering the video contents in the table in the form for creating the widget should still work fine"
303
+ clickview,Curated topics/thumbnail fixed template,Nan Chen,Joshua Taylor,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2616,"## Dependencies
304
+ - https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2610
305
+
306
+ ## Shared
307
+
308
+ ### Code changes
309
+ - Add new ThumbnailFixedListSmall and ThumbnailFixedListLarge widget template Implements LTE-1555
310
+
311
+ ## Testing
312
+ - In curation studio, select 'Topic' widget, for template, you now can select 'Large fixed thumbnails' and 'Small fixed thumbnails' templates."
313
+ clickview,Curated topics/color selector field,Nan Chen,Joshua Taylor,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2613,"## Curator
314
+
315
+ ### Customer changes
316
+ - User can now edit background color when editing a topic in Curator. Implements CC-419
317
+
318
+ ## Shared
319
+
320
+ ### Code changes
321
+ - Add ColorSelect form field
322
+
323
+ ## Testing
324
+ - In curator, users can now edit the background color when editing a topic in Curator."
325
+ clickview,Curation Studio: Topic preferences no editing,Joshua Taylor,Michael McDonnell,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2612,"## Before release
326
+
327
+ ### Other
328
+ - Delete mock data used for topic preferences widget
329
+
330
+ ## Shared
331
+
332
+ ### Code changes
333
+ - Added a new `EditableCoverFixedPillListSmall` widget template type with no editing or reordering support. Implements CC-415
334
+ - Changed the ""Cog"" SVG icon to an outlined version rather than filled
335
+
336
+ ## Testing"
337
+ clickview,Curator: Disable publishing dashboard if there's no published widgets,Joshua Taylor,Choco Li,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2611,"## Curator
338
+
339
+ ### Customer changes
340
+ - Curated dashboards can no longer be published if the dashboard has no published widgets. Implements CC-368
341
+ - If a published dashboard only has 1 widget, it cannot be deleted
342
+
343
+ ## Testing
344
+ - In Curation Studio, you should no longer be able to publish a dashboard that has no widgets.
345
+ - In Curation Studio, if a published dashboard only has 1 widget, that widget cannot be deleted."
346
+ clickview,Curated topics/new releases widget,Nan Chen,Joshua Taylor,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2610,"## Shared
347
+
348
+ ### Code changes
349
+ - Add new ClassificationLatestReleasedVideos `AddContent` view Implements CC-411
350
+ - Update CoverPillSlidingListSmall to present extra item
351
+ - Update SubjectWidgetItem to show the customized subtitle
352
+ - Update `SubjectWidgetItem` to support the new template Implements LTE-1557
353
+ - Update `DynamicWidget` to replace childApplink with getChildApplink props.
354
+
355
+ ## Testing
356
+ - In Curation Studio, for the discover dashboard, you can pick 'New Release' widget and 'Small Cover Slider' as template, and edit the title and description of this widget.
357
+ - In Lite, you can now see the 'New Release' widget in the discovery dashboard. Click on the first item should lead you to `/latest-releases` page. Click on each topic, it should lead you to the topic `latest-releases` page
358
+ - Regression test on dynamic widget item applink: click on the widget item should lead you to the correct page."
359
+ clickview,Curator: Fix cached dashboard descriptions bug,Joshua Taylor,Nan Chen,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2609,"## Curator
360
+
361
+ ### Customer changes
362
+ - Fixed a bug where if you edit a dashboard's description then edit it again, the popup would still have the old description. Fixes CC-405
363
+
364
+ ## Testing
365
+ - In Curation Studio, edit a discover dashboard's description, then close the popup, then reopen it. It should show the new description"
366
+ clickview,Curator: Can be preferred widget,Joshua Taylor,Choco Li,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2608,"## Lite
367
+
368
+ ### Customer changes
369
+ - The top level topics curated widget in curated discover dashboards will now filter by `canBePreferred: true` topics only. Implements CC-413
370
+
371
+ ## Curator
372
+
373
+ ### Customer changes
374
+ - In Curation Studio, the top level topics widget (`classifications` type in discover dashboards only) will now filter by `canBePreferred: true` topics only. Implements CC-413
375
+
376
+ ## Testing
377
+ - In Curation Studio on a Discover dashboard, create a ""List of children topics"" widget with template ""Small poster slider"". The topics that are populated should all have the field `canBePreferred: true`
378
+ - Audience filters on the curated classifications page in Lite should still work as expected"
379
+ clickview,Only published videos can be added to widgets,Choco Li,Joshua Taylor,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2601,"## Dependencies
380
+ - https://gitlab.cvinternal.net/clickview/back-end/search.api/-/merge_requests/111
381
+
382
+ ## Curator
383
+
384
+ ### Customer changes
385
+ - Fix a bug that only published videos can be added into widgets. Fix CC-408.
386
+
387
+ ## Testing
388
+ - In curator, in the search dialog in adding content wizard, only published videos will be listed."
389
+ clickview,Discover: Magic tabs,Joshua Taylor,Michael McDonnell,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2599,"## Lite
390
+
391
+ ### Customer changes
392
+ - Discover (for staff) and New Releases now have tabs for navigating between the 2 pages. Implements LTE-1572
393
+
394
+ ## Testing
395
+ - Discover page for staff and new releases should have tabs for navigating between the 2 pages
396
+ - Discover page for students should not have any tabs at the top of the page like staff do
397
+ - Previewing discover dashboards in Curation Studio should show magic tabs that don't do anything when clicked from Curator"
398
+ clickview,Hide featured series,Choco Li,Joshua Taylor,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2598,"## Lite
399
+
400
+ ### Customer changes
401
+ - We won't show featured series anymore. Implements LTE-1558.
402
+
403
+ ### Code changes
404
+ - Remove featured series related code.
405
+
406
+ ## Testing
407
+ - In NP, search for exact match of a series name, can use 'Harry Potter' as an example, the featured series won't show."
408
+ clickview,Curated topics/support description and thumbnail,Nan Chen,Joshua Taylor,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2595,"## Curator
409
+
410
+ ### Customer changes
411
+ - Now users can edit the description of a topic. Implements CC-410
412
+ - Now users can upload the thumbnail image for a topic. Implements CC-409
413
+
414
+ ### Code changes
415
+ - Added a `description` and Card image field to `EditClassificationDetailsForm`
416
+
417
+ ## Shared
418
+
419
+ ### Code changes
420
+ - Add `thumbnail` query params for classification
421
+
422
+ ## Testing
423
+ - In curator, you can edit the description of a topic. It is not a required field.
424
+ - In curator, you can upload the `thumbnail` image for a topic."
425
+ clickview,Shared: Fix options passed to useHover going stale,Joshua Taylor,Shale Kuzmanovski,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2594,"## Shared
426
+
427
+ ### Code changes
428
+ * Fixed an issue where the options passed to `useHover` could not be updated after the first time the `useHover` hook was called. This caused issues where the style/class/delay would change due to changes in state but `useHover` would not recognise those changes.
429
+
430
+ ## Testing
431
+ * In curation studio when creating a ""large video list"" widget (the one where it shows 3 items per row instead of 4 on full screen width), the first item added to the widget should not expand any larger than the second or third items added to the widget. The bottom left and bottom right corners on the thumbnail should also not get cutoff due to the `overflow: hidden` on the container."
432
+ clickview,Player/persist playback rate,Choco Li,Choco Li,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2592,"## Player
433
+
434
+ ### Customer changes
435
+ - The player will now persist the user's selected playback rate. Implements INBOX-3961.
436
+
437
+ ## Testing
438
+ - We've added functionality to persist the player's playback rate between different videos, and through page loads. Please give this a test and try to break it."
439
+ clickview,Draft: Update SubjectWidgetItem to accept subtitle,Nan Chen,Joshua Taylor,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2590,
440
+ clickview,Share: Add avatar to the query when fetching recipients,Shale Kuzmanovski,Joshua Taylor,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2584,"## Lite
441
+
442
+ ### Customer changes
443
+ - Share recipients in the share popup should now show the user's avatar. Fixes INBOX-4033.
444
+
445
+ ## Testing
446
+ - In NP, share a video to a user who has uploaded an avatar, ensure that the ""Shared to"" list in the share popup displays their avatar."
447
+ clickview,Common: Flight improvements,Shale Kuzmanovski,Joshua Taylor,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2581,"## Common
448
+
449
+ ### Code changes
450
+ - All requests using `Flight.useBasicFetch()` will now get the behaviour that the `{ optimize: true }` behaviour used to grant. Implements CORE-695.
451
+ - Flight no longer stores a list of entity ids against requests, as this was technically broken because other requests could update the list of entities in the tree without updating all the requests in question.
452
+ - Updating `reselect` to the latest version.
453
+ - Fixed an issue in the Flight normalizer which would cause non objects to be dropped from our data when normalizing arrays. Fixes CORE-696.
454
+ - Fixed an issue in the Flight denormalizer which would return undefined instead of string content in arrays. Fixes CORE-909.
455
+ - The flight normalizer should now be able to handle being passed a recursive object tree, and still fully normalize the data. This is useful anywhere that we're using either `updateState` to update our state, by just modifying the existing flight data. Or using `formatData()` in places where the API is not returning a true RESTful response.
456
+ - Added tests for our `normalizer` and `denormalizer`.
457
+ - Removed some code from our normalizer that was impossible to hit, only noticed it because it was coming up in the jest coverage report.
458
+
459
+ ## Testing
460
+ - Some drastic changes have been made to our underlying data fetching framework. Lite and Reports need to be regression tested, keeping an eye out for data fetching incorrectly, or not invalidating with writes."
461
+ clickview,Workbench: Associate videos with backbone audiences,Joshua Taylor,Shale Kuzmanovski,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2578,"## Curator
462
+
463
+ ### Customer changes
464
+ - (for devs only) Added support to Workbench for bulk associating videos with backbone audiences. Implements CC-358
465
+
466
+ ## Testing
467
+ - In workbench, you should be able to bulk associate videos from your workbench list with backbone audiences"
468
+ clickview,Re-edit clip,Nan Chen,Shale Kuzmanovski,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2559,"## Lite
469
+
470
+ ### Customer changes
471
+ - Now users can re-edit a non-used clip. If the clip has interactives based on it, the user will be prompted to copy it first. Implement INBOX-3934
472
+
473
+ ### Code changes
474
+ - Add a `Pre Edit Clip View` and `Copy Clip view`
475
+ - Add `Edit Clip` actions
476
+
477
+ ## Testing
478
+ - In Lite, if a clip has no interactive based on it, it can be re-edit by clicking the `Edit clip` action button,
479
+ - In Lite, if a clip has interactives based on it, the user will be prompted to copy the clip first."
480
+ clickview,Lite: Fixed broken spotlight overlay for presentation switcher,Nischal Shrestha,Joshua Taylor,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2556,"## Lite
481
+
482
+ ### Customer changes
483
+ - Fixed a issue in firefox browser where spotlight overlay for presentation switcher did not position correctly. Fixes INBOX-3912.
484
+ - Fixes the content area squshing when opening the mobile navigation.
485
+ - ![image](/uploads/4df34aefab78945b6627b1ebb53614bb/image.png)
486
+
487
+ ### Code changes
488
+ - deleted `overflow-y: clip` in `left-nav.css`
489
+ - deleted `height` attribute from `.leftNav` in `left-nav.css`
490
+ - Updated `CollapsedLeftNav` and `ExpandedLeftNav` to have dynamic height on the `<nav>` element instead.
491
+
492
+ ## Testing
493
+ - Browsing from firefox: when logging in as a first time user the spotlight overlay for presentation switcher should cover the whole page."
494
+ clickview,Lite: Upload btn fixes,Joshua Taylor,Michael McDonnell,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2387,"## Lite
495
+
496
+ ### Customer changes
497
+ - Fixed an issue where if you hover over the upload button while an upload is occurring (making the button change from a spinner to an icon), then you moved your mouse out on the side with the icon, the button wouldn't go back to spinning. Fixes LTE-1450
498
+ - Fixes an issue on smaller screens where the x-axis padding of the upload button wasn't the same on either side. Fixes LTE-1453
499
+
500
+ ## Testing
501
+ - Hover over the upload button while a video is uploading, then move your mouse out on the side w/ the icon. The button should go back to spinning.
502
+ - On smaller screens, the upload btn w/ no text should appear normal (same padding on the left and right side of the icon)"
503
+ clickview,Optimise/curator columns,Choco Li,Michael McDonnell,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2384,"## Curator
504
+
505
+ ### Code changes
506
+ - Refactor `MatrixMemberHelper` and its type. Implements CC-282.
507
+
508
+ ## Testing
509
+ - In curator, make sure every table are work as before, should test on
510
+ - sorting
511
+ - visibility of each column and should show the same data if visible
512
+ - actions (three dots)
513
+ - external links
514
+ - toggle more columns
515
+ - tables include
516
+ - classification videos
517
+ - classification playlists
518
+ - classification series
519
+ - classification dashboards
520
+ - classification clips
521
+ - classification interactives
522
+ - discover dashboard listing page (content > discover)
523
+ - video playlists
524
+ - video topics (Classification visibility table)
525
+ - workbench videos
526
+ - widget videos (in step 3 of widget creation)
527
+ - widget classifications
528
+ - widget series
529
+ - widget playlists"
530
+ clickview,Library Editor: Remove filter for having a verified email,Joshua Taylor,Shale Kuzmanovski,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2173,"## Library editor
531
+
532
+ ### Customer changes
533
+ - Removed filter for verified emails. This will now be handled by auth. Implements LE-115
534
+
535
+ ## Testing
536
+ - You should not be able to access Library Editor without a verified email. This should be detected by auth."
537
+ ClickView.Curator,Fix archive library popup issues,Joshua Taylor,Choco Li,https://gitlab.cvinternal.net/clickview/front-end/ClickView.Curator/-/merge_requests/1013,"## Customer changes
538
+ - Fixed an issue where the pagination on the customer list in the ""Archive Library"" popup would not work. Fixes INBOX-3927
539
+ - Fixed an issue where customer links in the ""Archive Library"" popup always routed to `/system/customers`, which would fail to load due to permissions for anyone other than devs or support. Fixes INBOX-3927
540
+
541
+
542
+ ## Testing
543
+ - In Curator, in the ""Archive Library"" popup, the customer list pagination should work and customer links should work"
544
+ ClickView.Curator,Add topic-thumbnail guideline asset,Nan Chen,Joshua Taylor,https://gitlab.cvinternal.net/clickview/front-end/ClickView.Curator/-/merge_requests/1011,"## Code changes
545
+ - Add `topic-thumbnail-large` and `topic-thumbnail-small` content guideline image asset. Implements CC-422
546
+
547
+
548
+ ## Testing"
549
+ ClickView.Curator,Delete classifications and audiences assocs from clips and ints when video is deleted,Jorge Arai,Joshua Taylor,https://gitlab.cvinternal.net/clickview/front-end/ClickView.Curator/-/merge_requests/1010,"## Customer changes
550
+ - Clips/interactives assocs with classifications and audiences should be automatically deleted when the parent video is deleted.
551
+
552
+
553
+ ## Code changes
554
+ - On video deletion methods added a check if interactives and clips exist and remove their assocs with classifications and audiences. Implements CORE-948
555
+
556
+
557
+ ## Testing
558
+ - When deleting a video in curator from Hosted Collections or Exchange, all their clips and interactives should have their assocs with classifications and audiences removed."
559
+ ClickView.Curator,Improve support for null CFT data,Kevin Wellalagodage,Michael McDonnell,https://gitlab.cvinternal.net/clickview/front-end/ClickView.Curator/-/merge_requests/1009,"## Code changes
560
+ - Support null data for all CFT elements except for `YearGroups`, `Country`, `InstanceRegion` and `ContentRegion`.
561
+
562
+
563
+ ## Testing
564
+ - N/A"
565
+ ClickView.Curator,Add new featured banner guideline image,Nan Chen,Joshua Taylor,https://gitlab.cvinternal.net/clickview/front-end/ClickView.Curator/-/merge_requests/1008,"## Code changes
566
+ - Add new featured banner guideline image asset. Implements CC-380
567
+
568
+
569
+ ## Testing"
570
+ ClickView.Curator,Draft: Null check all template data,Kevin Wellalagodage,Michael McDonnell,https://gitlab.cvinternal.net/clickview/front-end/ClickView.Curator/-/merge_requests/1007,
571
+ ClickView.Curator,Remove all customer usage reporting functionality,Michael McDonnell,Joshua Taylor,https://gitlab.cvinternal.net/clickview/front-end/ClickView.Curator/-/merge_requests/1004,"## Customer changes
572
+ - Removed access to Customer usage reports
573
+ - Added a banner that indicates staff should use Looker instead of running curator reports - [image](https://i.imgur.com/q45ellk.png)
574
+ - Closes INBOX-3970
575
+ - Closes INBOX-3971
576
+
577
+
578
+ ## Code changes
579
+ - Removed all code for generating user reports for video views and logins
580
+
581
+
582
+ ## Testing
583
+ - In Curator, the reports tab should still load and show an info banner indicating the team should now use Looker."
584
+ Lite,Prevent seo,Cameron Hill,Michael McDonnell,https://gitlab.cvinternal.net/clickview/front-end/lite/-/merge_requests/277,"## Customer changes
585
+ - Block clickview.net from being indexed by search engines
586
+
587
+
588
+ ## Code changes
589
+ - Add `<meta name=""robots"" content=""noindex"">` to head
590
+ - Add `robots.txt`
591
+
592
+
593
+ ## Testing
594
+ - clickview.net should dispear from google once pushed
595
+ - `/robots.txt` should be accessible
596
+ - Page source should include `<meta name=""robots"" content=""noindex"">` in the head"
597
+ Lite,Add library editor URL to config,Joshua Taylor,Michael McDonnell,https://gitlab.cvinternal.net/clickview/front-end/lite/-/merge_requests/275,"## Before release
598
+ - Add production URL for library editor to octo variables
599
+
600
+
601
+ ## Code changes
602
+ - Added the URL for library editor to the config. Partially implements INBOX-4080
603
+
604
+
605
+ ## Testing"
606
+ Lite,Update passthrough error handling,Kevin Wellalagodage,Cameron Hill,https://gitlab.cvinternal.net/clickview/front-end/lite/-/merge_requests/274,"## Code changes
607
+ - Don't deserialise error responses in `PassThroughRequest`, instead pass the response directly through to the client
608
+ - Previously any error responses were first being deserialised into the `ApiErrorResponseV2` class before being passed through to the client, but this meant error responses not matching the structure of the `ApiErrorResponseV2` class would not be passed through correctly
609
+ - Add `await` to using statement in `PassThroughRequest`
610
+
611
+
612
+ ## Testing
613
+ - Calling `GET api/objects/123?query=asdasd` should return a problem details JSON object (instead of a serialised JSON string in the `message` property)"
614
+ Users.Api,Trials,Kevin Wellalagodage,Ryan Wang,https://gitlab.cvinternal.net/clickview/back-end/users.api/-/merge_requests/135,"## Before release
615
+ - Add `urls:domainApi` to Octo
616
+ - Add `urls:prospectApi` to Octo
617
+ - Add `braze:*` to Octo
618
+ - Create `internal.accesspolicies.manage` in prod
619
+ - Add `internal.accesspolicies.manage` to client credentials
620
+ - Update `ClickView.Clients.Braze` to release version
621
+ - Update `ClickView.Clients.Auth` to release version
622
+
623
+
624
+ ## Code changes
625
+ - Add `POST v1/trials` endpoint for creating a trial
626
+ - Add `GET v1/trials/users/status` endpoint for getting the trial status of a user
627
+ - Add `GET v1/trials/prospects/{prospectId}/status` endpoint for getting the trial status of a prospect
628
+ - Add `POST v1/trials/users/{userId}/send-activation-email` endpoint for sending a trial activation email to a user
629
+
630
+
631
+ ## Testing
632
+ - N/A"
633
+ Users.Api,Support customer creation,Kevin Wellalagodage,Ryan Wang,https://gitlab.cvinternal.net/clickview/back-end/users.api/-/merge_requests/134,"## Before release
634
+ - Add `internal.accesspolicies.manage` scope to client credentials
635
+ - Add `mongoDb:*` variables to Octo
636
+ - Add `subjectapi.write` to client credentials
637
+
638
+
639
+ ## Code changes
640
+ - Add customer formation logic from Curator ([create customer](https://gitlab.cvinternal.net/clickview/front-end/ClickView.Curator/-/blob/dev/src/ClickView.Curator.Services/CustomerService.cs#L66), [CFTs](https://gitlab.cvinternal.net/clickview/front-end/ClickView.Curator/-/tree/dev/src/ClickView.Curator.Services/CustomerFormationTemplates))
641
+
642
+
643
+ ## Testing
644
+ - N/A"
645
+ Subjects.API,Cleanup packages,Cameron Hill,Kevin Wellalagodage,https://gitlab.cvinternal.net/clickview/back-end/clickview.subjects.api/-/merge_requests/171,"## Code changes
646
+ - Remove ancient AspNetCore packages that are no longer needed
647
+ - Consolidate all packages to be the same versions across all projects
648
+ - Replace `Microsoft.Extensions.Caching.Redis` with `Microsoft.Extensions.Caching.StackExchangeRedis` (same package, different name)
649
+
650
+
651
+ ## Testing"
652
+ Subjects.API,Don't return coming soon classifications from content updates endpoints,Kevin Wellalagodage,Joshua Taylor,https://gitlab.cvinternal.net/clickview/back-end/clickview.subjects.api/-/merge_requests/170,"## Customer changes
653
+ - Coming Soon topics will no longer be displayed in the latest releases page
654
+
655
+
656
+ ## Code changes
657
+ - Don't return `ComingSoon` classifications from `content-updates` endpoints. Implements INBOX-4104
658
+
659
+
660
+ ## Testing
661
+ - Coming Soon topics shouldn't be displayed in the [latest releases page](https://www.clickview.net/latest-releases)"
662
+ Subjects.API,Added 2 new endpoints to fetch latest released data by presentation,Jorge Arai,Kevin Wellalagodage,https://gitlab.cvinternal.net/clickview/back-end/clickview.subjects.api/-/merge_requests/169,"## Code changes
663
+ - Added endpoints to fetch latest released content by `presentationId`:
664
+ - `v1/presentations/{presentationId}/content-updates`
665
+ - `v1/presentations/{presentationId}/content-updates/videos`
666
+ - Removed unused `UserContext` from `GetAllVideosAsync` and `GetVideosFromTreeAsync` in `ContentService`
667
+ - Added methods to fetch the latest released content by `presentationId` in `ContentService`:
668
+ - `GetPresentationClassificationUpdatesAsync`
669
+ - `GetPresentationVideoUpdatesAsync`
670
+ Implements CORE-998
671
+
672
+
673
+ ## Testing
674
+ - In Subjects API, requesting `GET` `v1/presentations/{presentationId}/content-updates` should return latest released videos by classifications
675
+ - In Subjects API, requesting `GET` `v1/presentations/{presentationId}/content-updates/videos` should return a list of latest released videos"
676
+ Subjects.API,Add slug to presentation,Cameron Hill,Kevin Wellalagodage,https://gitlab.cvinternal.net/clickview/back-end/clickview.subjects.api/-/merge_requests/168,"## Dependencies
677
+ - We need curator to be updated to send the slug when creating a presentation. I'll link that in here when theres an MR for that
678
+
679
+
680
+ ## Code changes
681
+ - Presentation now has `Slug` which is unique
682
+ - This needs to be provided in the front end when creating a presentation
683
+
684
+
685
+ ## Testing
686
+ - All existing presentation slugs are valid (the sql might not be the best to seed them)
687
+ - When creating a new presentation, the slug must be valid
688
+ - For presentations returned by the api, the slug should exist on the model"
689
+ Subjects.API,Add metadata property to classifications,Jorge Arai,Kevin Wellalagodage,https://gitlab.cvinternal.net/clickview/back-end/clickview.subjects.api/-/merge_requests/167,"## Before release
690
+ - [ ] Run sql migration script `Next.sql`
691
+ - [ ] Bump up `ClickView.Subjects.Common` package version and update Nuget server
692
+
693
+
694
+ ## Customer changes
695
+ - Classifications are able to store custom properties using `Metadata`, such as, `backgroundColor`.
696
+
697
+
698
+ ## Code changes
699
+ - Added new property `Metadata` to `Classifications`.
700
+ - Added new `json` column `Metadata` to table `classifications`. Implements CORE-965
701
+
702
+
703
+ ## Testing
704
+ - In Subjects API, should be able to store custom data in its new property `Metadata`"
705
+ Subjects.API,V2 Endpoints/public access,Cameron Hill,Kevin Wellalagodage,https://gitlab.cvinternal.net/clickview/back-end/clickview.subjects.api/-/merge_requests/162,"## Code changes
706
+ - Added new v2 endpoints which remove the user id and customer id from the routes for certain endpoints used by domain/lite and discover. These should all be backwards compatible with their equivalent v1 endpoints and work with no userid/customerid for public context
707
+ - `GET v2/presentations`
708
+ - `GET v2/presentations/{id}/audiences`
709
+ - `GET v2/presentations/{id}/classifications`
710
+ - `GET v2/presentations/{id}/content-updates/videos`
711
+ - `GET v2/presentations/{id}/objects/{id}/classifications/paths`
712
+ - `GET v2/classifications`
713
+ - `GET v2/classifications/{id}`
714
+ - `GET v2/classifications/{id}/path`
715
+ - `GET v2/classifications/{id}/children`
716
+ - `GET v2/classifications/{id}/{memberType}`
717
+ - Replace `UserContext` with `ObjectsApiUserContext` in `ObjectsApiClient`
718
+ - Added mapping table to presentations which maps a content region to a list of available presentations
719
+ - Introduce `IUserContext` which has `UserContext` and `PublicUserContext` as inheritors
720
+ - Updated various services (such as `IContentService` and `IUserService`) to accept presentation id instead of looking it up for the user
721
+ - Overloads still exist with previous behaviour
722
+
723
+
724
+ ## Testing
725
+ - Accessing v2 endpoints with no user id and customer id should require a content region
726
+ - The following v1 endpoints still work as intended:
727
+ - v1/customers/{CustomerId}/users/{UserId}/classifications/{id}/{member}
728
+ - v1/customers/{CustomerId}/users/{UserId}/content-updates/videos
729
+ - v1/customers/{CustomerId}/users/{UserId}/classifications/{id}/children
730
+ - v1/customers/{CustomerId}/users/{UserId}/classifications/{id}
731
+ - v1/customers/{CustomerId}/users/{UserId}/classifications
732
+ - v1/customers/{CustomerId}/presentations
733
+ - v1/customers/{CustomerId}/users/{UserId}/classifications/{id}/path
734
+ - v1/customers/{CustomerId}/users/{UserId}/audiences
735
+ - v1/customers/{CustomerId}/users/{UserId}/objects/{objectId}/classifications/paths
736
+ - Basic smoke test of setting your presentation and making sure everything respects it"
737
+ clickview-app,Gracefully handle videos that are in the processing state,Boris Berak,Boris Berak,https://gitlab.cvinternal.net/clickview/mobile/clickview-app/-/merge_requests/35,"## Customer changes
738
+ Online users who upload videos to their workspace using the Android app will have a better experience while their videos are being processed by our backend services. The videos will be labelled as `Processing` and will not be pressable (just like on iOS).
739
+
740
+
741
+ ## Code changes
742
+ - Updated the ObjectItem component to properly handle videos when their status is processing (show a label and don't allow the item to be pressed). Implements DROID-150
743
+
744
+
745
+ ## Testing
746
+ - Sign into the Android app using an Online account. Go to the Workspace tab. Upload a video that is at least 10 seconds long. After the upload completes, your video should appear in the `Processing` state (grey label and icon) and should not be pressable (as it cannot be viewed at this point)."
747
+ clickview-app,Fix aspect ratio of poster tiles,Boris Berak,Boris Berak,https://gitlab.cvinternal.net/clickview/mobile/clickview-app/-/merge_requests/34,"## Customer changes
748
+ - Android users will now see series and topic poster tiles that respect the aspect ratio of the underlying image. This means that series titles will no longer be cut-off by the edges of the tile.
749
+
750
+
751
+ ## Code changes
752
+ - Adjusted the poster (tall) layouts of the Series and Topic to match the aspect ratio of the underlying image (1080/1920) so that the series title fits properly within the bounds of the image container. Fixes DROID-151
753
+
754
+
755
+ ## Testing
756
+ - Sign into the Android app using an Online account that has topics enabled. Browse a topic that contains a series. This test should be passed of the series title fits within the title and is not cut-off by the edges of its container."
757
+ clickview-app,Initial support for Curated Topics,Boris Berak,Boris Berak,https://gitlab.cvinternal.net/clickview/mobile/clickview-app/-/merge_requests/33,"## Customer changes
758
+ - Customers with access to topics will receive a new curated topics experience that will highlight relevant content using a series of different widgets and templates.
759
+
760
+
761
+ ## Code changes
762
+ - Created a new CuratedTopicScreen component that retrieves relevant widgets from the new Discover API and displays them in a scrollable list down the page. Currently, this new screen is only available to users that have the `new_classification_view` option enabled. User's that don't have this option enabled will continue to see the existing TopicsScreen which is a bit more static in nature.
763
+ - Created widget components to for the following templates: thumbnail_sliding_list_small; thumbnail_sliding_list_large; poster_sliding_list_small; poster_sliding_list_large; thumbnail_featured_media; cover_fixed_pill_list_large; cover_sliding_pill_list_small; cover_fixed_tile_list
764
+
765
+
766
+ ## Testing
767
+ - Sign into the Android app using an NP account. Make sure your user has the `new_classification_view` option enabled. Browse through the various topics and verify that the following widgets are rendering as expected: thumbnail_sliding_list_small; thumbnail_sliding_list_large; poster_sliding_list_small; poster_sliding_list_large; thumbnail_featured_media; cover_fixed_pill_list_large; cover_sliding_pill_list_small; cover_fixed_tile_list"
768
+ Objects.Api,Using new progress endpoint,Prad Nepal,Kevin Wellalagodage,https://gitlab.cvinternal.net/clickview/back-end/objects.api/-/merge_requests/206,"## Before release
769
+ - [ ] Update the video views nuget package
770
+
771
+
772
+ ## Code changes
773
+ * Added `Furthest` property to `_videoProgress` virtual assoc handler. Implements INBOX-4037
774
+
775
+
776
+ ## Testing
777
+ * Use `_videoProgress` virtual assoc handler and make sure the `Furthest` property is returned"
778
+ Objects.Api,Can be consumed changes for public access,Cameron Hill,Prad Nepal,https://gitlab.cvinternal.net/clickview/back-end/objects.api/-/merge_requests/205,"## Code changes
779
+ - Add new `CanBeConsumedReason` ""login-required"" which is always returned for public users
780
+
781
+
782
+ ## Testing
783
+ - When access objects api as a public context, all `_canBeConsumed` virtual assocs should return `login-required`"
784
+ Objects.Api,Public access handling for virtual assocs,Cameron Hill,Prad Nepal,https://gitlab.cvinternal.net/clickview/back-end/objects.api/-/merge_requests/204,"## Code changes
785
+ - Updated virtual assocs to handle the public user context
786
+ - `CanRequestAccessGenericHandler` will always return false
787
+ - `CurriculumLinksHandler` will always return null
788
+ - `HasCurriculumLinksHandler` will always return null
789
+ - `VideoViewCountHandler` will always return null
790
+ - `YearGroupHandler` will always return null
791
+ - `VideoProgressHandler` will always return null
792
+ - Updated services to handle public access
793
+ - `CanBeAddedToLibraryAsync` will always return false
794
+
795
+
796
+ ## Testing
797
+ - The follow virtual assocs should work as for logged in users
798
+ - `_canRequestAccess`
799
+ - `_curriculumLinks`
800
+ - `_hasCurriculumLinks`
801
+ - `_yearGroups`
802
+ - `_videoViews`
803
+ - `_videoProgress`"
804
+ Objects.Api,Virtual assoc cleanups,Cameron Hill,Prad Nepal,https://gitlab.cvinternal.net/clickview/back-end/objects.api/-/merge_requests/201,"## Code changes
805
+ - Virtual assoc handler updates
806
+ - Update virtual assocs to be able to return null
807
+ - Unified all value responses to return the same object
808
+
809
+
810
+ ## Testing
811
+ - All virtual assocs for individual items should work
812
+ - All virtual assocs on lists should work (even if theres no data for the virtual assoc)"
813
+ Objects.Api,Ogql optimiser small cleanups,Cameron Hill,Prad Nepal,https://gitlab.cvinternal.net/clickview/back-end/objects.api/-/merge_requests/200,"## Code changes
814
+ - Small cleanups for `OgqlOptimisers`
815
+ - Remove Async from `BaseOgqlPermissionOptimiserHandler`
816
+ - Use public context content region in `ResourceOgqlOptimiser`
817
+ - `VideoViewCount` should be `long` not `ulong`
818
+
819
+
820
+ ## Testing
821
+ - Resources on videos should load correctly"
822
+ VideoViews.Api,Progress endpoint,Prad Nepal,Kevin Wellalagodage,https://gitlab.cvinternal.net/clickview/back-end/videoviews.api/-/merge_requests/43,"## Code changes
823
+ * Added an endpoint to get user's progress on content. It returns progress on the latest view as well as furthest point where the user has watched the video. Implements INBOX-4037
824
+
825
+
826
+ ## Testing
827
+ * When you retrieve the `_videoProgress` virtual assoc, it should return both progress and furthest properties"
828
+ FileGenerator,Use launch urls in library reports,Cameron Hill,Kevin Wellalagodage,https://gitlab.cvinternal.net/clickview/back-end/filegenerator/-/merge_requests/88,"## Customer changes
829
+ - Use launch urls in all library reports. Closes INBOX-4063
830
+
831
+
832
+ ## Code changes
833
+ - Cleanup library report url generation
834
+ - Update the library report urls to point to launch for all reports (both online and lite)
835
+
836
+
837
+ ## Testing
838
+ - Reports generated from online and lite should have urls that point to launch (and the urls should be valid)"
839
+ FileGenerator,Cleanup library reports,Cameron Hill,Kevin Wellalagodage,https://gitlab.cvinternal.net/clickview/back-end/filegenerator/-/merge_requests/87,"## Code changes
840
+ - Removed online libraries from the library report
841
+ - Moved all the library report generation logic from a base handler to `LibraryReportService`
842
+ - Small code cleanups and fixing formatting
843
+ - Restructured library report feature to put exporters in their own folders and other classes into the feature folder
844
+
845
+
846
+ ## Testing
847
+ - Library reports from online should match reports existing reports (marc21, xml, publisher csv etc). Best way to test this is to generate reports from before this is pushed and comparing them
848
+ - Library reports from lite should match reports existing reports (marc21, xml, publisher csv etc). Best way to test this is to generate reports from before this is pushed and comparing them"
849
+ FileGenerator,Resource screenshot,Cameron Hill,Kevin Wellalagodage,https://gitlab.cvinternal.net/clickview/back-end/filegenerator/-/merge_requests/86,"## Before release
850
+ - Add `imageapi.write` scope in curator
851
+ - Add `endpoints.image` in octo
852
+ - Make sure image api is allowing uploads of the `resourceThumbnail` type
853
+
854
+
855
+ ## Code changes
856
+ - FileGenerator will now generate thumbnails for resources when they are created
857
+ - If the resource is a pdf, it will generate it using the url of the resource
858
+ - If the resource is not a pdf, it will first try to convert it to a pdf (using the existing handler) and then generate a thumbnail based on the generated pdf
859
+ - Moved auth scopes from config to c# (as its not likely you'll need to change the scopes without any kind of code change)
860
+ - Added image api client and `IImageUploadService`
861
+
862
+
863
+ ## Testing
864
+ - Uploading a resource that is a pdf should have a thumbnail generated
865
+ - Uploading a resource that is not a pdf but can be converted to a pdf (word doc etc) should have a thumbnail generated
866
+ - Uploading a resource that is not a pdf and cannot be converted to a pdf should not have a thumbnail generated"
867
+ FileGenerator,Cleanup,Cameron Hill,Kevin Wellalagodage,https://gitlab.cvinternal.net/clickview/back-end/filegenerator/-/merge_requests/85,"## Code changes
868
+ - Small cleanups
869
+ - Remove Puppeteer reference from Abstractions
870
+ - Move GetThumbnailUrl to an extension method
871
+ - Fix indentation for `ResourcePdfHandler`
872
+ - Make `Logger` protected and `Map` private on `TaskHandler`
873
+ - Remove `IServiceProvider` from `ResourcePdfHandler` as its not used
874
+
875
+
876
+ ## Testing"
877
+ FileGenerator,Scriban template,Cameron Hill,Kevin Wellalagodage,https://gitlab.cvinternal.net/clickview/back-end/filegenerator/-/merge_requests/84,"## Code changes
878
+ - Add `TemplateService` which uses the `Scriban` package to do templating
879
+ - This is mostly copied from image api
880
+
881
+
882
+ ## Testing"
883
+ FileGenerator,Puppeteer,Cameron Hill,Kevin Wellalagodage,https://gitlab.cvinternal.net/clickview/back-end/filegenerator/-/merge_requests/83,"## Before release
884
+ - Add ChromePath to config/octo
885
+
886
+
887
+ ## Code changes
888
+ - Move puppeteer browser handling to `ClickView.FileGenerator.Puppeteer` (copied from Image Api)
889
+ - Use new shared puppeteer browser instance from `IPuppeteerProvider` in the `PdfService`
890
+
891
+
892
+ ## Testing
893
+ - The video report pdf is generated correctly"
894
+ FileGenerator,Add startup task framework,Cameron Hill,Kevin Wellalagodage,https://gitlab.cvinternal.net/clickview/back-end/filegenerator/-/merge_requests/82,"## Code changes
895
+ - Add startup task framework for starting tasks before the app has started
896
+
897
+
898
+ ## Testing
899
+ - The PdfService creates a new puppeteer instance on startup"
900
+ FileGenerator,Use GoodStuff packages to handle queue processing,Cameron Hill,Kevin Wellalagodage,https://gitlab.cvinternal.net/clickview/back-end/filegenerator/-/merge_requests/80,"## Before release
901
+ - Update GoodStuff packages from rc versions
902
+
903
+
904
+ ## Code changes
905
+ - Replace all queue handling logic with `ClickView.GoodStuff.Hosting.Queue`
906
+ - Delete `ClickView.Extensions.HostedQueueService` project
907
+ - Use `ClickView.GoodStuff.EventHandling.Master` for handling master events
908
+ - Update `ClickView.Clients.Queue` from `2.5.0` to `3.0.0`
909
+
910
+
911
+ ## Testing
912
+ - File generator tasks should process correctly
913
+ - When uploading a word doc as a resource, file generator should create a pdf assoc for that resource object"
914
+ Library Editor,Add library editor URL to config,Joshua Taylor,Michael McDonnell,https://gitlab.cvinternal.net/clickview/front-end/Cloud/-/merge_requests/655,
915
+ Master.Auth,Trim whitespace and line terminator chars from username input,Nischal Shrestha,Shale Kuzmanovski,https://gitlab.cvinternal.net/clickview/back-end/Master.Auth/-/merge_requests/322,"## Customer changes
916
+ - Users wont be able to type in spaces in username field.
917
+
918
+
919
+ ## Code changes
920
+ - Added `username.trim()` to remove any whitespaces and line terminator characters. Fixes INBOX-3883.
921
+
922
+
923
+ ## Testing
924
+ - Go to login page and try to type in space or copy and paste an username with spaces"
925
+ Master.Auth,Cleanup,Cameron Hill,Jorge Arai,https://gitlab.cvinternal.net/clickview/back-end/Master.Auth/-/merge_requests/317,"## Code changes
926
+ - Delete old cache classes that are no longer used
927
+
928
+
929
+ ## Testing"
930
+ Master.Auth,Set a user's role in Braze after activation,Kevin Wellalagodage,Cameron Hill,https://gitlab.cvinternal.net/clickview/back-end/Master.Auth/-/merge_requests/316,"## Before release
931
+ - Update `ClickView.Clients.Braze` to release version
932
+
933
+
934
+ ## Dependencies
935
+ - https://gitlab.cvinternal.net/clickview/back-end/Master.Auth/-/merge_requests/315
936
+
937
+
938
+ ## Code changes
939
+ - Publish `user.activate.success` event after activating a user
940
+ - Create `BrazeHandler` which sets a user's role in Braze after activation
941
+
942
+
943
+ ## Testing
944
+ - N/A"
945
+ Master.Auth,Create send trial activation email endpoint,Kevin Wellalagodage,Cameron Hill,https://gitlab.cvinternal.net/clickview/back-end/Master.Auth/-/merge_requests/315,"## Dependencies
946
+ - https://gitlab.cvinternal.net/clickview/back-end/Master.Auth/-/merge_requests/314
947
+
948
+
949
+ ## Code changes
950
+ - Introduce `/api/v1/users/{userId}/send-trial-activation-email` endpoint
951
+ - Support `showUserDetails` query param in `/activate` endpoint to allow users to set their name when activating
952
+
953
+
954
+ ## Testing
955
+ - N/A"
956
+ Master.Auth,Support AppLink when sending activation emails,Kevin Wellalagodage,Cameron Hill,https://gitlab.cvinternal.net/clickview/back-end/Master.Auth/-/merge_requests/314,"## Code changes
957
+ - Support `AppLink` property in the backend for the activate user flow
958
+
959
+
960
+ ## Testing
961
+ - N/A"
962
+ Master.Auth,Bump eslint-config to 1.1.2,Nan Chen,Joshua Taylor,https://gitlab.cvinternal.net/clickview/back-end/Master.Auth/-/merge_requests/302,"## Code changes
963
+ - Bump eslint-config version to updated. Implement INBOX-3848
964
+ - Formatting code in according to updated eslint rules
965
+
966
+
967
+ ## Testing"
968
+ Search.Api,Playlist index filter update,Prad Nepal,Kevin Wellalagodage,https://gitlab.cvinternal.net/clickview/back-end/search.api/-/merge_requests/113,"## Customer changes
969
+ * Customer can no longer search for playlists that were created by others. They can only search their own playlist or ones created by ClickView
970
+
971
+
972
+ ## Code changes
973
+ * Updated Playlist Index filter so that we only pass the user's permission in `permissionValues` filter. Fixes INBOX-4102
974
+
975
+
976
+ ## Testing
977
+ * Search for playlists and make sure they can only get playlists that they have created or ClickView playlists"
978
+ Search.Api,Add thumbnail to classification index search,Jorge Arai,Prad Nepal,https://gitlab.cvinternal.net/clickview/back-end/search.api/-/merge_requests/112,"## Customer changes
979
+ - Classifications search should also return thumbnails
980
+
981
+
982
+ ## Code changes
983
+ - Added thumbnail to classification ogql. Implements CORE-1000
984
+
985
+
986
+ ## Testing
987
+ - In Search Api, when searching for classification, results should also return thumbnails"
988
+ Search.Api,Fixed status filter,Prad Nepal,Jorge Arai,https://gitlab.cvinternal.net/clickview/back-end/search.api/-/merge_requests/111,"## Code changes
989
+ * Status filter was returning all the types that were not `user` or `classification` even when status wasn't what client asked for :face_palm:
990
+
991
+
992
+ ## Testing
993
+ * Using status filter should filter out results by status"
994
+ Domain.Api,Fix covers not coming through in subjects search,Joshua Taylor,Prad Nepal,https://gitlab.cvinternal.net/clickview/back-end/Domain.Api/-/merge_requests/1060,"## Code changes
995
+ - Added `coverUrl` to the instant search query for subjects. Fixes INBOX-4083
996
+
997
+
998
+ ## Testing
999
+ - In online's instant search, topics should display cover images"
1000
+ Domain.Api,Retrying restricted objects,Prad Nepal,Cameron Hill,https://gitlab.cvinternal.net/clickview/back-end/Domain.Api/-/merge_requests/1058,"## Code changes
1001
+ * Retrying insert method of RestrictedObjectService if there is MySqlException. Fixes: INBOX-4022
1002
+ * Retry count set to 3
1003
+ * Time interval set to 2 seconds
1004
+
1005
+
1006
+ ## Testing
1007
+ * Making sure Domain API retries on deadlocks when adding restricted objects"
1008
+ ClickView Online,Restrict blank names,Ryan Wang,Cameron Hill,https://gitlab.cvinternal.net/clickview/front-end/ClickView.Online/-/merge_requests/3174,"## Customer changes
1009
+ * Return error if a user is signing in via sso with blank first name or surname. Partially implement CVO-552
1010
+
1011
+
1012
+ ## Code changes
1013
+ * Validate the `firstname` and `surname` before signing in the user in `ClickViewOnlineServiceService.cs`
1014
+
1015
+
1016
+ ## Testing
1017
+ * Sign in as new/existing sso user with blank first name or/and surname, an error `First name and surname cannot be blank` should be shown"
1018
+ Discover.Api,Update Subjects Common nuget package,Jorge Arai,Prad Nepal,https://gitlab.cvinternal.net/clickview/back-end/discover.api/-/merge_requests/80,"## Before release
1019
+ - Update `ClickView.Subjects.Common` Nuget package to the latest version
1020
+
1021
+
1022
+ ## Dependencies
1023
+ - Updated `ClickView.Subjects.Common` Nuget package from the MR https://gitlab.cvinternal.net/clickview/back-end/clickview.subjects.api/-/merge_requests/167
1024
+
1025
+
1026
+ ## Code changes
1027
+ - Updated `ClickView.Subjects.Common` nuget package. Closes CORE-999
1028
+
1029
+
1030
+ ## Testing
1031
+ - Widgets that return classifications in Discover API should return the newly added property `Metadata` (if not null)"
1032
+ Discover.Api,Fix empty result for new releases widget,Jorge Arai,Prad Nepal,https://gitlab.cvinternal.net/clickview/back-end/discover.api/-/merge_requests/79,"## Customer changes
1033
+ - Fix when widget `New Releases` returns empty content
1034
+
1035
+
1036
+ ## Code changes
1037
+ - Return empty list when no content is returned for widget `classification_latest_released_videos`
1038
+
1039
+
1040
+ ## Testing
1041
+ - Widget `New Releases` should return empty content when there's no new released videos"
1042
+ Discover.Api,Latest released content widgets to fetch by presentationId,Jorge Arai,Prad Nepal,https://gitlab.cvinternal.net/clickview/back-end/discover.api/-/merge_requests/78,"## Dependencies
1043
+ - To be merged and released after https://gitlab.cvinternal.net/clickview/back-end/clickview.subjects.api/-/merge_requests/169
1044
+
1045
+
1046
+ ## Customer changes
1047
+ - Curator users that are creating `Latest released videos` or `New releases` widgets will be able to preview data based on the presentationId. Closes CORE-994
1048
+
1049
+
1050
+ ## Code changes
1051
+ - When fetching content from widgets `latest_released_videos` and `classification_latest_released_videos`, if user context passed is curator and it's presentation is different from the configured widget, it will use new Subject API endpoints to fetch latest released contents by presentation Id:
1052
+ * `v1/presentations/{presentationId}/content-updates`
1053
+ * `v1/presentations/{presentationId}/content-updates/videos`
1054
+
1055
+
1056
+ ## Testing
1057
+ - Fetching data from widgets `Latest released videos` or `New releases` with a Curator user from a different presentation, it should be able to preview data from the presentation which the widget is configured for. Other users should be allowed to see data only within their presentation."
1058
+ Discover.Api,Add thumbnail to classifications,Jorge Arai,Prad Nepal,https://gitlab.cvinternal.net/clickview/back-end/discover.api/-/merge_requests/77,"## Customer changes
1059
+ - Classifications should be able to display thumbnails
1060
+
1061
+
1062
+ ## Code changes
1063
+ - Add `thumbnail` to ogql for `curated_classifications` and `classifications` widgets. Implements CORE-996
1064
+
1065
+
1066
+ ## Testing
1067
+ - In Discover Api, when fetching data that contain classifications, thumbnail should be present"
1068
+ Discover.Api,Script with new templates and update allowed widgets templates,Jorge Arai,Prad Nepal,https://gitlab.cvinternal.net/clickview/back-end/discover.api/-/merge_requests/76,"## Before release
1069
+ - [ ] Run sql migration script `Next.sql`
1070
+
1071
+
1072
+ ## Customer changes
1073
+ - Added new templates for `Promoted topics`, `Topic preferences widget` and `All subjects footer widget`
1074
+
1075
+
1076
+ ## Code changes
1077
+ - Added SQL script to add new templates `thumbnail_fixed_list_large`, `thumbnail_fixed_list_small`, `editable_cover_fixed_pill_list_small `, `cover_fixed_pill_list_xsmall` and allow them to widgets `curated_classifications` and `classifications`. Implements CORE-969 and CORE-964
1078
+
1079
+
1080
+ ## Testing
1081
+ - In Discover API, the new templates `thumbnail_fixed_list_large`, `thumbnail_fixed_list_small` are enabled to be used with existing widget `curated_classifications`.
1082
+ - In Discover API, the new templates `editable_cover_fixed_pill_list_small `, `cover_fixed_pill_list_xsmall` are enabled to be used with existing widget `classifications`."
1083
+ Discover.Api,Add new widget classifications with amount of new releases,Jorge Arai,Prad Nepal,https://gitlab.cvinternal.net/clickview/back-end/discover.api/-/merge_requests/75,"## Before release
1084
+ - [ ] Run sql migration script `Next.sql`
1085
+
1086
+
1087
+ ## Customer changes
1088
+ - New widget type that provides a list of classifications with newly released content usable with template `Small pills slider`.
1089
+
1090
+
1091
+ ## Code changes
1092
+ - Added new widget handler for `classification_latest_released_videos`.
1093
+ - Added SQL script to allow widget `classification_latest_released_videos` with template `cover_sliding_pill_list_small`. Implements CORE-995
1094
+
1095
+
1096
+ ## Testing
1097
+ - In Discover API, add widget `classification_latest_released_videos` with template `cover_sliding_pill_list_small` to a dashboard should work.
1098
+ - When fetching the widget content, pass dates query parameters `from` and `to`, and Discover Api should return classifications with property `totalVideos` (number of new released videos for the clasification)"
1099
+ ClickView.OnlineApi,Ban blank first last name,Ryan Wang,Cameron Hill,https://gitlab.cvinternal.net/clickview/back-end/ClickView.OnlineApi/-/merge_requests/410,"## Customer changes
1100
+ * Throw exception if a user is created with blank first name or surname via legacy SSO and old use manager. Partially implement CVO-552
1101
+ * Ignore all unsupported special characters in first name and surname for sso user. Close CVO-551
1102
+
1103
+
1104
+ ## Code changes
1105
+ * Validate first name and surname when creating or migrating user to ensure that both are not blank
1106
+ * Replace all unsupported special characters with white space. The supported special characters are [`'`, `-`, `,`, `.`, `(`, `)`, `;` `&`] which are also supported in new user manager.
1107
+
1108
+
1109
+ ## Testing
1110
+ * Sign in as new sso user with blank first name or/and surname (should be hitting `POST v2/online-users`), an error should be thrown with `ErrorCode.FirstLastNameBlank`
1111
+ * Sign in as new sso user with first name or/and surname that contains any special characters that are not in the supported list (should be hitting `POST v2/online-users`), sign in should be successful, but the unsupported special characters will be replaced with white space when checking the user in the user manager"
1112
+ ClickViewInteractiveForiOS,Curated topic,John Allen,John Allen,https://gitlab.cvinternal.net/clickview/mobile/ClickViewInteractiveForiOS/-/merge_requests/164,"## Customer changes
1113
+ - Add topic page based on Discover API dashboards. Implements IOS-246.
1114
+
1115
+
1116
+ ## Code changes
1117
+ - New topic page using stack view instead of a collection.
1118
+ - Note: Allows Discover widgets to resize their view.
1119
+ - Primary playlists now fetch with `stripMetadata` option.
1120
+ - Address issue where lock badge had wrong tint color.
1121
+ - Deprecates old topic pages and base widget.
1122
+
1123
+
1124
+ ## Testing
1125
+ - n/a"
1126
+ ClickViewInteractiveForiOS,Added a corner radius of 5 (more roundedness) to various cells.,Boris Berak,John Allen,https://gitlab.cvinternal.net/clickview/mobile/ClickViewInteractiveForiOS/-/merge_requests/163,"## Customer changes
1127
+ - iOS users will now see some more roundedness to various tiles (cells) throughout the Online and NP workflows.
1128
+
1129
+
1130
+ ## Code changes
1131
+ - Added a 5 point radius to the corners of the thumbnails in the Discover, Interactive and Dashboard cells (tiles).
1132
+
1133
+
1134
+ ## Testing"
1135
+ ClickViewInteractiveForiOS,Custom table cell,John Allen,John Allen,https://gitlab.cvinternal.net/clickview/mobile/ClickViewInteractiveForiOS/-/merge_requests/162,"## Customer changes
1136
+ - Various pages now use the same list view cell. Implements IOS-243.
1137
+
1138
+
1139
+ ## Code changes
1140
+ - Factor out `MovieCell`, `SearchCell` and `WorkspaceCell` classes.
1141
+ - Define a custom table view cell `CustomVideoCell` using auto-layout.
1142
+ - Add `ImageTableViewCell` protocol to assist with `imageView` deprecation.
1143
+ - Replace movie collection view page with a common objects table.
1144
+ - The `didFavourite(:_)` delegate method now provides an index hint.
1145
+
1146
+
1147
+ ## Testing
1148
+ - Video list pages should show more info such as rating and description (iPad only)."
1149
+ ClickViewInteractiveForiOS,Search funnel event,John Allen,John Allen,https://gitlab.cvinternal.net/clickview/mobile/ClickViewInteractiveForiOS/-/merge_requests/161,"## Customer changes
1150
+ - Log analytic events for various user actions. Implements IOS-244.
1151
+
1152
+
1153
+ ## Code changes
1154
+ - Update `AnalyticsHelper` to log event data by passing model objects.
1155
+ - Add initial support for logging various new event types:
1156
+ - `cv_product_click` (_search only_)
1157
+ - `cv_product_associate`
1158
+ - `cv_product_disassociate`
1159
+ - `cv_product_create`
1160
+ - `cv_product_share`
1161
+ - `cv_product_favourite`
1162
+ - Downloads will now also log a `start` event with search payload (where applicable).
1163
+ - Note: This now mirrors uploads but care must be taken not to count the events twice.
1164
+ - Table and menu events include `pagePositionIndex` where possible.
1165
+
1166
+
1167
+ ## Testing
1168
+ - See JIRA ticket(s)."
1169
+ ClickView.Cloud247.API,"Remove migration projects and legacy codes, implements INBOX-3861",Wei Zong,Ryan Wang,https://gitlab.cvinternal.net/clickview/back-end/ClickView.Cloud247.API/-/merge_requests/136,"## Code changes
1170
+ - Remove MysqlMigration projects
1171
+ - Remove DataMigration project
1172
+ - Remove ClickView.Cloud247.Migrations project
1173
+ - Remove MysqlMigration project
1174
+ - Remove legacy curation end points
1175
+ - Remove CurationController, services and repositories
1176
+ - Remove V2CurationController, services and repositories
1177
+ - Remove legacy Issue endpoints
1178
+ - Remove IssueController, service and repositories
1179
+ - Remove legacy EncodedPrograms endpoints
1180
+ - Remove EncodedProgramsController, services and repositories
1181
+ - Remove commented repository code
1182
+ - Remove migration docs
1183
+
1184
+
1185
+ ## Testing
1186
+ - The api should work as usual. Browsing a few tv channels to check for any data missing.
1187
+ - Add a tv to workspace and the program should appear in workspace in a few minutes."
1188
+ Player,Latest session fix,Shale Kuzmanovski,Cameron Hill,https://gitlab.cvinternal.net/clickview/back-end/player/-/merge_requests/55,"## Customer changes
1189
+ - Fixed a bug where students would see the ""continue interactive"" popup when attempting the same interactive for a different teacher. Fixes INBOX-3974.
1190
+ - Fixed resources not displaying their titles when viewing embedded videos. Fixes INBOX-3890.
1191
+
1192
+
1193
+ ## Code changes
1194
+ - Using the new V2 latest session endpoint which was added to domain api here: https://gitlab.cvinternal.net/clickview/back-end/Domain.Api/-/merge_requests/1056
1195
+
1196
+
1197
+ ## Testing
1198
+ - In the new product, share the exact same clickview interactive to the same student with two different teachers. After attempting the first link as a student refreshing should prompt to continue, however the second link shouldn't prompt to continue the interactive until they have an attempt.
1199
+ - In the new product go to the embed link of a video with resources, make sure the resources title's appear."
1200
+ notification-service,Cleanup notification links,Cameron Hill,Joshua Taylor,https://gitlab.cvinternal.net/clickview/back-end/notification-service/-/merge_requests/53,"## Dependencies
1201
+ - https://gitlab.cvinternal.net/clickview/front-end/ClickView.Online/-/merge_requests/3165
1202
+
1203
+
1204
+ ## Code changes
1205
+ - Cleanup notification links
1206
+ - Remove video link from `captions-available` notification
1207
+ - Remove video link from `custom-library-video-available` notification
1208
+ - Add missing AppLink for `EditedVideoAvailableWorkflow`
1209
+ - Remove unused `CreateNotification` on MasterApiClient
1210
+
1211
+
1212
+ ## Testing
1213
+ - caption available notification should take you do the video
1214
+ - notifications for videos uploading to your custom library should take you do the video"
1215
+ ClickView.Cron,DotNetCore,Prad Nepal,Kevin Wellalagodage,https://gitlab.cvinternal.net/clickview/back-end/ClickView.Cron/-/merge_requests/22,"## Code changes
1216
+ * Upgraded all projects to .net 6. Implements INBOX-3482 CORE-859
1217
+ * Removed queue client factory
1218
+ * Upgraded all packages
1219
+
1220
+
1221
+ ## Testing
1222
+ * Should work as usual"