@clickview/ship-it 0.0.11 → 0.0.12

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 (37) hide show
  1. package/package.json +1 -1
  2. package/dist/X2/Analytics Web.md +0 -11
  3. package/dist/X2/Batch.Api.md +0 -11
  4. package/dist/X2/ClickView Online.md +0 -43
  5. package/dist/X2/ClickView.Cloud247.SpliceService.md +0 -12
  6. package/dist/X2/ClickView.Cron.md +0 -10
  7. package/dist/X2/ClickView.Curator.md +0 -22
  8. package/dist/X2/ClickView.OnlineApi.md +0 -14
  9. package/dist/X2/Curriculum.App.md +0 -9
  10. package/dist/X2/CurriculumIngestion.Api.md +0 -8
  11. package/dist/X2/Discover.Api.md +0 -35
  12. package/dist/X2/Domain.Api.md +0 -11
  13. package/dist/X2/FileGenerator.md +0 -11
  14. package/dist/X2/Hydration.App.md +0 -9
  15. package/dist/X2/Integrations.Api.md +0 -8
  16. package/dist/X2/Krakend.md +0 -18
  17. package/dist/X2/LTI.md +0 -11
  18. package/dist/X2/Library Editor.md +0 -11
  19. package/dist/X2/Library.Api.md +0 -13
  20. package/dist/X2/Lite.md +0 -21
  21. package/dist/X2/Master.Api.md +0 -21
  22. package/dist/X2/Master.Auth.md +0 -22
  23. package/dist/X2/Objects.Api.md +0 -30
  24. package/dist/X2/Permissions.Api.md +0 -34
  25. package/dist/X2/Release Notes.md +0 -932
  26. package/dist/X2/Share.Api.md +0 -8
  27. package/dist/X2/Subjects.API.md +0 -21
  28. package/dist/X2/TvProgramMonitor.App.md +0 -8
  29. package/dist/X2/Users.Api.md +0 -25
  30. package/dist/X2/VideoProcessorService.md +0 -12
  31. package/dist/X2/X2 Release Notes.md +0 -932
  32. package/dist/X2/X2 Testing Notes.csv +0 -1200
  33. package/dist/X2/X2 Testing Notes_old.csv +0 -2060
  34. package/dist/X2/clickview.md +0 -314
  35. package/dist/X2/index.app.md +0 -8
  36. package/dist/X2/notification-service.md +0 -48
  37. package/dist/Y2/Y2 Testing Notes.csv +0 -1057
@@ -1,1200 +0,0 @@
1
- projectName,mrTitle,mrAuthor,mrAssignee,mrUrl,notes
2
- clickview,Lite: Fix preferences page failing to load,Joshua Taylor,Michael McDonnell,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2597,"## Testing
3
- - In NP, the topic preferences page should load as expected"
4
- clickview,"Revert ""Merge branch 'player/persist-playback-rate' into 'dev'""",Choco Li,Michael McDonnell,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2591,## Testing
5
- clickview,Reports: Fix bug where any TZ behind UTC would be displayed as the wrong day,Michael McDonnell,Joshua Taylor,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2589,"## Reports
6
-
7
- ### Customer changes
8
- * Fixed a bug where the incorrect day is displayed when performing a custom date range
9
- * Fixes INBOX-3980
10
-
11
- ### Code changes
12
- - Updated `useGetDateRangeFromQueryParams` to set the date to UTC time rather than local time when parsing from the querystring
13
- - The background to this is that when we select a date in the custom range selector, it's done so in local time. We then covert it to a simple date format for managing the query param. At this point we lose precision in the date and have no concept of a timezone, so when we parse it back into the JS we do so using local time, which will add the appropriate offset for that timezone (thus, pushing dates back a day).
14
-
15
- ## Testing
16
- - In new analytics:
17
- - Change your PC's local time to be set to any timezone _behind_ UTC
18
- - Select a custom range in the datepicker UI
19
- - Observe that the selected date range in the UI remains the same as the selected dates
20
- - Talk to Mike if there's any concerns or questions around this."
21
- clickview,Player: Persist playback rate,Shale Kuzmanovski,Choco Li,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2588,"## Player
22
-
23
- ### Customer changes
24
- - The player will now persist the user's selected playback rate. Implements INBOX-3961.
25
-
26
- ## Testing
27
- - 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."
28
- clickview,Audiences for playlist should be selected from subject presentations,Choco Li,Michael McDonnell,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2587,"## Curator
29
-
30
- ### Customer changes
31
- - The presentation list in playlist audiences page will is corrected to subject presentations(was curriculum presentations).
32
-
33
- ### Code changes
34
- - Audiences for playlist should be selected from subject presentations. Fix INBOX-4052.
35
-
36
- ## Testing
37
- - In curator, the presentation list in playlist audiences page are subject presentations."
38
- clickview,Fix nested option filter,Choco Li,Joshua Taylor,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2586,"## Lite
39
-
40
- ### Code changes
41
- - Fix a bug when a nested filter parent option is selected(for example, the presentation option in year group filter), then reload the page, clicking the selected parent option will fail to uncheck. Fix INBOX-3975.
42
-
43
- ## Testing
44
- - In NP, login with an account with multiple preso, select a presentation option in year group filter then apply the filter. Refresh the page and try to toggle the same selected option, it should deselect the option and deselect all children options."
45
- clickview,Lite: Join classroom Fixes,Shale Kuzmanovski,Michael McDonnell,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2585,"## Lite
46
-
47
- ### Customer changes
48
- - Fix the `/join/` route not working if it has a trailing `/`. Fixes INBOX-4030.
49
- - Fix the `join/<joinCode>` route not working with an invalid join code when the user is not signed in: Fixes INBOX-4028.
50
- - Fix the behavior of the back button on the join classroom code page. Fixes INBOX-4029.
51
-
52
- ## Testing
53
- - Testing join classroom changes in NP:
54
- - Ensure `https://www.staging.clickview.net/join/` loads.
55
- - Go to `https://www.staging.clickview.net/join/1234` while not signed in and ensure you see an error message that the join link is invalid.
56
- - Go to `https://www.staging.clickview.net/`, click ""Enter class code"". Click the back icon in the top left. The ""Enter class code"" link should still be there."
57
- clickview,Clear password after success reset,Nan Chen,Choco Li,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2583,"## Lite
58
-
59
- ### Customer changes
60
- - The password change form will be reset to empty when users have successfully reset their password. Implement INBOX-4051
61
-
62
- ### Code changes
63
- - Pass `reset` option to formik `onDone` function when successfully updated the password
64
-
65
- ## Testing
66
- - In Lite, reset the password. After successfully resetting the password, the form field should be reset to empty. If there are some errors when updating the password, the form field input will be kept."
67
- clickview,Player: Fix prevent scrubbing plugin calls erroring out,Shale Kuzmanovski,Choco Li,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2582,"## Player
68
-
69
- ### Code changes
70
- - Prevent an issue where non interactive players would still call `.preventScrubbingPlugin()` without any option, which would cause error that prevent those components from working.
71
-
72
- ## Testing
73
- - When viewing videos in NP, make sure the time display and chapter display on hover show properly.
74
- - Ensure that the prevent seeking ahead behaviour is working as expected"
75
- clickview,Add empty content state text to Latest released widget,Nan Chen,Joshua Taylor,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2580,"## Curator
76
-
77
- ### Code changes
78
- - Add an empty state text to `AddContentLatestReleasedVideosView` when there are no recent-uploads videos
79
-
80
- ## Testing
81
- - In Curation Studio, when creating a Recent uploads widget, if there's no recent uploads content, an empty text will show up. And in the dashboard preview, this widget won't show up."
82
- clickview,Curator: Backbone audience clip + interactive tabs,Joshua Taylor,Nan Chen,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2577,"## Dependencies
83
- - https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2574
84
-
85
- ## Curator
86
-
87
- ### Customer changes
88
- - (dev only) Added a clips tab to the backbone classification page. Implements CC-404
89
- - (dev only) Added an interactives tab to the backbone classification page. Implements CC-404
90
-
91
- ## Testing
92
- - Devs should be able to view the clips and interactives for a backbone classification w/ new tabs.c"
93
- clickview,Curator: Improve typehead results for playlist instant search,Michael McDonnell,Choco Li,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2576,"## Curator
94
-
95
- ### Customer changes
96
- - Improved typeahead results for playlist instant search
97
- - Playlist Id and internal description will now be displayed in results
98
- - Implements INBOX-3860
99
-
100
- ![0](https://i.imgur.com/VS7sLaZ.png)
101
-
102
- ### Code changes
103
- - Updated instant search url to use existing endpoint in curator rather than passthrough to Domain API
104
- - This is due to the internal description being populated on results from Curator's MongoDB
105
- - Added `PlaylistSuggestionItem`
106
-
107
- ## Testing
108
- - In Curator, when searching in the playlist typeahead, it will show results with more metadata - [example](https://i.imgur.com/VS7sLaZ.png)"
109
- clickview,Add clips/interactives tab in new video page,Choco Li,Joshua Taylor,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2575,"## Curator
110
-
111
- ### Customer changes
112
- - Add clips sub-page to new edit video page. Implements CC-378.
113
- - Add interactives sub-page to new edit video page. Implements CC-379.
114
-
115
- ### Code changes
116
- - Add video clips view and video interactives view under new edit video page.
117
-
118
- ## Testing
119
- - In curation studio, find a video and open it with new edit video page, click 'interactives' sub-page, it will list the interactives that belongs to the selected video. The title for interactive will link you to its edit interactive's classification page. Note: No test for Clips since it's using testing data atm."
120
- clickview,Curator: Backbone classification clip + interactive tabs,Joshua Taylor,Nan Chen,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2574,"## Dependencies
121
- * https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2573
122
-
123
- ## Curator
124
-
125
- ### Customer changes
126
- * (dev only) Added a clips tab to the backbone classification page. Implements CC-402
127
- * (dev only) Added an interactives tab to the backbone classification page. Implements CC-402
128
-
129
- ## Testing
130
- * Devs should be able to view the clips and interactives for a backbone classification w/ new tabs."
131
- clickview,Curator: Audience clip + interactive tabs,Joshua Taylor,Nan Chen,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2573,"## Dependencies
132
- - https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2572
133
-
134
- ## Curator
135
-
136
- ### Customer changes
137
- - (dev only) Added a clips tab to the audiences page. Implements CC-403
138
- - (dev only) Added an interactives tab to the audiences page. Implements CC-403
139
-
140
- ## Testing
141
- - Devs should be able to view the clips and interactives for an audience w/ new tabs."
142
- clickview,Curator: Topic clip + interactives tabs,Joshua Taylor,Nan Chen,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2572,"## Dependencies
143
- - https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2549
144
-
145
- ## Curator
146
-
147
- ### Customer changes
148
- - (dev only) Added a clips tab to the classifications page. Implements CC-399
149
- - (dev only) Added an interactives tab to the classifications page. Implements CC-399
150
-
151
- ## Testing
152
- - When viewing a classification in curator, you should see new ""clips"" and ""interactives"" tabs that will display all clips and interactive associated to that classification"
153
- clickview,Search by video type,Choco Li,Joshua Taylor,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2571,"## Curator
154
-
155
- ### Customer changes
156
- - Add video type filter when adding content for multiple media widget. Implements CC-365.
157
-
158
- ### Code changes
159
- - Apply video type filter in search endpoint for multiple media widget.
160
-
161
- ## Shared
162
-
163
- ### Customer changes
164
- - Add optional video type filter(videos/clips/interactives) in search bar.
165
-
166
- ### Code changes
167
- - Add `CustomDropdown` component.
168
- - Add `VideoTypeFilter` component.
169
- - Add video filter UI in search bar.
170
-
171
- ## Testing
172
- - In curation studio, when adding content for multiple media widget
173
- - Search results contain every video type when there is no filter selected.
174
- - Search results contain ONLY selected video type when filter is selected."
175
- clickview,Player: Fix interactive player unmounting during react render,Joshua Taylor,Shale Kuzmanovski,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2570,"## Player
176
-
177
- ### Code changes
178
- - Dispose of interactive player after re-render. Fixes LTE-1538
179
-
180
- ## Testing
181
- - Open your browser console. Navigate to an interactive created on top of a clip. Click ""Back to {clip name}"". No error should be logged to the console."
182
- clickview,Curation Studio: Fix blank page bug,Joshua Taylor,Nan Chen,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2569,"## Curator
183
-
184
- ### Customer changes
185
- - Fixed a bug where editing the details for a discover dashboard from the dashboard list page would make the page behind the modal go blank. Fixes CC-393
186
-
187
- ## Testing"
188
- clickview,associate clip and interactive with backbone audiences and audiences,Nan Chen,Joshua Taylor,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2563,"## Dependencies
189
- - https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2549
190
-
191
- ## Curator
192
-
193
- ### Customer changes
194
- - Now in curator, users can link a clip with backbone audiences. Implement CC-394;
195
- - Now in curator, users can link a clip with available audiences. Implement CC-364;
196
- - Now in curator, users can link an interactive with backbone audiences Implement CC-395;
197
- - Now in curator, users can link an interactive with audiences. Implement CC-371;
198
-
199
- ### Code changes
200
- - Add EditClipAudiencesView and EditInteractiveAudiencesView;
201
- - Add CURD to the Audiences Flight requests.
202
-
203
- ## Testing
204
- - In curator, when editing a clip, users can link it to backbone audiences and then link it to the available audiences.
205
- - In curator, when editing an interactive, users can link it to backbone audiences and the available audiences.
206
- - In curator, a regression test on link video/series/playlist to backbone audiences association. They should work as before."
207
- clickview,Notifications: Support new applink types,Joshua Taylor,Michael McDonnell,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2560,"## Lite
208
-
209
- ### Code changes
210
- - `edited-video-available` notifications will now check for an `appLink` before falling back to `link`. Partially implements INBOX-3984
211
-
212
- ## Library editor
213
-
214
- ### Code changes
215
- - `captions-available` and `edited-video-available` notifications will now check for an `appLink` before falling back to `link`. Partially implements INBOX-3984
216
-
217
- ## Testing
218
- - Autocaptions available and ""edited video available"" notifications should still work in LE and NP"
219
- clickview,Restrict learner's rating options,Choco Li,Shale Kuzmanovski,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2558,"## Online
220
-
221
- ### Customer changes
222
- - In edit workspace video page, learners can only choose video rating from the ratings they are allowed to watch.
223
-
224
- ### Code changes
225
- - Fix a bug that student can edit workspace video rating above their max rating. Fix INBOX-3908.
226
-
227
- ## Testing
228
- - In online editing workspace video page, learners can only choose video rating from the ratings they are allowed to watch, which match the rating options in uploading workspace video page."
229
- clickview,Lite: Fixed settings page group height scaling for smaller screens,Nischal Shrestha,Shale Kuzmanovski,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2557,"## Lite
230
-
231
- ### Customer changes
232
- - Settings page on smaller screens should scale properly. Fixes INBOX-3634.
233
-
234
- ## Testing
235
- - Navigate to settings page in NP.
236
- - Use dev tools to resize the viewport to Ipad mini or you can use the responsive setting and resize the width manually to `768px`
237
- - The setting group containers should scale correctly like below:
238
- - ![image](/uploads/32b96f7266590918670993fbc3d54f3b/image.png)"
239
- clickview,Audiences in non current presentation,Nan Chen,Joshua Taylor,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2555,"## Dependencies
240
- - https://gitlab.cvinternal.net/clickview/back-end/Domain.Api/-/merge_requests/1055
241
-
242
- ## Lite
243
-
244
- ### Customer changes
245
- - When viewing topic from another presentation, the correct auidence group and audience filter will be displayed. Fix LTE-1502
246
-
247
- ### Code changes
248
- - Add new request to get the correct audiences by presentationId
249
-
250
- ## Testing
251
- - When viewing topic from another presentation, the correct auidence group and audience filter will be displayed."
252
- clickview,Prevent avatar shrink in recent activities of student feed,Nan Chen,Joshua Taylor,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2554,"## Lite
253
-
254
- ### Customer changes
255
- - Fix squished user avatar in recent activities of the student feed. Fix INBOX-3959
256
-
257
- ### Code changes
258
- - Add `flex-shrink-0` className to the container of Avatar in `RecentActivities` component.
259
-
260
- ## Testing
261
- - In lite, log as student, in the recent activities section, the avatar should stay the same size.
262
- - ![image](/uploads/255885cb8c072e4eeb6ddf258e786082/image.png)"
263
- clickview,User Manager: Invalidate user wizard aggregation on edits,Joshua Taylor,Shale Kuzmanovski,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2553,"## Lite
264
-
265
- ### Customer changes
266
- - Fix user aggregation in user manager wizard not having current state after editing a user. Fixes INBOX-3996
267
-
268
- ## Online
269
-
270
- ### Customer changes
271
- - Fix user aggregation in user manager wizard not having current state after editing a user. Fixes INBOX-3996
272
-
273
- ## Curator
274
-
275
- ### Customer changes
276
- - Fix user aggregation in user manager wizard not having current state after editing a user. Fixes INBOX-3996
277
-
278
- ## Testing
279
- - In user manager (any product), select 1 activated user and go to the user manager wizard. Not that you can run a deactivate action but not delete or reactivate. Go back to the user manager page (no page reload) and deactivate the user. Select them again and enter the wizard again. The reactivate and delete actions should become available and the deactivate action should be disabled.
280
- - In student manager (any product), select 1 student (note their year group) and go to the ""change year group"" action. Then go back to student manager and change their year group. Go back to the wizard and to the ""change year group"" action. The year group list should be up to date with the change you made to the student's year group."
281
- clickview,Lite: Lighter embed shadow,Joshua Taylor,Shale Kuzmanovski,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2552,"## Lite
282
-
283
- ### Customer changes
284
- - The shadow on the splash screen for the video embeds has been lightened. Implements INBOX-3985
285
-
286
- ## Player
287
-
288
- ### Customer changes
289
- - The shadow on the splash screen for the video player has been lightened. Implements INBOX-3985
290
-
291
- ## Testing
292
- - Embeds and video player in NP should have a lighter shadow on the splash screen"
293
- clickview,Optional applinks,Choco Li,Joshua Taylor,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2551,"## Curator
294
-
295
- ### Code changes
296
- - Remove redundant `appLinks` props in add widget content components
297
- - All template using `appLinks` should have optional chaining operator
298
-
299
- ## Shared
300
-
301
- ### Code changes
302
- - Make template props `appLinks` optional. Implements CC-375.
303
-
304
- ## Testing"
305
- clickview,Support associating clip and interactive with backboneClassification and classification,Nan Chen,Joshua Taylor,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2549,"## Dependencies
306
- - https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2543
307
-
308
- ## Curator
309
-
310
- ### Customer changes
311
- - Now user can map a clip to the backbone classification. Implements CC-370
312
- - Now user can map an interactive to the backbone classification. Implements CC-391
313
- - Now user can map a clip to the available classification. Implements CC-390
314
- - Now user can map an interactive to the available classification. Implements CC-376
315
-
316
- ### Code changes
317
- - Add a new component to map clip or interactive to available classifications.
318
- - Add a shared component to map backbone classification and classification.
319
- - Add the removing clip/interactive from classification actions.
320
- - Add new column definition to MemberMatrix helper.
321
-
322
- ## Testing
323
- - In Curator, when editing a clip, in the `Topic` sub-tab, Backbone Classification section, users should be able to browse all backbone classifications and select backbone classification to map to the current clip.
324
- - In Curator, when editing an interactive, in the `Topic` sub-tab, Backbone classification section, users should be able to browse all backbone classifications and select backbone classification to map to the current interactive.
325
- - In Curator, when editing a clip, in the `Topic` sub-tab, Classification section, users should be able to map available classifications to the current clip.
326
- - In Curator, when editing an interactive, in the `Topic` sub-tab, classification section, users should be able to map available classifications to the current interactive."
327
- clickview,Expandable video thumbnail accepting clip/int,Choco Li,Joshua Taylor,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2548,"## Dependencies
328
- - Jorge to implement https://clickview.atlassian.net/browse/CORE-955
329
-
330
- ## Lite
331
-
332
- ### Customer changes
333
- - Widget in the preview dashboard page accept int/clip.
334
-
335
- ### Code changes
336
- - Video `appLink` support `VideoType` and renamed to `videoType` so that the widget item in preview page is clickable.
337
-
338
- ## Curator
339
-
340
- ### Code changes
341
- - Update content guideline to match validation min/max number.
342
- - Extract min/max of content guideline and match these values with validator.
343
- - Navigate clip/int link in widget content to its classification page. Implements CC-401.
344
-
345
- ## Shared
346
-
347
- ### Code changes
348
- - `ExpandableVideoThumbnail` accept clip/interactive. Implements CC-387.
349
-
350
- ## Testing
351
- - In curation studio dashboard preview section, clip and interactive will show if you added them in the curated media widget.
352
- - In lite preview dashboard page, clip and interactive are supported in the media widget. Click the item will navigate to play page."
353
- clickview,Workbench: Add to classifications setup,Joshua Taylor,Joshua Taylor,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2546,"## Dependencies
354
- - https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2538
355
- - https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2528
356
-
357
- ## Curator
358
-
359
- ### Customer changes
360
- - Added a ""add to classifications"" action option to the video workbench. Partially implements CC-359
361
-
362
- ## Testing"
363
- clickview,Curation Studio Fix infinite validation loop,Joshua Taylor,Choco Li,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2544,"## Curator
364
-
365
- ### Customer changes
366
- - Fixed a bug where the curation studio wizard form validation would run in an infinite loop.
367
-
368
- ## Testing"
369
- clickview,Add classification and audiences subtab,Nan Chen,Joshua Taylor,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2543,"## Dependencies
370
- - https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2536
371
-
372
- ## Curator
373
-
374
- ### Code changes
375
- - Add `Classification` and `Audiences` subtabs to the `Content -> Clips` and `Content -> Interactivess` tabs in Curator. Implements CC-362.
376
-
377
- ## Testing
378
- - In curator, URL `/manage/clips/{clipId}` will automatically redirect to `/manage/clips/{clipId}/classification`, and on that page, a sub-nav of 'Topics' and 'Audiences' can be seen. They will link to `/manage/clips/{clipId}/classification` and `/manage/clips/{clipId}/audiences` respectively.
379
- - In curator, URL `/manage/interactives/{interactiveId}` will automatically redirect to `/manage/interactives/{interactiveId}/classification`, and on that page, a sub-nav of 'Topics' and 'Audiences' can be seen. They will link to `/manage/interactives/{interactiveId}/classification` and `/manage/interactives/{interactiveId}/audiences` respectively."
380
- clickview,Hotfix/prevent scrubbing and continue,Choco Li,Shale Kuzmanovski,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2542,"## Lite
381
-
382
- ### Customer changes
383
- - Fix 'Continue' watching behaviour in interactive. Fix STG-82.
384
- - The preview prevent-scrubbing option should be shown when you have the option enabled in an interactive.
385
-
386
- ### Code changes
387
- - Request for heatmap to get latest visit time when login as learner.
388
- - Remove the check of having `preventScrubbingInteractives` domain option to show the preview option.
389
- - Edit interactive page should never apply prevent scrubbing feature.
390
- - Extract `useFetchHeatMap` hook.
391
-
392
- ## Player
393
-
394
- ### Code changes
395
- - Rename props to `isPreviewOrEditing` to NOT applying prevent scrubbing feature in edit interactive page.
396
-
397
- ## Shared
398
-
399
- ### Code changes
400
- - Remove `preventScrubbingInteractives` domain option as it's going to publish for everyone.
401
-
402
- ## Testing
403
- - In an interactive player in NP, the preview-prevent-scrubbing option should show when you have the feature enabled for the interactive.
404
- - In editing interactive page, it should never apply prevent scrubbing feature.
405
- - 'Continue' watching behaviour in interactive should work as expected.
406
- - In lite, prevent scrubbing should work for all the following scenarios
407
- - preview as staff
408
- - view as learner
409
- - embedded as learner
410
- - embedded as staff"
411
- clickview,Workbench: Fix infinite scroll padding,Joshua Taylor,Shale Kuzmanovski,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2540,"## Curator
412
-
413
- ### Customer changes
414
- - Fixed a UI bug where the infinitely scrollable item list in Workbench would have extra space at the bottom. Fixes CC-383
415
-
416
- ## Testing
417
- - Add like 20 vids to your working list in curator, go to the workbench wizard, then scroll to the bottom of the list. You should not see any additional whitespace beneath the list of items (should just end at the bottom of the bottom item)"
418
- clickview,"Curator: More ""add to working list""",Joshua Taylor,Michael McDonnell,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2538,"## Curator
419
-
420
- ### Customer changes
421
- - You can now add to / remove from working list on videos in future core pages. Implements CC-381
422
- - Fixed an issue where removing an item from workbench from the wizard wouldn't remove from the actual working list in local storage. Fixes CC-382
423
- - Changed all copy from ""working list"" to ""workbench"" or ""your workbench"". Partially implements CC-389
424
-
425
- ### Code changes
426
- - Removed `objects` from the workbench wizard view model. Each view that requires this will now retrieve these objects from the flight cache, or just reference the set of IDs in `useWorkingList`
427
-
428
- ## Common
429
-
430
- ### Code changes
431
- - Fixed a bug in `useViewModel` where if local or session storage is used, the state saved in the storage location is not immediately returned on first render.
432
-
433
- ## Testing
434
- - Adding to / removing from working list from videos in future core pages should work.
435
- - In workbench, go to the wizard first step and remove an item with the ""X"". Go back to the homepage for workbench and it should be removed from there too
436
- - Test that audience filters in classifications are still persisted when you: go to a topic and set audiences -> navigate to discover -> click on some random topic. Audience filters from the first topic should still be set"
437
- clickview,Add Clips and Interactives applications,Nan Chen,Joshua Taylor,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2536,"## Dependencies
438
- - https://gitlab.cvinternal.net/clickview/front-end/ClickView.Curator/-/merge_requests/1002
439
-
440
- ## Curator
441
-
442
- ### Code changes
443
- - Added Clips and Interactives application. Implements CC-369
444
-
445
- ## Testing
446
- - In curator, under Content, there are new Clip and Interactive subtabs."
447
- clickview,Curated media with int/clip,Choco Li,Joshua Taylor,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2534,"## Dependencies
448
- - Release of X1(hotfix search from Prad)
449
-
450
- ## Curator
451
-
452
- ### Customer changes
453
- - Able to add interactive/clip in curated video widget. Implements CC-363.
454
-
455
- ### Code changes
456
- - Add interactive/clip to search index
457
- - Support interactive/clip in widget wizard table
458
-
459
- ## Shared
460
-
461
- ### Code changes
462
- - Move `SearchIndices` constants to shared
463
- - Minor refactor of `onSelectCuratedObject`
464
-
465
- ## Testing
466
- - In widget wizard in curator, select curated video widget, and we are able to find clip/interactive in search results in adding content dialog. And we are able to select/deselect them. The selected content will show in the table."
467
- clickview,Widget SVG assets cleanup,Nan Chen,Joshua Taylor,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2533,"## Shared
468
-
469
- ### Code changes
470
- - Clean up the attributes of widget SVG assets Implements LTE-1517
471
-
472
- ## Testing
473
- - In the curation studio, all the widget icons and template icons should look as before."
474
- clickview,Workbench: Wire up videos to backbone classifications,Joshua Taylor,Joshua Taylor,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2528,"## Dependencies
475
- - https://gitlab.cvinternal.net/clickview/back-end/batch.api/-/merge_requests/56
476
-
477
- ## Curator
478
-
479
- ### Customer changes
480
- - (remove from release notes) Curators can now bulk associate videos from their working list with backbone classifications. Implements CC-356
481
-
482
- ## Testing
483
- - Bulk associating videos from your working list to backbone classifications in the ""Workbench"" tab as a dev account in curator works."
484
- clickview,Curator: Support managing theme colours in curator,Joshua Taylor,Michael McDonnell,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2526,"## Curator
485
-
486
- ### Customer changes
487
- - Theme colours can now be edited on the theme edit page. Implements INBOX-3948
488
-
489
- ## Testing
490
- - In Curator, you should be able to manage colours for a theme."
491
- clickview,"Curator: Fix ""edit sso fields"" not showing up for product support",Joshua Taylor,Michael McDonnell,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2525,"## Curator
492
-
493
- ### Customer changes
494
- - Fixed an issue where the ""Edit SSO Fields"" switch would no longer show for product support. Fixes INBOX-3951
495
- - Updated the ""Edit SSO Fields"" switch to appear disabled w/ a tooltip when the account doesn't login with SSO
496
-
497
- ## Testing
498
- - Product support accounts should see the ""Edit SSO Fields"" switch on the edit page for SSO accounts."
499
- clickview,Lite: Filter curated dashboards by user type & status,Joshua Taylor,Choco Li,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2523,"## Dependencies
500
- - https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2516
501
-
502
- ## Lite
503
-
504
- ### Customer changes
505
- - Fixed a bug where staff in NP could view topic and discover dashboards that were curated for students. They will now only see curated dashboards that are made for staff or for anyone
506
-
507
- ### Code changes
508
- - Updated curated dashboards to be filtered by the logged in user's user type, or not filter by user type at all if the user is a curator previewing a dashboard. Implements LTE-1497
509
- - Updated curated dashboards to be filtered by ""published"" for regular users. This filter won't apply for curator's who are previewing a dashboard as the dashboard could be any status. Implements LTE-1497
510
-
511
- ## Testing"
512
- clickview,Common: Public URL Support,Michael McDonnell,Shale Kuzmanovski,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2517,"## Lite
513
-
514
- ### Code changes
515
- - Updated `TranslateTermsMiddleware` to use `StoreHelper` when retrieving the `currentUser`
516
- - Added `requestUrl` processing when initializing `lite`
517
- -
518
-
519
- ## Shared
520
-
521
- ### Code changes
522
- - Added `StoreHelper` and moved exposed `getCurrentUserFromStore` function to `shared`
523
- - Add `getRequestUrl` and `getWrappedFetchDataOptions`
524
-
525
- ## Common
526
-
527
- ### Code changes
528
- - Added `PublicRequest` interface to `Flight`
529
- - Added `PublicRequestHelper`
530
- - Added interfaces for `FetchDataOptions` & `FetchDataOptionsHandler`
531
- - Update `FlightMiddleware` to optionally process `getFetchOptions`
532
- -
533
-
534
- ## Testing
535
- - In NP, LE and New Analytics a general regression is needed to ensure all pages load as expected."
536
- clickview,Discover dashboard - Support new widgets in curation studio,Nan Chen,Joshua Taylor,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2515,"## Dependencies
537
- - https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2513
538
-
539
- ## Curator
540
-
541
- ### Customer changes
542
- - In Curation studio, the new widget type 'Recent uploads' is available when editing a Discover dashboard. Implement CC-344
543
- - In Curation studio, the new template type 'Featured slider' is available when editing a Discover dashboard. Implement CC-355
544
- - In Curation studio, the new template type 'Small poster slider' is available when editing a Discover dashboard. Implement CC-338
545
-
546
- ### Code changes
547
- - Update formView for `CuratedClassification` widget to support customized extra content (user-uploaded image and input)
548
- - Add `AddContentLatestReleasedVideosView` to support new template
549
- - Update 'DiscoverDashbaord' shared component to support new template & widget in Lite and Curation studio.
550
-
551
- ## Testing
552
- - In Curator, when editing a discover dashboard, the Curation Studio should present the 'Recent uploads' widget option:
553
- - ![image](/uploads/8519674532f4c2ed31dc23f144577c51/image.png)
554
- - In Curator, when editing a discover dashboard, the Curation Studio should present the 'Featured Slider' template option after selecting 'Recent uploads' widget.
555
- - ![image](/uploads/b0d7fb4228564dbd912fad9a4a2d92cc/image.png)
556
- - In Curator, when editing a discover dashboard, after picking 'Recent uploads' widget + 'Featured Slider' template, user can edit the heading, upload and crop a banner image. The content would be auto-populated for them.
557
- - ![image](/uploads/8e3c4b918be51b53bd210ef5c7d07892/image.png)
558
- - In Curator, when editing a discover dashboard, a new template `Small poster slider` is available for 'List of children topics' widget
559
- - ![image](/uploads/d4c91afd0f05ec753130f24956f9e39f/image.png)
560
- - In Curator, when editing a discover dashboard, after picking 'List of child classificaiton' widget + 'Small Poster Slider', users can editing the heading, description, upload and crop a tall poster image, and title of that extra poster. And they can preview that uploaded poster as the first item.
561
- - ![image](/uploads/528d75240bde1e44e0cca52955f9bde5/image.png)"
562
- clickview,Delete topic validation/confirm,Choco Li,Michael McDonnell,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2504,"## Curator
563
-
564
- ### Customer changes
565
- - Deletion button only enabled when the classification is drafted.
566
- - After press delete button in classification details page, an input will show and ask to type classification name before proceeding deletion.
567
-
568
- ### Code changes
569
- - Add challenge input textbox before deletion. Implements INBOX-3941.
570
- - Only drafted classification can be deleted.
571
-
572
- ## Common
573
-
574
- ### Code changes
575
- - Add `useFirst` hook to retain first render value.
576
-
577
- ## Testing
578
- - In edit classification details page of curator,
579
- - only drafted classification can be deleted.
580
- - when clicking delete button, a challenge input will appear in the confirm dialog. The confirm button will only be enabled when the classification name is matched."
581
- clickview,Draft: Player: Interactive font size in fullscreen,Shale Kuzmanovski,Joshua Taylor,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2497,
582
- clickview,User Manager: Validation UX improvements,Joshua Taylor,Shale Kuzmanovski,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2486,"## Shared
583
-
584
- ### Customer changes
585
- - Validation in user manager (bulk and single edit/create) should now feel faster and better. Errors for ""username already exists"" and ""email already exists"" will not be detected until after the user has clicked submit on the edit user form. Fixes LTE-1472
586
-
587
- ### Code changes
588
- - The `onDone` callback passed to form submit handlers now accepts an `errors` object that will set field errors on the form
589
-
590
- ## Testing
591
- - In user manager, stress test the validation for forms for: new users, editing existing users, staff, students, bulk upload, etc. Everything should work perfectly fine. In particular make sure to test the ""username / email already exists"" error messages, which now only show up after you've clicked submit"
592
- clickview,Lite: SSO year group mappings,Joshua Taylor,Shale Kuzmanovski,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2483,"## Dependencies
593
- - https://gitlab.cvinternal.net/clickview/back-end/users.api/-/merge_requests/129
594
- - https://gitlab.cvinternal.net/clickview/back-end/ClickView.OnlineApi/-/merge_requests/404
595
-
596
- ## Lite
597
-
598
- ### Customer changes
599
- - Added support for managing SSO year group mappings to settings. Implements LTE-1470 and implements LTE-1494
600
-
601
- ### Code changes
602
- - Updated each settings page to redirect based on if the user has access to that settings module from `useGetSettingsGroups`
603
-
604
- ## Testing
605
- - NP now supports managing SSO year group mappings. This page should work and the mappings should be respected"
606
- clickview,React 18 upgrade,Joshua Taylor,Shale Kuzmanovski,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/1992,"## Dependencies
607
- - https://gitlab.cvinternal.net/clickview/front-end/lite/-/merge_requests/217
608
- - https://gitlab.cvinternal.net/clickview/front-end/ClickView.Curator/-/merge_requests/927
609
- - https://gitlab.cvinternal.net/clickview/front-end/ClickView.Online/-/merge_requests/3108
610
- - https://gitlab.cvinternal.net/clickview/front-end/Analytics.Web/-/merge_requests/66
611
- - https://gitlab.cvinternal.net/clickview/front-end/Cloud/-/merge_requests/647
612
-
613
- ## Lite
614
-
615
- ### Code changes
616
- - Changed the `useInitPlayerContext` hook to a `usePlayerContext` hook, which is now used in every place referencing the player data instead of using `useViewModel` explicitly.
617
- - Wrapped every call to `setDeepLink` in a `useEffect` hook so that it wouldn't run on every single render
618
- - Completely replaced all usage of `react-sortable-hoc` with `@dnd-kit/core`, `@dnd-kit/sortable` and `@dnd-kit/modifiers` for reordering a list of components.
619
- - Refactor code in `useVideoMixin` that React no longer tolerates
620
-
621
- ## Online
622
-
623
- ### Code changes
624
- - Completely replaced all usage of `react-sortable-hoc` with `@dnd-kit/core`, `@dnd-kit/sortable` and `@dnd-kit/modifiers` for reordering a list of components.
625
-
626
- ## Curator
627
-
628
- ### Code changes
629
- - Fixed up some minor code issues highlighted by the React 18 upgrade.
630
- - Completely replaced all usage of `react-sortable-hoc` with `@dnd-kit/core`, `@dnd-kit/sortable` and `@dnd-kit/modifiers` for reordering a list of components.
631
-
632
- ## Player
633
-
634
- ### Code changes
635
- - Completely replaced all usage of `react-sortable-hoc` with `@dnd-kit/core`, `@dnd-kit/sortable` and `@dnd-kit/modifiers` for reordering a list of components.
636
- - Updated any React code to use the latest `react-dom` APIs
637
-
638
- ## Shared
639
-
640
- ### Code changes
641
- - Fixed up some minor code issues highlighted by the React 18 upgrade.
642
- - Completely replaced all usage of `react-sortable-hoc` with `@dnd-kit/core`, `@dnd-kit/sortable` and `@dnd-kit/modifiers` for reordering a list of components.
643
- - Updated `formik` to version 2.2.9
644
- - Added `react-custom-scrollbars` as an explicit dependency.
645
-
646
- ## Analytics
647
-
648
- ### Code changes
649
- - Fixed up some minor code issues highlighted by the React 18 upgrade.
650
-
651
- ## Common
652
-
653
- ### Code changes
654
- - Updated `react` to version 18.1.0. Implements CORE-768
655
- - Updated `react-dom` to version 18.1.0. Implements CORE-768
656
- - Updated `react-redux` to version 8.0.2. Implements CORE-768
657
- - Updated `ReactLayoutView` to use features from `react-dom` 18+. Implements CORE-768
658
- - Updated `useViewModel` to wrap the initial `setState` call in a `useEffect` hook
659
- - Updated `Flight.useBasicFetch` to not call `fetchData` every time it runs.
660
-
661
- ## Testing
662
- - [Massive regression test checklist for React 18 upgrade](https://clickview.quip.com/dsNuAvbXcvZB/React-18-Testing-Notes)"
663
- Master.Auth,always log lockout events to au instance region,Cameron Hill,Prad Nepal,https://gitlab.cvinternal.net/clickview/back-end/Master.Auth/-/merge_requests/311,"## Code changes
664
- - Fix lockout events not logged to snowflake because we have no instance region. Always log to AU snowflake. Fixes INBOX-3922
665
-
666
-
667
- ## Testing
668
- - when you are locked out of your account, there should be an event in snowflake"
669
- Master.Auth,Cleanup customer on delete,Cameron Hill,Ryan Wang,https://gitlab.cvinternal.net/clickview/back-end/Master.Auth/-/merge_requests/310,"## Code changes
670
- - Delete Customer Idp Mappings when a customer is deleted. Closes INBOX-4032
671
- - Delete Customer settings when a customer is deleted
672
-
673
-
674
- ## Testing
675
- - Add an idp mapping to a customer in auth, then delete the customer from master api. The idp mapping should also be deleted
676
- - Deleting a customer should not delete all idp mappings"
677
- Master.Auth,Add robots.txt,Cameron Hill,Shale Kuzmanovski,https://gitlab.cvinternal.net/clickview/back-end/Master.Auth/-/merge_requests/309,"## Code changes
678
- - Add `robots.txt` to block everything just in case. Closes INBOX-4059
679
-
680
-
681
- ## Testing
682
- - `/robots.txt` exists"
683
- Master.Auth,Create scope for managing access policies,Kevin Wellalagodage,Cameron Hill,https://gitlab.cvinternal.net/clickview/back-end/Master.Auth/-/merge_requests/308,"## Code changes
684
- - Create scope for managing access policies
685
-
686
-
687
- ## Testing
688
- - N/A"
689
- FileGenerator,Making sure we don't include empty titles in csv,Prad Nepal,Kevin Wellalagodage,https://gitlab.cvinternal.net/clickview/back-end/filegenerator/-/merge_requests/79,"## Code changes
690
- * Making sure the new csv report doesn't contain videos with empty titles. Fixes INBOX-4027
691
-
692
-
693
- ## Testing
694
- * Generate a video usage report and make sure none of the video title columns are null or empty"
695
- FileGenerator,Remove migration report handler,Cameron Hill,Kevin Wellalagodage,https://gitlab.cvinternal.net/clickview/back-end/filegenerator/-/merge_requests/78,"## Code changes
696
- - Remove migration report handler used for pbt. Closes CORE-650
697
-
698
-
699
- ## Testing"
700
- VideoProcessorService,Update ffmpeg from 4.4 to 5.1,Cameron Hill,Ryan Wang,https://gitlab.cvinternal.net/clickview/back-end/VideoProcessorService/-/merge_requests/106,"## Code changes
701
- - Update ffmpeg from 4.4 to 5.1. Closes INBOX-4064
702
-
703
-
704
- ## Testing
705
- - Videos process when uploaded
706
- - TV videos process when edted in high precision from cloud editor"
707
- VideoProcessorService,Update build scripts to their latest versions,Cameron Hill,Ryan Wang,https://gitlab.cvinternal.net/clickview/back-end/VideoProcessorService/-/merge_requests/104,"## Code changes
708
- - Update build scripts to their latest versions
709
-
710
-
711
- ## Testing"
712
- Discover.Api,Allow only published dashboards and widgets for non curator users,Jorge Arai,Cameron Hill,https://gitlab.cvinternal.net/clickview/back-end/discover.api/-/merge_requests/73,"## Customer changes
713
- - Non-curator users will see only `Published` dashboards and widgets
714
-
715
-
716
- ## Code changes
717
- - If user is non-curator, set status filters to `Published`. Closes INBOX-4006
718
-
719
-
720
- ## Testing
721
- - When accessing dashboards created in Curation Studio, if non-curator user, it should view only `Published` dashboards and widgets"
722
- Discover.Api,Fix curated media test,Jorge Arai,Cameron Hill,https://gitlab.cvinternal.net/clickview/back-end/discover.api/-/merge_requests/72,"## Code changes
723
- - Fix curated media test
724
-
725
-
726
- ## Testing
727
- - All tests should run successfully"
728
- Discover.Api,Applying objects ordering to curated widget,Jorge Arai,Cameron Hill,https://gitlab.cvinternal.net/clickview/back-end/discover.api/-/merge_requests/71,"## Customer changes
729
- - For curated widgets, widgets contents will be presented in the same order as the objects were provided on the widget creation.
730
-
731
-
732
- ## Code changes
733
- - Content fetched from `Objects Api` is reordered according to the list of object Ids stored in `Discover Api`. Fixes (CORE-960)
734
-
735
-
736
- ## Testing
737
- - Curated widgets should present the correct order of objects, same order when objects were assigned on widget creation"
738
- Discover.Api,Add canBePreferred filter for classifications widget,Jorge Arai,Prad Nepal,https://gitlab.cvinternal.net/clickview/back-end/discover.api/-/merge_requests/70,"## Customer changes
739
- - Dashboards that use `classifications` widget can now filter classifications by `CanBePreferred`
740
-
741
-
742
- ## Code changes
743
- - Added nullable boolean optional filter `canBePreferred` to be used on `classifications` widget data fetching. Implements CORE-942
744
-
745
-
746
- ## Testing
747
- - When fetching data in `Discover Api`, `classifications` widget, if optional filter `canBePreferred` is set, result data will be filtered accordingly (`true`/`false`)."
748
- Discover.Api,Add parent media data for interactives and clips in curated media widget,Jorge Arai,Prad Nepal,https://gitlab.cvinternal.net/clickview/back-end/discover.api/-/merge_requests/69,"## Code changes
749
- - In `curated_media` widget, clips and interactives will also return parent media data with thumbnails. Closes CORE-955
750
-
751
-
752
- ## Testing
753
- - In `Discover API`, clips and interactives in `curated_media` widget should return parent media data with thumbnails."
754
- Discover.Api,Update build scripts to latest,Cameron Hill,Jorge Arai,https://gitlab.cvinternal.net/clickview/back-end/discover.api/-/merge_requests/68,"## Code changes
755
- - Update build scripts to their latest
756
-
757
-
758
- ## Testing"
759
- Curriculum.App,Use different empty state strings for scotland,Michael McDonnell,Ryan Wang,https://gitlab.cvinternal.net/clickview/back-end/Curriculum.App/-/merge_requests/23,"## Customer changes
760
- - Updated empty state strings when mapping content to the Scottish curriculum
761
- - Implements INBOX-4034
762
-
763
-
764
- ## Testing
765
- - N/A"
766
- Krakend,Sso year group mapping,Ryan Wang,Cameron Hill,https://gitlab.cvinternal.net/clickview/back-end/krakend/-/merge_requests/92,"## Code changes
767
- * Add a new endpoint `GET /v1/customers/{id}/sso-year-group-mappings` to fetch a list of sso year group mappings for a customer
768
- * Add a new endpoint `POST /v1/customers/{id}/sso-year-group-mappings` to set sso year group mappings for a customer
769
-
770
-
771
- ## Testing
772
- * Hitting `GET /v1/customers/{id}/sso-year-group-mappings` should return a list of sso year group mappings
773
- * Hitting `POST /v1/customers/{id}/sso-year-group-mappings` should allow you to set year group mappings for a customer"
774
- Krakend,Use the new permissions endpoint,Kevin Wellalagodage,Cameron Hill,https://gitlab.cvinternal.net/clickview/back-end/krakend/-/merge_requests/90,"## Dependencies
775
- - https://gitlab.cvinternal.net/clickview/back-end/permissions.api/-/merge_requests/28
776
-
777
-
778
- ## Code changes
779
- - Use the new permissions endpoint: `v1/users/permissions`
780
-
781
-
782
- ## Testing
783
- - Visiting [Settings](https://www.clickview.net/settings) as an Admin should show the User Management section, but visting as a Learner shouldn't."
784
- TvProgramMonitor.App,"Upgrade to dotnet 6.0, implements INBOX-3512",Wei Zong,Ryan Wang,https://gitlab.cvinternal.net/clickview/back-end/tvprogrammonitor.app/-/merge_requests/5,"## Code changes
785
- - Upgrade to .net 6.0
786
-
787
-
788
- ## Testing
789
- - The app should work as usual. I.e. fetch missing EPG programs every 8 hours"
790
- Objects.Api,Update IsClickViewContent virtual assoc to use cache,Cameron Hill,Prad Nepal,https://gitlab.cvinternal.net/clickview/back-end/objects.api/-/merge_requests/202,"## Code changes
791
- - Update `ClickViewContentHandler` virtual assoc handler to use the master service `IsClickViewContentAsync`
792
-
793
-
794
- ## Testing
795
- - `IsClickViewContent` virtual assoc should be correct"
796
- Objects.Api,Public/update checks,Cameron Hill,Prad Nepal,https://gitlab.cvinternal.net/clickview/back-end/objects.api/-/merge_requests/198,"## Code changes
797
- - Add `IsPublicUserContext` checks to all update object checks to prevent public users from updating objects
798
-
799
-
800
- ## Testing
801
- - Basic smoke test of updating objects
802
- - You should not be able to update any object with a public user context"
803
- Objects.Api,Update all create checks to check for public user,Cameron Hill,Prad Nepal,https://gitlab.cvinternal.net/clickview/back-end/objects.api/-/merge_requests/197,"## Code changes
804
- - Add `IsPublicUserContext` checks to all create checks to prevent public users from creating objects
805
-
806
-
807
- ## Testing
808
- - Basic smoke test of creating objects
809
- - You should not be able to create any object with a public user context"
810
- Objects.Api,Create interactives and clips assocs automatically,Jorge Arai,Prad Nepal,https://gitlab.cvinternal.net/clickview/back-end/objects.api/-/merge_requests/196,
811
- Objects.Api,Remove reference add of list,Cameron Hill,Prad Nepal,https://gitlab.cvinternal.net/clickview/back-end/objects.api/-/merge_requests/195,"## Code changes
812
- - Don't add to a reference of the video result list in `VideoService`. Return a list instead
813
-
814
-
815
- ## Testing"
816
- Objects.Api,Public/assoc checks,Cameron Hill,Prad Nepal,https://gitlab.cvinternal.net/clickview/back-end/objects.api/-/merge_requests/194,"## Code changes
817
- - Ensure all assoc checks do not allow public access
818
- - Almost all of these didn't however I've added a public check to short circuit a lot of them to avoid extra processing
819
-
820
-
821
- ## Testing
822
- - You should not be allowed to associate any objects to another when using a public user context"
823
- Objects.Api,Access service permissions,Prad Nepal,Cameron Hill,https://gitlab.cvinternal.net/clickview/back-end/objects.api/-/merge_requests/187,"## Code changes
824
- * Added unit tests for `AccessService` methods. Implements CORE-876
825
-
826
-
827
- ## Testing
828
- * All unit tests for `AccessService` should pass"
829
- Share.Api,Direct share fix,Prad Nepal,Kevin Wellalagodage,https://gitlab.cvinternal.net/clickview/back-end/share.api/-/merge_requests/68,"## Code changes
830
- * Fixes a bug where direct share was creating multiple feed records and multiple direct share requests.
831
-
832
-
833
- ## Testing
834
- * Directly sharing to multiple users should create a single feed record for each users"
835
- ClickView Online,Fix notification icons,Joshua Taylor,Michael McDonnell,https://gitlab.cvinternal.net/clickview/front-end/ClickView.Online/-/merge_requests/3166,"## Testing
836
- - All notifications should show the correct icon"
837
- ClickView Online,Add support for applinks in notifications,Joshua Taylor,Michael McDonnell,https://gitlab.cvinternal.net/clickview/front-end/ClickView.Online/-/merge_requests/3165,"## Code changes
838
- - Notifications now use the `appLink` field before referencing the old `link` field. Partially implements INBOX-3984
839
- - Added a new shared `SafeUrlConcat` helper
840
-
841
-
842
- ## Testing
843
- - All notification links should still work. Especially:
844
- - Auto captions available
845
- - Library request notifs
846
- - Old staff request notifs
847
- - Video available
848
- - Video available in your custom library (when your staff request gets approved)"
849
- ClickView Online,Remove links displayed to NP users on share links,Joshua Taylor,Shale Kuzmanovski,https://gitlab.cvinternal.net/clickview/front-end/ClickView.Online/-/merge_requests/3164,"## Customer changes
850
- - If an NP user is viewing an Online share link, they will no longer see the ""Training Channel"" link and the ClickView logo will no longer have a link. Fixes INBOX-3832
851
-
852
-
853
- ## Testing
854
- - Open an Online share link as an NP user (no online product). You should not have any links on your page that link somewhere else in Online, such as training channel or the ClickView logo"
855
- ClickView Online,Fix idpid 0,Cameron Hill,Ryan Wang,https://gitlab.cvinternal.net/clickview/front-end/ClickView.Online/-/merge_requests/3162,"## Customer changes
856
- - Fix users not being marked as SSO in new user manager (attempt #2). Fixes INBOX-3676
857
-
858
-
859
- ## Code changes
860
- - Add missing IdpCode mappings to the DataRender class
861
- - Ensure all sql to get SsoMappings contains the same select statements
862
-
863
-
864
- ## Testing
865
- - In AU/UK/US/NZ, create a new user and login via SAML. The user should show up as a SAML user in new user manager"
866
- ClickView Online,Fix broken share link,Ryan Wang,Cameron Hill,https://gitlab.cvinternal.net/clickview/front-end/ClickView.Online/-/merge_requests/3160,"## Customer changes
867
- * Fixed a shared link broken issue after domain migration, because we have stopped updating the username/email in shortcode api when doing domain migration. Close INBOX-3789
868
-
869
-
870
- ## Code changes
871
- * Replace `username/email` with `UserId` when checking the owner of shared link because `username/email` is no longer saved in short code api
872
- * Replace `CustomerId` with `MasterCustomerId` when checking the customer, because newly generated share link does not save `CustomerId` anymore
873
-
874
-
875
- ## Testing
876
- * Video should be played back normally after domain migration"
877
- ClickView Online,React 18,Joshua Taylor,Shale Kuzmanovski,https://gitlab.cvinternal.net/clickview/front-end/ClickView.Online/-/merge_requests/3108,"## Dependencies
878
- - https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/1992
879
-
880
-
881
- ## Code changes
882
- - Updated libraries to React 18. Partially implements CORE-770
883
-
884
-
885
- ## Testing"
886
- Lite,Add App function to BaseController,Cameron Hill,Michael McDonnell,https://gitlab.cvinternal.net/clickview/front-end/lite/-/merge_requests/268,"## Code changes
887
- - Add `App()` to `BaseController` and rename `Home/Index.cshtml to `Shared/App.cshtml`
888
- - Replace all `View(""Index"", ViewModel)` with `App()`
889
-
890
-
891
- ## Testing
892
- - Lite loads"
893
- Lite,Location service,Cameron Hill,Michael McDonnell,https://gitlab.cvinternal.net/clickview/front-end/lite/-/merge_requests/262,"## Code changes
894
- - Added new `GeoLocationService`
895
- - Added `CloudflareGeoLocationProvider` which uses cloudflare headers
896
- - Added `MaxMindGeoLocationProvider` which uses maxmind
897
-
898
-
899
- ## Testing"
900
- Lite,React 18,Joshua Taylor,Shale Kuzmanovski,https://gitlab.cvinternal.net/clickview/front-end/lite/-/merge_requests/217,"## Dependencies
901
- - https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/1992
902
-
903
-
904
- ## Code changes
905
- - Updated libraries to React 18. Partially implements CORE-770
906
-
907
-
908
- ## Testing"
909
- notification-service,Replace auth,Cameron Hill,Prad Nepal,https://gitlab.cvinternal.net/clickview/back-end/notification-service/-/merge_requests/58,"## Code changes
910
- - Replace custom auth token handling with .NET JWT Bearer token handler. Closes CORE-121
911
- - Remove `AuthClient`
912
- - Remove `AuthService`
913
- - Remove `Microsoft.AspNetCore.Mvc.WebApiCompatShim` as its not needed
914
-
915
-
916
- ## Testing
917
- - Mobile notifications still work (ask John and Boris)
918
- - Notifications in the product are pushed to the user
919
- - Opening notifications will mark them as seen (the count will go down to 0)"
920
- notification-service,Remove app notification endpoint,Cameron Hill,Prad Nepal,https://gitlab.cvinternal.net/clickview/back-end/notification-service/-/merge_requests/57,"## Before release
921
- - Remove online api urls from octo
922
-
923
-
924
- ## Code changes
925
- - Remove old app `/v1/app/notifications` endpoints
926
- - Remove `OnlineApiClient` and factory
927
-
928
-
929
- ## Testing
930
- - Mobile notifications still work (ask John and Boris)"
931
- notification-service,Cleanup,Cameron Hill,Prad Nepal,https://gitlab.cvinternal.net/clickview/back-end/notification-service/-/merge_requests/56,"## Code changes
932
- - Fix all obsolete warnings
933
- - Replace `RNGCryptoServiceProvider` with `RandomNumberGenerator`
934
- - Replace `SHA256Managed` with `SHA256`
935
- - Remove `PreserveAsyncOrder` in Redis
936
- - Remove unused config values
937
- - Remove old packages that are not needed
938
- - `RabbitMq.Client` (is in QueueClient)
939
- - `System.Dynamic.Runtime`
940
- - `RestClient` (what is this?)
941
- - `Microsoft.Extensions.Hosting.WindowsServices`, `Microsoft.Extensions.Hosting.Systemd` and `Microsoft.Extensions.Hosting`
942
- - `ClickView.VPS.Common` as its in domain models anyway
943
- - Update packages
944
- - `ClickView.Models` from dev version
945
- - `AWS` packages to latest
946
- - delete all assemblyinfo classes
947
- - Cleanup csproj files
948
-
949
-
950
- ## Testing
951
- - Notifications work as expected
952
- - Count is sent
953
- - New notifications are sent
954
- - Viewing the list of notifications work
955
- - Push notifications work (in mobile and web)"
956
- notification-service,Delete staff request notifications,Cameron Hill,Ryan Wang,https://gitlab.cvinternal.net/clickview/back-end/notification-service/-/merge_requests/55,"## Code changes
957
- - Delete old staff request notifications
958
-
959
-
960
- ## Testing"
961
- Hydration.App,Updated presentation filtering,Prad Nepal,Kevin Wellalagodage,https://gitlab.cvinternal.net/clickview/back-end/hydration.app/-/merge_requests/14,"## Code changes
962
- * Using accessible presentations by customer instead of accessible presentations by user to filter out presentations in stream hydrated events. Fixes INBOX-3946
963
- * The old method filtered out all the presentations that weren't accessible by the user in the stream event but the problem was that, when a teacher shared a content to student that was in a presentation that student couldn't access, the presentation and classification information of that content was being filtered out
964
-
965
-
966
- ## Testing
967
- * Share a video that is in presentation that a student can't access. When the student watches the video, the `Topics` usage count in analytics should increment"
968
- Domain.Api,Latest session share id context,Shale Kuzmanovski,Ryan Wang,https://gitlab.cvinternal.net/clickview/back-end/Domain.Api/-/merge_requests/1056,"## Code changes
969
- - Adding a v2 version of `v1/interactives/metadata/{metadataId}/users/{userId}/latest-session` which now takes a shareId and will scope the response to only latest sessions for the shareId passed in. Partially fixes INBOX-3974.
970
-
971
-
972
- ## Testing"
973
- Domain.Api,Add endpoint for getting audiences by presentation,Kevin Wellalagodage,Prad Nepal,https://gitlab.cvinternal.net/clickview/back-end/Domain.Api/-/merge_requests/1055,"## Code changes
974
- - Create `v1/subjects/presentations/{presentationId}/audiences` endpoint, for fetching audiences by presentation
975
-
976
-
977
- ## Testing
978
- - N/A"
979
- LTI,.NET6,Cameron Hill,Shale Kuzmanovski,https://gitlab.cvinternal.net/clickview/front-end/LTI/-/merge_requests/27,"## Code changes
980
- - Upgrade project to .NET6. Closes INBOX-3498
981
- - Update build scripts to their latest versions
982
- - Replace `ClickView.LtiAdvantage` with the official ""alpha"" version at `LtiAdvantage`
983
- - Remove `IdentityServer4.AccessTokenValidation` as its no longer maintained
984
-
985
-
986
- ## Testing
987
- - Ensure that LTI still works"
988
- CurriculumIngestion.Api,Support Next Generation Science Standards,Kevin Wellalagodage,Ryan Wang,https://gitlab.cvinternal.net/clickview/back-end/curriculumingestion.api/-/merge_requests/31,"## Code changes
989
- - Support Next Generation Science Standards curriculum. Implements INBOX-3989.
990
-
991
-
992
- ## Testing
993
- - N/A"
994
- index.app,Series classification indexing fix,Prad Nepal,Cameron Hill,https://gitlab.cvinternal.net/clickview/back-end/index.app/-/merge_requests/61,"## Code changes
995
- * Master API client wasn't being assigned in the constructor
996
-
997
-
998
- ## Testing
999
- * When series is classification is updated, it should reflect the change in the index"
1000
- ClickView.Curator,Rename working list to workbench,Joshua Taylor,Michael McDonnell,https://gitlab.cvinternal.net/clickview/front-end/ClickView.Curator/-/merge_requests/1003,"## Customer changes
1001
- - Changed all copy from ""working list"" or ""working set"" to ""workbench"" or ""your workbench"". Partially implements CC-389
1002
-
1003
-
1004
- ## Testing"
1005
- ClickView.Curator,Add Clips and Interactives tab under Content,Nan Chen,Joshua Taylor,https://gitlab.cvinternal.net/clickview/front-end/ClickView.Curator/-/merge_requests/1002,"## Dependencies
1006
- - https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2536
1007
-
1008
-
1009
- ## Code changes
1010
- - Add `Clips` and `Interactives` tabs under `Content` in Curator Implements CC-369
1011
-
1012
-
1013
- ## Testing
1014
- - In curator, the new `Clips` and `Interactives` tabs under `Content` will only be displayed when users log in as dev."
1015
- ClickView.Curator,React 18,Joshua Taylor,Shale Kuzmanovski,https://gitlab.cvinternal.net/clickview/front-end/ClickView.Curator/-/merge_requests/927,"## Dependencies
1016
- - https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/1992
1017
-
1018
-
1019
- ## Code changes
1020
- - Updated libraries to React 18. Partially implements CORE-770
1021
-
1022
-
1023
- ## Testing"
1024
- Subjects.API,Updated build scripts,Cameron Hill,Kevin Wellalagodage,https://gitlab.cvinternal.net/clickview/back-end/clickview.subjects.api/-/merge_requests/165,"## Code changes
1025
- - Update build scripts to their latest
1026
-
1027
-
1028
- ## Testing"
1029
- Subjects.API,Allow assoc classifications and audiences with clips and interactives,Jorge Arai,Kevin Wellalagodage,https://gitlab.cvinternal.net/clickview/back-end/clickview.subjects.api/-/merge_requests/164,"## Dependencies
1030
- - Should be released after https://gitlab.cvinternal.net/clickview/back-end/Master.Api/-/merge_requests/735
1031
-
1032
-
1033
- ## Customer changes
1034
- - Subjects api allows add interactives and clips to classifications and audiences.
1035
-
1036
-
1037
- ## Code changes
1038
- - Added `Interactives` and `Clips` to method `GetClassificationMemberType`
1039
- - Added new controller `AudienceV2Controller` to use Master Api V2 controller to add interactives and clips to a specific audience
1040
- - Added new controller `MasterObjectV2Controller` to use Master Api V2 controller to add interactive/clip to multiple audiences. Implements CORE-945
1041
-
1042
-
1043
- ## Testing
1044
- - In Subjects Api, Clips and interactives can be added to Classifications and Audiences"
1045
- Users.Api,Fix date format,Ryan Wang,Kevin Wellalagodage,https://gitlab.cvinternal.net/clickview/back-end/users.api/-/merge_requests/131,"## Customer changes
1046
- * Fix an issue where US date time format is shown for `Last Sign In Time`in the user report when exporting users using new user manager. Close INBOX-3907
1047
-
1048
-
1049
- ## Code changes
1050
- * Use `ISO 8601` date time format to standardize the date time display across all regions.
1051
- * Start the application in console mode instead of IIS express
1052
-
1053
-
1054
- ## Testing
1055
- * In student manager in NP, go to 3 dot next to search bar and choose `Export students`. After student csv file is downloaded, the `Last Sign In Time` column should have date time in the format like `2022-03-07T06:23:06 +00:00`"
1056
- Users.Api,Sso year group mapping,Ryan Wang,Cameron Hill,https://gitlab.cvinternal.net/clickview/back-end/users.api/-/merge_requests/129,"## Dependencies
1057
- * https://gitlab.cvinternal.net/clickview/back-end/ClickView.OnlineApi/-/merge_requests/404
1058
-
1059
-
1060
- ## Customer changes
1061
- * Add endpoints to allow NP to set and get sso year group mappings. Partially implements CORE-930
1062
-
1063
-
1064
- ## Code changes
1065
- * Add new endpoint `GET v1/customers/{id}/sso-year-group-mappings` to fetch sso year group mappings of a customer
1066
- * Add new endpoint `POST v1/customers/{id}/sso-year-group-mappings` to add or update sso year group mappings for a customer
1067
-
1068
-
1069
- ## Testing
1070
- * Hitting `GET v1/customers/{id}/sso-year-group-mappings` endpoint should return a list of sso year group mappings
1071
- * Hitting `POST v1/customers/{id}/sso-year-group-mappings` endpoint should add or update sso year group mappings for a customer"
1072
- Batch.Api,Update workbench actions,Joshua Taylor,Ryan Wang,https://gitlab.cvinternal.net/clickview/back-end/batch.api/-/merge_requests/56,"## Customer changes
1073
- - Updated the report for actions to associate objects to backbone classifications, backbone audiences, classifications, and audiences, to contain every single association that's occurred including the names and IDs of each associated object. Fixes CC-384
1074
-
1075
-
1076
- ## Code changes
1077
- - Updated handlers for associating objects to backbone classifications, backbone audiences, classifications, and audiences, to process each master object (video/playlist/series) 1 object at a time instead of processing each classification/audience/backbone one at a time. Implements CORE-954
1078
-
1079
-
1080
- ## Testing"
1081
- Master.Api,Allow assoc classifications and audiences with interactives and clips,Jorge Arai,Cameron Hill,https://gitlab.cvinternal.net/clickview/back-end/Master.Api/-/merge_requests/735,"## Customer changes
1082
- - Master api allows direct assoc between:
1083
- - `SubjectPresentationClassification` x `Interactives`
1084
- - `SubjectPresentationClassification` x `Clips`
1085
- - `SubjectPresentationAudience` x `Interactives`
1086
- - `SubjectPresentationAudience` x `Clips`
1087
-
1088
-
1089
- ## Code changes
1090
- - Added new `AssocType` `SUBJECT_PRESENTATION_AUDIENCE`. Implements CORE-944
1091
- - Added new type constraints for:
1092
- - `SubjectPresentationClassification` x `Interactives`
1093
- - `SubjectPresentationClassification` x `Clips`
1094
- - `SubjectPresentationAudience` x `Interactives`
1095
- - `SubjectPresentationAudience` x `Clips`
1096
-
1097
-
1098
- ## Testing
1099
- - In Master Api, Clips and interactives can be directly associated to Subject Presentation Classifications and Subject Presentation Audiences"
1100
- Permissions.Api,Public permissions,Cameron Hill,Kevin Wellalagodage,https://gitlab.cvinternal.net/clickview/back-end/permissions.api/-/merge_requests/28,"## Code changes
1101
- - Add `/v1/users/permissions` to replace `/v1/users/{userId}/permissions`
1102
- - `UserId` is now optional, and if not specified will return permissions for a public user
1103
- - The public user logic uses the permission set ""public""
1104
- - Renamed `MasterPermissionSetRepository` to `InMemoryPermissionSetRepository`
1105
- - Fixed sql error in `PermissionRepository.GetAllForSetAsync`
1106
-
1107
-
1108
- ## Testing
1109
- - Getting permissions for a user will return
1110
- - Getting permissions without a userId will return the public permissions"
1111
- Permissions.Api,Pipeline validator,Cameron Hill,Kevin Wellalagodage,https://gitlab.cvinternal.net/clickview/back-end/permissions.api/-/merge_requests/26,"## Code changes
1112
- - Moved fluent validation handling logic to a `ValidatorPipeline` for MediatR. This fixes an issue that was preventing the permission create and update endpoints from being hit. @prad.nepal Updated `FluentValidation.AspNetCore` from `9.2.0` to `11.2.2` in W3, in this upgrade the warnings that were previously thrown about the async validation turned into exceptions. See https://docs.fluentvalidation.net/en/latest/async.html.
1113
-
1114
-
1115
- ## Testing
1116
- - Creating a permission with an unknown permission set should show the validation error ""Unknown permission set"""
1117
- Permissions.Api,Access policies,Kevin Wellalagodage,Cameron Hill,https://gitlab.cvinternal.net/clickview/back-end/permissions.api/-/merge_requests/24,"## Before release
1118
- * Add `urls:domainApi` to Octo
1119
-
1120
-
1121
- ## Dependencies
1122
- - https://gitlab.cvinternal.net/clickview/back-end/Master.Auth/-/merge_requests/308
1123
-
1124
-
1125
- ## Code changes
1126
- - Create `v1/access-policies/*` for access policy management
1127
- - Create `GET/POST/DELETE v1/customers/{customerId}/access-policies` for customer access policy management
1128
- - Create `AccessPolicyWorker` to move customers between policies on a schedule
1129
- - Create `AccessPolicyBehaviour` to filter a user's permissions based on their access policy
1130
- - Filtering only occurs when the new `customerId` query parameter is used on the `v1/users/permissions` and `v1/users/{userId}/permissions` endpoints
1131
- - Set `JsonIgnoreCondition.WhenWritingNull` so that null values are ignored
1132
-
1133
-
1134
- ## Testing
1135
- - N/A"
1136
- Library.Api,add library status check to stop non-admin staff to add library request to unpublished library,Ryan Wang,Cameron Hill,https://gitlab.cvinternal.net/clickview/back-end/library.api/-/merge_requests/93,"## Customer changes
1137
- * Fixed an issue where teachers can send library requests to unpublished custom library. Close INBOX-3923
1138
-
1139
-
1140
- ## Code changes
1141
- * Add library `CurationStatus` check to stop non-admin staff from adding library request to the unpublished library
1142
- * Return `Bad Request` with error type `library-not-published` error when calling `POST v1/library-requests` endpoint
1143
-
1144
-
1145
- ## Testing
1146
- * Non-admin staff can not send library request to unpublished custom library, but admin is still able to add video to their unpublished custom library"
1147
- ClickView.OnlineApi,Sso year group mapping,Ryan Wang,Cameron Hill,https://gitlab.cvinternal.net/clickview/back-end/ClickView.OnlineApi/-/merge_requests/404,"## Customer changes
1148
- * Add endpoints to allow online and user api to set and get sso year group mappings. Partially implements CORE-930
1149
-
1150
-
1151
- ## Code changes
1152
- * Add new endpoint `GET v2/admin/customers/{customerGuid}/sso-year-group-mappings` to fetch sso year group mappings of a customer
1153
- * Add new endpoint `POST v2/admin/customers/{customerGuid}/sso-year-group-mappings` to add or update sso year group mappings for a customer
1154
-
1155
-
1156
- ## Testing
1157
- * Hitting `GET v2/admin/customers/{customerGuid}/sso-year-group-mappings` endpoint should return a list of sso year group mappings if they exist, otherwise, an empty list should be returned
1158
- * Hitting `POST v2/admin/customers/{customerGuid}/sso-year-group-mappings` endpoint should add or update sso year group mappings for a customer"
1159
- ClickView.Cloud247.SpliceService,"Sunset curator feature, implements CVTV-238",Wei Zong,Ryan Wang,https://gitlab.cvinternal.net/clickview/back-end/ClickView.Cloud247.SpliceService/-/merge_requests/74,"## Before release
1160
- - Confirm that the web editor has be modified to divert curator tv workflow to vps and has been pushed to production
1161
-
1162
-
1163
- ## Code changes
1164
- - Remove curator video re-encoding logic with embedded ClickView watermark
1165
-
1166
-
1167
- ## Testing
1168
- - Video Splicing task requesting watermark on will be rejected."
1169
- Integrations.Api,Eslint version update,Nan Chen,Joshua Taylor,https://gitlab.cvinternal.net/clickview/front-end/integrations.api/-/merge_requests/49,"## Code changes
1170
- - Update the `eslint-config` package version. Implement INBOX-3919
1171
- - Formatting code in according to the updated eslint rules
1172
-
1173
-
1174
- ## Testing"
1175
- Library Editor,React 18,Joshua Taylor,Shale Kuzmanovski,https://gitlab.cvinternal.net/clickview/front-end/Cloud/-/merge_requests/647,"## Dependencies
1176
- - https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/1992
1177
-
1178
-
1179
- ## Code changes
1180
- - Updated libraries to React 18. Partially implements CORE-770
1181
-
1182
-
1183
- ## Testing"
1184
- Analytics Web,React 18,Joshua Taylor,Shale Kuzmanovski,https://gitlab.cvinternal.net/clickview/front-end/Analytics.Web/-/merge_requests/66,"## Dependencies
1185
- - https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/1992
1186
-
1187
-
1188
- ## Code changes
1189
- - Updated libraries to React 18. Partially implements CORE-770
1190
-
1191
-
1192
- ## Testing"
1193
- ClickView.Cron,DotNetCore,Prad Nepal,Kevin Wellalagodage,https://gitlab.cvinternal.net/clickview/back-end/ClickView.Cron/-/merge_requests/22,"## Code changes
1194
- * Upgraded all projects to .net 6. Implements INBOX-3482 CORE-859
1195
- * Removed queue client factory
1196
- * Upgraded all packages
1197
-
1198
-
1199
- ## Testing
1200
- * Should work as usual"