@clickview/ship-it 0.0.11 → 0.0.13

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 (43) hide show
  1. package/lib/src/api-clients/git-lab/GitLabApiClient.js +10 -13
  2. package/lib/src/api-clients/git-lab/GitLabMapper.js +2 -1
  3. package/lib/src/services/GitLabService.js +9 -27
  4. package/lib/src/tasks/BumpVersionTxtTask.js +1 -1
  5. package/lib/src/tasks/ValidateCommitsTask.js +21 -15
  6. package/lib/src/utils/Commits.js +29 -21
  7. package/package.json +1 -1
  8. package/dist/X2/Analytics Web.md +0 -11
  9. package/dist/X2/Batch.Api.md +0 -11
  10. package/dist/X2/ClickView Online.md +0 -43
  11. package/dist/X2/ClickView.Cloud247.SpliceService.md +0 -12
  12. package/dist/X2/ClickView.Cron.md +0 -10
  13. package/dist/X2/ClickView.Curator.md +0 -22
  14. package/dist/X2/ClickView.OnlineApi.md +0 -14
  15. package/dist/X2/Curriculum.App.md +0 -9
  16. package/dist/X2/CurriculumIngestion.Api.md +0 -8
  17. package/dist/X2/Discover.Api.md +0 -35
  18. package/dist/X2/Domain.Api.md +0 -11
  19. package/dist/X2/FileGenerator.md +0 -11
  20. package/dist/X2/Hydration.App.md +0 -9
  21. package/dist/X2/Integrations.Api.md +0 -8
  22. package/dist/X2/Krakend.md +0 -18
  23. package/dist/X2/LTI.md +0 -11
  24. package/dist/X2/Library Editor.md +0 -11
  25. package/dist/X2/Library.Api.md +0 -13
  26. package/dist/X2/Lite.md +0 -21
  27. package/dist/X2/Master.Api.md +0 -21
  28. package/dist/X2/Master.Auth.md +0 -22
  29. package/dist/X2/Objects.Api.md +0 -30
  30. package/dist/X2/Permissions.Api.md +0 -34
  31. package/dist/X2/Release Notes.md +0 -932
  32. package/dist/X2/Share.Api.md +0 -8
  33. package/dist/X2/Subjects.API.md +0 -21
  34. package/dist/X2/TvProgramMonitor.App.md +0 -8
  35. package/dist/X2/Users.Api.md +0 -25
  36. package/dist/X2/VideoProcessorService.md +0 -12
  37. package/dist/X2/X2 Release Notes.md +0 -932
  38. package/dist/X2/X2 Testing Notes.csv +0 -1200
  39. package/dist/X2/X2 Testing Notes_old.csv +0 -2060
  40. package/dist/X2/clickview.md +0 -314
  41. package/dist/X2/index.app.md +0 -8
  42. package/dist/X2/notification-service.md +0 -48
  43. package/dist/Y2/Y2 Testing Notes.csv +0 -1057
@@ -1,2060 +0,0 @@
1
- projectName,mrTitle,mrAuthor,mrAssignee,mrUrl,notes
2
- 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
3
- 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
4
-
5
- ### Customer changes
6
- * Fixed a bug where the incorrect day is displayed when performing a custom date range
7
- * Fixes INBOX-3980
8
-
9
- ### Code changes
10
- - Updated `useGetDateRangeFromQueryParams` to set the date to UTC time rather than local time when parsing from the querystring
11
- - 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).
12
-
13
- ## Testing
14
- - In new analytics:
15
- - Change your PC's local time to be set to any timezone _behind_ UTC
16
- - Select a custom range in the datepicker UI
17
- - Observe that the selected date range in the UI remains the same as the selected dates
18
- - Talk to Mike if there's any concerns or questions around this."
19
- clickview,Player: Persist playback rate,Shale Kuzmanovski,Choco Li,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2588,"## Player
20
-
21
- ### Customer changes
22
- - The player will now persist the user's selected playback rate. Implements INBOX-3961.
23
-
24
- ## Testing
25
- - 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."
26
- 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
27
-
28
- ### Customer changes
29
- - The presentation list in playlist audiences page will is corrected to subject presentations(was curriculum presentations).
30
-
31
- ### Code changes
32
- - Audiences for playlist should be selected from subject presentations. Fix INBOX-4052.
33
-
34
- ## Testing
35
- - In curator, the presentation list in playlist audiences page are subject presentations."
36
- clickview,Fix nested option filter,Choco Li,Joshua Taylor,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2586,"## Lite
37
-
38
- ### Code changes
39
- - 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.
40
-
41
- ## Testing
42
- - 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."
43
- clickview,Lite: Join classroom Fixes,Shale Kuzmanovski,Michael McDonnell,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2585,"## Lite
44
-
45
- ### Customer changes
46
- - Fix the `/join/` route not working if it has a trailing `/`. Fixes INBOX-4030.
47
- - Fix the `join/<joinCode>` route not working with an invalid join code when the user is not signed in: Fixes INBOX-4028.
48
- - Fix the behavior of the back button on the join classroom code page. Fixes INBOX-4029.
49
-
50
- ## Testing
51
- - Testing join classroom changes in NP:
52
- - Ensure `https://www.staging.clickview.net/join/` loads.
53
- - 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.
54
- - 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."
55
- clickview,Clear password after success reset,Nan Chen,Choco Li,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2583,"## Lite
56
-
57
- ### Customer changes
58
- - The password change form will be reset to empty when users have successfully reset their password. Implement INBOX-4051
59
-
60
- ### Code changes
61
- - Pass `reset` option to formik `onDone` function when successfully updated the password
62
-
63
- ## Testing
64
- - 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."
65
- 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
66
-
67
- ### Code changes
68
- - Prevent an issue where non interactive players would still call `.preventScrubbingPlugin()` without any option, which would cause error that prevent those components from working.
69
-
70
- ## Testing
71
- - When viewing videos in NP, make sure the time display and chapter display on hover show properly.
72
- - Ensure that the prevent seeking ahead behaviour is working as expected"
73
- 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
74
-
75
- ### Code changes
76
- - Add an empty state text to `AddContentLatestReleasedVideosView` when there are no recent-uploads videos
77
-
78
- ## Testing
79
- - 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."
80
- clickview,Curator: Backbone audience clip + interactive tabs,Joshua Taylor,Nan Chen,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2577,"## Dependencies
81
- - https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2574
82
-
83
- ## Curator
84
-
85
- ### Customer changes
86
- - (dev only) Added a clips tab to the backbone classification page. Implements CC-404
87
- - (dev only) Added an interactives tab to the backbone classification page. Implements CC-404
88
-
89
- ## Testing
90
- - Devs should be able to view the clips and interactives for a backbone classification w/ new tabs.c"
91
- 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
92
-
93
- ### Customer changes
94
- - Improved typeahead results for playlist instant search
95
- - Playlist Id and internal description will now be displayed in results
96
- - Implements INBOX-3860
97
-
98
- ![0](https://i.imgur.com/VS7sLaZ.png)
99
-
100
- ### Code changes
101
- - Updated instant search url to use existing endpoint in curator rather than passthrough to Domain API
102
- - This is due to the internal description being populated on results from Curator's MongoDB
103
- - Added `PlaylistSuggestionItem`
104
-
105
- ## Testing
106
- - In Curator, when searching in the playlist typeahead, it will show results with more metadata - [example](https://i.imgur.com/VS7sLaZ.png)"
107
- 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
108
-
109
- ### Customer changes
110
- - Add clips sub-page to new edit video page. Implements CC-378.
111
- - Add interactives sub-page to new edit video page. Implements CC-379.
112
-
113
- ### Code changes
114
- - Add video clips view and video interactives view under new edit video page.
115
-
116
- ## Testing
117
- - 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."
118
- clickview,Curator: Backbone classification clip + interactive tabs,Joshua Taylor,Nan Chen,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2574,"## Dependencies
119
- * https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2573
120
-
121
- ## Curator
122
-
123
- ### Customer changes
124
- * (dev only) Added a clips tab to the backbone classification page. Implements CC-402
125
- * (dev only) Added an interactives tab to the backbone classification page. Implements CC-402
126
-
127
- ## Testing
128
- * Devs should be able to view the clips and interactives for a backbone classification w/ new tabs."
129
- clickview,Curator: Audience clip + interactive tabs,Joshua Taylor,Nan Chen,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2573,"## Dependencies
130
- - https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2572
131
-
132
- ## Curator
133
-
134
- ### Customer changes
135
- - (dev only) Added a clips tab to the audiences page. Implements CC-403
136
- - (dev only) Added an interactives tab to the audiences page. Implements CC-403
137
-
138
- ## Testing
139
- - Devs should be able to view the clips and interactives for an audience w/ new tabs."
140
- clickview,Curator: Topic clip + interactives tabs,Joshua Taylor,Nan Chen,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2572,"## Dependencies
141
- - https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2549
142
-
143
- ## Curator
144
-
145
- ### Customer changes
146
- - (dev only) Added a clips tab to the classifications page. Implements CC-399
147
- - (dev only) Added an interactives tab to the classifications page. Implements CC-399
148
-
149
- ## Testing
150
- - 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"
151
- clickview,Search by video type,Choco Li,Joshua Taylor,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2571,"## Curator
152
-
153
- ### Customer changes
154
- - Add video type filter when adding content for multiple media widget. Implements CC-365.
155
-
156
- ### Code changes
157
- - Apply video type filter in search endpoint for multiple media widget.
158
-
159
- ## Shared
160
-
161
- ### Customer changes
162
- - Add optional video type filter(videos/clips/interactives) in search bar.
163
-
164
- ### Code changes
165
- - Add `CustomDropdown` component.
166
- - Add `VideoTypeFilter` component.
167
- - Add video filter UI in search bar.
168
-
169
- ## Testing
170
- - In curation studio, when adding content for multiple media widget
171
- - Search results contain every video type when there is no filter selected.
172
- - Search results contain ONLY selected video type when filter is selected."
173
- 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
174
-
175
- ### Code changes
176
- - Dispose of interactive player after re-render. Fixes LTE-1538
177
-
178
- ## Testing
179
- - 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."
180
- clickview,Curation Studio: Fix blank page bug,Joshua Taylor,Nan Chen,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2569,"## Curator
181
-
182
- ### Customer changes
183
- - 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
184
-
185
- ## Testing"
186
- 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
187
- - https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2549
188
-
189
- ## Curator
190
-
191
- ### Customer changes
192
- - Now in curator, users can link a clip with backbone audiences. Implement CC-394;
193
- - Now in curator, users can link a clip with available audiences. Implement CC-364;
194
- - Now in curator, users can link an interactive with backbone audiences Implement CC-395;
195
- - Now in curator, users can link an interactive with audiences. Implement CC-371;
196
-
197
- ### Code changes
198
- - Add EditClipAudiencesView and EditInteractiveAudiencesView;
199
- - Add CURD to the Audiences Flight requests.
200
-
201
- ## Testing
202
- - In curator, when editing a clip, users can link it to backbone audiences and then link it to the available audiences.
203
- - In curator, when editing an interactive, users can link it to backbone audiences and the available audiences.
204
- - In curator, a regression test on link video/series/playlist to backbone audiences association. They should work as before."
205
- clickview,Notifications: Support new applink types,Joshua Taylor,Michael McDonnell,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2560,"## Lite
206
-
207
- ### Code changes
208
- - `edited-video-available` notifications will now check for an `appLink` before falling back to `link`. Partially implements INBOX-3984
209
-
210
- ## Library editor
211
-
212
- ### Code changes
213
- - `captions-available` and `edited-video-available` notifications will now check for an `appLink` before falling back to `link`. Partially implements INBOX-3984
214
-
215
- ## Testing
216
- - Autocaptions available and ""edited video available"" notifications should still work in LE and NP"
217
- clickview,Restrict learner's rating options,Choco Li,Shale Kuzmanovski,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2558,"## Online
218
-
219
- ### Customer changes
220
- - In edit workspace video page, learners can only choose video rating from the ratings they are allowed to watch.
221
-
222
- ### Code changes
223
- - Fix a bug that student can edit workspace video rating above their max rating. Fix INBOX-3908.
224
-
225
- ## Testing
226
- - 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."
227
- 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
228
-
229
- ### Customer changes
230
- - Settings page on smaller screens should scale properly. Fixes INBOX-3634.
231
-
232
- ## Testing
233
- - Navigate to settings page in NP.
234
- - Use dev tools to resize the viewport to Ipad mini or you can use the responsive setting and resize the width manually to `768px`
235
- - The setting group containers should scale correctly like below:
236
- - ![image](/uploads/32b96f7266590918670993fbc3d54f3b/image.png)"
237
- clickview,Audiences in non current presentation,Nan Chen,Joshua Taylor,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2555,"## Dependencies
238
- - https://gitlab.cvinternal.net/clickview/back-end/Domain.Api/-/merge_requests/1055
239
-
240
- ## Lite
241
-
242
- ### Customer changes
243
- - When viewing topic from another presentation, the correct auidence group and audience filter will be displayed. Fix LTE-1502
244
-
245
- ### Code changes
246
- - Add new request to get the correct audiences by presentationId
247
-
248
- ## Testing
249
- - When viewing topic from another presentation, the correct auidence group and audience filter will be displayed."
250
- 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
251
-
252
- ### Customer changes
253
- - Fix squished user avatar in recent activities of the student feed. Fix INBOX-3959
254
-
255
- ### Code changes
256
- - Add `flex-shrink-0` className to the container of Avatar in `RecentActivities` component.
257
-
258
- ## Testing
259
- - In lite, log as student, in the recent activities section, the avatar should stay the same size.
260
- - ![image](/uploads/255885cb8c072e4eeb6ddf258e786082/image.png)"
261
- 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
262
-
263
- ### Customer changes
264
- - Fix user aggregation in user manager wizard not having current state after editing a user. Fixes INBOX-3996
265
-
266
- ## Online
267
-
268
- ### Customer changes
269
- - Fix user aggregation in user manager wizard not having current state after editing a user. Fixes INBOX-3996
270
-
271
- ## Curator
272
-
273
- ### Customer changes
274
- - Fix user aggregation in user manager wizard not having current state after editing a user. Fixes INBOX-3996
275
-
276
- ## Testing
277
- - 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.
278
- - 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."
279
- clickview,Lite: Lighter embed shadow,Joshua Taylor,Shale Kuzmanovski,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2552,"## Lite
280
-
281
- ### Customer changes
282
- - The shadow on the splash screen for the video embeds has been lightened. Implements INBOX-3985
283
-
284
- ## Player
285
-
286
- ### Customer changes
287
- - The shadow on the splash screen for the video player has been lightened. Implements INBOX-3985
288
-
289
- ## Testing
290
- - Embeds and video player in NP should have a lighter shadow on the splash screen"
291
- clickview,Optional applinks,Choco Li,Joshua Taylor,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2551,"## Curator
292
-
293
- ### Code changes
294
- - Remove redundant `appLinks` props in add widget content components
295
- - All template using `appLinks` should have optional chaining operator
296
-
297
- ## Shared
298
-
299
- ### Code changes
300
- - Make template props `appLinks` optional. Implements CC-375.
301
-
302
- ## Testing"
303
- 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
304
- - https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2543
305
-
306
- ## Curator
307
-
308
- ### Customer changes
309
- - Now user can map a clip to the backbone classification. Implements CC-370
310
- - Now user can map an interactive to the backbone classification. Implements CC-391
311
- - Now user can map a clip to the available classification. Implements CC-390
312
- - Now user can map an interactive to the available classification. Implements CC-376
313
-
314
- ### Code changes
315
- - Add a new component to map clip or interactive to available classifications.
316
- - Add a shared component to map backbone classification and classification.
317
- - Add the removing clip/interactive from classification actions.
318
- - Add new column definition to MemberMatrix helper.
319
-
320
- ## Testing
321
- - 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.
322
- - 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.
323
- - 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.
324
- - 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."
325
- clickview,Expandable video thumbnail accepting clip/int,Choco Li,Joshua Taylor,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2548,"## Dependencies
326
- - Jorge to implement https://clickview.atlassian.net/browse/CORE-955
327
-
328
- ## Lite
329
-
330
- ### Customer changes
331
- - Widget in the preview dashboard page accept int/clip.
332
-
333
- ### Code changes
334
- - Video `appLink` support `VideoType` and renamed to `videoType` so that the widget item in preview page is clickable.
335
-
336
- ## Curator
337
-
338
- ### Code changes
339
- - Update content guideline to match validation min/max number.
340
- - Extract min/max of content guideline and match these values with validator.
341
- - Navigate clip/int link in widget content to its classification page. Implements CC-401.
342
-
343
- ## Shared
344
-
345
- ### Code changes
346
- - `ExpandableVideoThumbnail` accept clip/interactive. Implements CC-387.
347
-
348
- ## Testing
349
- - In curation studio dashboard preview section, clip and interactive will show if you added them in the curated media widget.
350
- - In lite preview dashboard page, clip and interactive are supported in the media widget. Click the item will navigate to play page."
351
- clickview,Workbench: Add to classifications setup,Joshua Taylor,Joshua Taylor,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2546,"## Dependencies
352
- - https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2538
353
- - https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2528
354
-
355
- ## Curator
356
-
357
- ### Customer changes
358
- - Added a ""add to classifications"" action option to the video workbench. Partially implements CC-359
359
-
360
- ## Testing"
361
- clickview,Curation Studio Fix infinite validation loop,Joshua Taylor,Choco Li,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2544,"## Curator
362
-
363
- ### Customer changes
364
- - Fixed a bug where the curation studio wizard form validation would run in an infinite loop.
365
-
366
- ## Testing"
367
- clickview,Add classification and audiences subtab,Nan Chen,Joshua Taylor,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2543,"## Dependencies
368
- - https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2536
369
-
370
- ## Curator
371
-
372
- ### Code changes
373
- - Add `Classification` and `Audiences` subtabs to the `Content -> Clips` and `Content -> Interactivess` tabs in Curator. Implements CC-362.
374
-
375
- ## Testing
376
- - 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.
377
- - 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."
378
- clickview,Hotfix/prevent scrubbing and continue,Choco Li,Shale Kuzmanovski,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2542,"## Lite
379
-
380
- ### Customer changes
381
- - Fix 'Continue' watching behaviour in interactive. Fix STG-82.
382
- - The preview prevent-scrubbing option should be shown when you have the option enabled in an interactive.
383
-
384
- ### Code changes
385
- - Request for heatmap to get latest visit time when login as learner.
386
- - Remove the check of having `preventScrubbingInteractives` domain option to show the preview option.
387
- - Edit interactive page should never apply prevent scrubbing feature.
388
- - Extract `useFetchHeatMap` hook.
389
-
390
- ## Player
391
-
392
- ### Code changes
393
- - Rename props to `isPreviewOrEditing` to NOT applying prevent scrubbing feature in edit interactive page.
394
-
395
- ## Shared
396
-
397
- ### Code changes
398
- - Remove `preventScrubbingInteractives` domain option as it's going to publish for everyone.
399
-
400
- ## Testing
401
- - In an interactive player in NP, the preview-prevent-scrubbing option should show when you have the feature enabled for the interactive.
402
- - In editing interactive page, it should never apply prevent scrubbing feature.
403
- - 'Continue' watching behaviour in interactive should work as expected.
404
- - In lite, prevent scrubbing should work for all the following scenarios
405
- - preview as staff
406
- - view as learner
407
- - embedded as learner
408
- - embedded as staff"
409
- clickview,Workbench: Fix infinite scroll padding,Joshua Taylor,Shale Kuzmanovski,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2540,"## Curator
410
-
411
- ### Customer changes
412
- - Fixed a UI bug where the infinitely scrollable item list in Workbench would have extra space at the bottom. Fixes CC-383
413
-
414
- ## Testing
415
- - 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)"
416
- clickview,"Curator: More ""add to working list""",Joshua Taylor,Michael McDonnell,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2538,"## Curator
417
-
418
- ### Customer changes
419
- - You can now add to / remove from working list on videos in future core pages. Implements CC-381
420
- - 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
421
- - Changed all copy from ""working list"" to ""workbench"" or ""your workbench"". Partially implements CC-389
422
-
423
- ### Code changes
424
- - 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`
425
-
426
- ## Common
427
-
428
- ### Code changes
429
- - 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.
430
-
431
- ## Testing
432
- - Adding to / removing from working list from videos in future core pages should work.
433
- - 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
434
- - 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"
435
- clickview,Add Clips and Interactives applications,Nan Chen,Joshua Taylor,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2536,"## Dependencies
436
- - https://gitlab.cvinternal.net/clickview/front-end/ClickView.Curator/-/merge_requests/1002
437
-
438
- ## Curator
439
-
440
- ### Code changes
441
- - Added Clips and Interactives application. Implements CC-369
442
-
443
- ## Testing
444
- - In curator, under Content, there are new Clip and Interactive subtabs."
445
- clickview,Curated media with int/clip,Choco Li,Joshua Taylor,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2534,"## Dependencies
446
- - Release of X1(hotfix search from Prad)
447
-
448
- ## Curator
449
-
450
- ### Customer changes
451
- - Able to add interactive/clip in curated video widget. Implements CC-363.
452
-
453
- ### Code changes
454
- - Add interactive/clip to search index
455
- - Support interactive/clip in widget wizard table
456
-
457
- ## Shared
458
-
459
- ### Code changes
460
- - Move `SearchIndices` constants to shared
461
- - Minor refactor of `onSelectCuratedObject`
462
-
463
- ## Testing
464
- - 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."
465
- clickview,Widget SVG assets cleanup,Nan Chen,Joshua Taylor,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2533,"## Shared
466
-
467
- ### Code changes
468
- - Clean up the attributes of widget SVG assets Implements LTE-1517
469
-
470
- ## Testing
471
- - In the curation studio, all the widget icons and template icons should look as before."
472
- clickview,Workbench: Wire up videos to backbone classifications,Joshua Taylor,Joshua Taylor,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2528,"## Dependencies
473
- - https://gitlab.cvinternal.net/clickview/back-end/batch.api/-/merge_requests/56
474
-
475
- ## Curator
476
-
477
- ### Customer changes
478
- - (remove from release notes) Curators can now bulk associate videos from their working list with backbone classifications. Implements CC-356
479
-
480
- ## Testing
481
- - Bulk associating videos from your working list to backbone classifications in the ""Workbench"" tab as a dev account in curator works."
482
- clickview,Curator: Support managing theme colours in curator,Joshua Taylor,Michael McDonnell,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2526,"## Curator
483
-
484
- ### Customer changes
485
- - Theme colours can now be edited on the theme edit page. Implements INBOX-3948
486
-
487
- ## Testing
488
- - In Curator, you should be able to manage colours for a theme."
489
- 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
490
-
491
- ### Customer changes
492
- - Fixed an issue where the ""Edit SSO Fields"" switch would no longer show for product support. Fixes INBOX-3951
493
- - Updated the ""Edit SSO Fields"" switch to appear disabled w/ a tooltip when the account doesn't login with SSO
494
-
495
- ## Testing
496
- - Product support accounts should see the ""Edit SSO Fields"" switch on the edit page for SSO accounts."
497
- 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
498
- - https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2516
499
-
500
- ## Lite
501
-
502
- ### Customer changes
503
- - 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
504
-
505
- ### Code changes
506
- - 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
507
- - 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
508
-
509
- ## Testing"
510
- clickview,Common: Public URL Support,Michael McDonnell,Shale Kuzmanovski,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2517,"## Lite
511
-
512
- ### Code changes
513
- - Updated `TranslateTermsMiddleware` to use `StoreHelper` when retrieving the `currentUser`
514
- - Added `requestUrl` processing when initializing `lite`
515
- -
516
-
517
- ## Shared
518
-
519
- ### Code changes
520
- - Added `StoreHelper` and moved exposed `getCurrentUserFromStore` function to `shared`
521
- - Add `getRequestUrl` and `getWrappedFetchDataOptions`
522
-
523
- ## Common
524
-
525
- ### Code changes
526
- - Added `PublicRequest` interface to `Flight`
527
- - Added `PublicRequestHelper`
528
- - Added interfaces for `FetchDataOptions` & `FetchDataOptionsHandler`
529
- - Update `FlightMiddleware` to optionally process `getFetchOptions`
530
- -
531
-
532
- ## Testing
533
- - In NP, LE and New Analytics a general regression is needed to ensure all pages load as expected."
534
- 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
535
- - https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2513
536
-
537
- ## Curator
538
-
539
- ### Customer changes
540
- - In Curation studio, the new widget type 'Recent uploads' is available when editing a Discover dashboard. Implement CC-344
541
- - In Curation studio, the new template type 'Featured slider' is available when editing a Discover dashboard. Implement CC-355
542
- - In Curation studio, the new template type 'Small poster slider' is available when editing a Discover dashboard. Implement CC-338
543
-
544
- ### Code changes
545
- - Update formView for `CuratedClassification` widget to support customized extra content (user-uploaded image and input)
546
- - Add `AddContentLatestReleasedVideosView` to support new template
547
- - Update 'DiscoverDashbaord' shared component to support new template & widget in Lite and Curation studio.
548
-
549
- ## Testing
550
- - In Curator, when editing a discover dashboard, the Curation Studio should present the 'Recent uploads' widget option:
551
- - ![image](/uploads/8519674532f4c2ed31dc23f144577c51/image.png)
552
- - In Curator, when editing a discover dashboard, the Curation Studio should present the 'Featured Slider' template option after selecting 'Recent uploads' widget.
553
- - ![image](/uploads/b0d7fb4228564dbd912fad9a4a2d92cc/image.png)
554
- - 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.
555
- - ![image](/uploads/8e3c4b918be51b53bd210ef5c7d07892/image.png)
556
- - In Curator, when editing a discover dashboard, a new template `Small poster slider` is available for 'List of children topics' widget
557
- - ![image](/uploads/d4c91afd0f05ec753130f24956f9e39f/image.png)
558
- - 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.
559
- - ![image](/uploads/528d75240bde1e44e0cca52955f9bde5/image.png)"
560
- clickview,Delete topic validation/confirm,Choco Li,Michael McDonnell,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2504,"## Curator
561
-
562
- ### Customer changes
563
- - Deletion button only enabled when the classification is drafted.
564
- - After press delete button in classification details page, an input will show and ask to type classification name before proceeding deletion.
565
-
566
- ### Code changes
567
- - Add challenge input textbox before deletion. Implements INBOX-3941.
568
- - Only drafted classification can be deleted.
569
-
570
- ## Common
571
-
572
- ### Code changes
573
- - Add `useFirst` hook to retain first render value.
574
-
575
- ## Testing
576
- - In edit classification details page of curator,
577
- - only drafted classification can be deleted.
578
- - 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."
579
- clickview,Draft: Player: Interactive font size in fullscreen,Shale Kuzmanovski,Joshua Taylor,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2497,
580
- clickview,User Manager: Validation UX improvements,Joshua Taylor,Shale Kuzmanovski,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2486,"## Shared
581
-
582
- ### Customer changes
583
- - 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
584
-
585
- ### Code changes
586
- - The `onDone` callback passed to form submit handlers now accepts an `errors` object that will set field errors on the form
587
-
588
- ## Testing
589
- - 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"
590
- clickview,Lite: SSO year group mappings,Joshua Taylor,Shale Kuzmanovski,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2483,"## Dependencies
591
- - https://gitlab.cvinternal.net/clickview/back-end/users.api/-/merge_requests/129
592
- - https://gitlab.cvinternal.net/clickview/back-end/ClickView.OnlineApi/-/merge_requests/404
593
-
594
- ## Lite
595
-
596
- ### Customer changes
597
- - Added support for managing SSO year group mappings to settings. Implements LTE-1470 and implements LTE-1494
598
-
599
- ### Code changes
600
- - Updated each settings page to redirect based on if the user has access to that settings module from `useGetSettingsGroups`
601
-
602
- ## Testing
603
- - NP now supports managing SSO year group mappings. This page should work and the mappings should be respected"
604
- clickview,React 18 upgrade,Joshua Taylor,Shale Kuzmanovski,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/1992,"## Dependencies
605
- - https://gitlab.cvinternal.net/clickview/front-end/lite/-/merge_requests/217
606
- - https://gitlab.cvinternal.net/clickview/front-end/ClickView.Curator/-/merge_requests/927
607
- - https://gitlab.cvinternal.net/clickview/front-end/ClickView.Online/-/merge_requests/3108
608
- - https://gitlab.cvinternal.net/clickview/front-end/Analytics.Web/-/merge_requests/66
609
- - https://gitlab.cvinternal.net/clickview/front-end/Cloud/-/merge_requests/647
610
-
611
- ## Lite
612
-
613
- ### Code changes
614
- - Changed the `useInitPlayerContext` hook to a `usePlayerContext` hook, which is now used in every place referencing the player data instead of using `useViewModel` explicitly.
615
- - Wrapped every call to `setDeepLink` in a `useEffect` hook so that it wouldn't run on every single render
616
- - 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.
617
- - Refactor code in `useVideoMixin` that React no longer tolerates
618
-
619
- ## Online
620
-
621
- ### Code changes
622
- - 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.
623
-
624
- ## Curator
625
-
626
- ### Code changes
627
- - Fixed up some minor code issues highlighted by the React 18 upgrade.
628
- - 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.
629
-
630
- ## Player
631
-
632
- ### Code changes
633
- - 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.
634
- - Updated any React code to use the latest `react-dom` APIs
635
-
636
- ## Shared
637
-
638
- ### Code changes
639
- - Fixed up some minor code issues highlighted by the React 18 upgrade.
640
- - 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.
641
- - Updated `formik` to version 2.2.9
642
- - Added `react-custom-scrollbars` as an explicit dependency.
643
-
644
- ## Analytics
645
-
646
- ### Code changes
647
- - Fixed up some minor code issues highlighted by the React 18 upgrade.
648
-
649
- ## Common
650
-
651
- ### Code changes
652
- - Updated `react` to version 18.1.0. Implements CORE-768
653
- - Updated `react-dom` to version 18.1.0. Implements CORE-768
654
- - Updated `react-redux` to version 8.0.2. Implements CORE-768
655
- - Updated `ReactLayoutView` to use features from `react-dom` 18+. Implements CORE-768
656
- - Updated `useViewModel` to wrap the initial `setState` call in a `useEffect` hook
657
- - Updated `Flight.useBasicFetch` to not call `fetchData` every time it runs.
658
-
659
- ## Testing
660
- - [Massive regression test checklist for React 18 upgrade](https://clickview.quip.com/dsNuAvbXcvZB/React-18-Testing-Notes)"
661
- 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
662
- - Fix lockout events not logged to snowflake because we have no instance region. Always log to AU snowflake. Fixes INBOX-3922
663
-
664
- - Delete Customer Idp Mappings when a customer is deleted. Closes INBOX-4032
665
- - Delete Customer settings when a customer is deleted
666
-
667
- - Add `robots.txt` to block everything just in case. Closes INBOX-4059
668
-
669
- - Create scope for managing access policies
670
-
671
-
672
- ## Testing
673
- - when you are locked out of your account, there should be an event in snowflake
674
-
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
-
678
- - `/robots.txt` exists
679
-
680
- - N/A"
681
- Master.Auth,Cleanup customer on delete,Cameron Hill,Ryan Wang,https://gitlab.cvinternal.net/clickview/back-end/Master.Auth/-/merge_requests/310,"## Code changes
682
- - Fix lockout events not logged to snowflake because we have no instance region. Always log to AU snowflake. Fixes INBOX-3922
683
-
684
- - Delete Customer Idp Mappings when a customer is deleted. Closes INBOX-4032
685
- - Delete Customer settings when a customer is deleted
686
-
687
- - Add `robots.txt` to block everything just in case. Closes INBOX-4059
688
-
689
- - Create scope for managing access policies
690
-
691
-
692
- ## Testing
693
- - when you are locked out of your account, there should be an event in snowflake
694
-
695
- - Add an idp mapping to a customer in auth, then delete the customer from master api. The idp mapping should also be deleted
696
- - Deleting a customer should not delete all idp mappings
697
-
698
- - `/robots.txt` exists
699
-
700
- - N/A"
701
- Master.Auth,Add robots.txt,Cameron Hill,Shale Kuzmanovski,https://gitlab.cvinternal.net/clickview/back-end/Master.Auth/-/merge_requests/309,"## Code changes
702
- - Fix lockout events not logged to snowflake because we have no instance region. Always log to AU snowflake. Fixes INBOX-3922
703
-
704
- - Delete Customer Idp Mappings when a customer is deleted. Closes INBOX-4032
705
- - Delete Customer settings when a customer is deleted
706
-
707
- - Add `robots.txt` to block everything just in case. Closes INBOX-4059
708
-
709
- - Create scope for managing access policies
710
-
711
-
712
- ## Testing
713
- - when you are locked out of your account, there should be an event in snowflake
714
-
715
- - Add an idp mapping to a customer in auth, then delete the customer from master api. The idp mapping should also be deleted
716
- - Deleting a customer should not delete all idp mappings
717
-
718
- - `/robots.txt` exists
719
-
720
- - N/A"
721
- 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
722
- - Fix lockout events not logged to snowflake because we have no instance region. Always log to AU snowflake. Fixes INBOX-3922
723
-
724
- - Delete Customer Idp Mappings when a customer is deleted. Closes INBOX-4032
725
- - Delete Customer settings when a customer is deleted
726
-
727
- - Add `robots.txt` to block everything just in case. Closes INBOX-4059
728
-
729
- - Create scope for managing access policies
730
-
731
-
732
- ## Testing
733
- - when you are locked out of your account, there should be an event in snowflake
734
-
735
- - Add an idp mapping to a customer in auth, then delete the customer from master api. The idp mapping should also be deleted
736
- - Deleting a customer should not delete all idp mappings
737
-
738
- - `/robots.txt` exists
739
-
740
- - N/A"
741
- 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
742
- * Making sure the new csv report doesn't contain videos with empty titles. Fixes INBOX-4027
743
-
744
- - Remove migration report handler used for pbt. Closes CORE-650
745
-
746
-
747
- ## Testing
748
- * Generate a video usage report and make sure none of the video title columns are null or empty"
749
- FileGenerator,Remove migration report handler,Cameron Hill,Kevin Wellalagodage,https://gitlab.cvinternal.net/clickview/back-end/filegenerator/-/merge_requests/78,"## Code changes
750
- * Making sure the new csv report doesn't contain videos with empty titles. Fixes INBOX-4027
751
-
752
- - Remove migration report handler used for pbt. Closes CORE-650
753
-
754
-
755
- ## Testing
756
- * Generate a video usage report and make sure none of the video title columns are null or empty"
757
- 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
758
- - Update ffmpeg from 4.4 to 5.1. Closes INBOX-4064
759
-
760
- - Update build scripts to their latest versions
761
-
762
-
763
- ## Testing
764
- - Videos process when uploaded
765
- - TV videos process when edted in high precision from cloud editor"
766
- 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
767
- - Update ffmpeg from 4.4 to 5.1. Closes INBOX-4064
768
-
769
- - Update build scripts to their latest versions
770
-
771
-
772
- ## Testing
773
- - Videos process when uploaded
774
- - TV videos process when edted in high precision from cloud editor"
775
- 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
776
- - Non-curator users will see only `Published` dashboards and widgets
777
-
778
- - For curated widgets, widgets contents will be presented in the same order as the objects were provided on the widget creation.
779
-
780
- - Dashboards that use `classifications` widget can now filter classifications by `CanBePreferred`
781
-
782
-
783
- ## Code changes
784
- - If user is non-curator, set status filters to `Published`. Closes INBOX-4006
785
-
786
- - Fix curated media test
787
-
788
- - Content fetched from `Objects Api` is reordered according to the list of object Ids stored in `Discover Api`. Fixes (CORE-960)
789
-
790
- - Added nullable boolean optional filter `canBePreferred` to be used on `classifications` widget data fetching. Implements CORE-942
791
-
792
- - In `curated_media` widget, clips and interactives will also return parent media data with thumbnails. Closes CORE-955
793
-
794
- - Update build scripts to their latest
795
-
796
-
797
- ## Testing
798
- - When accessing dashboards created in Curation Studio, if non-curator user, it should view only `Published` dashboards and widgets
799
-
800
- - All tests should run successfully
801
-
802
- - Curated widgets should present the correct order of objects, same order when objects were assigned on widget creation
803
-
804
- - When fetching data in `Discover Api`, `classifications` widget, if optional filter `canBePreferred` is set, result data will be filtered accordingly (`true`/`false`).
805
-
806
- - In `Discover API`, clips and interactives in `curated_media` widget should return parent media data with thumbnails."
807
- Discover.Api,Fix curated media test,Jorge Arai,Cameron Hill,https://gitlab.cvinternal.net/clickview/back-end/discover.api/-/merge_requests/72,"## Customer changes
808
- - Non-curator users will see only `Published` dashboards and widgets
809
-
810
- - For curated widgets, widgets contents will be presented in the same order as the objects were provided on the widget creation.
811
-
812
- - Dashboards that use `classifications` widget can now filter classifications by `CanBePreferred`
813
-
814
-
815
- ## Code changes
816
- - If user is non-curator, set status filters to `Published`. Closes INBOX-4006
817
-
818
- - Fix curated media test
819
-
820
- - Content fetched from `Objects Api` is reordered according to the list of object Ids stored in `Discover Api`. Fixes (CORE-960)
821
-
822
- - Added nullable boolean optional filter `canBePreferred` to be used on `classifications` widget data fetching. Implements CORE-942
823
-
824
- - In `curated_media` widget, clips and interactives will also return parent media data with thumbnails. Closes CORE-955
825
-
826
- - Update build scripts to their latest
827
-
828
-
829
- ## Testing
830
- - When accessing dashboards created in Curation Studio, if non-curator user, it should view only `Published` dashboards and widgets
831
-
832
- - All tests should run successfully
833
-
834
- - Curated widgets should present the correct order of objects, same order when objects were assigned on widget creation
835
-
836
- - When fetching data in `Discover Api`, `classifications` widget, if optional filter `canBePreferred` is set, result data will be filtered accordingly (`true`/`false`).
837
-
838
- - In `Discover API`, clips and interactives in `curated_media` widget should return parent media data with thumbnails."
839
- 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
840
- - Non-curator users will see only `Published` dashboards and widgets
841
-
842
- - For curated widgets, widgets contents will be presented in the same order as the objects were provided on the widget creation.
843
-
844
- - Dashboards that use `classifications` widget can now filter classifications by `CanBePreferred`
845
-
846
-
847
- ## Code changes
848
- - If user is non-curator, set status filters to `Published`. Closes INBOX-4006
849
-
850
- - Fix curated media test
851
-
852
- - Content fetched from `Objects Api` is reordered according to the list of object Ids stored in `Discover Api`. Fixes (CORE-960)
853
-
854
- - Added nullable boolean optional filter `canBePreferred` to be used on `classifications` widget data fetching. Implements CORE-942
855
-
856
- - In `curated_media` widget, clips and interactives will also return parent media data with thumbnails. Closes CORE-955
857
-
858
- - Update build scripts to their latest
859
-
860
-
861
- ## Testing
862
- - When accessing dashboards created in Curation Studio, if non-curator user, it should view only `Published` dashboards and widgets
863
-
864
- - All tests should run successfully
865
-
866
- - Curated widgets should present the correct order of objects, same order when objects were assigned on widget creation
867
-
868
- - When fetching data in `Discover Api`, `classifications` widget, if optional filter `canBePreferred` is set, result data will be filtered accordingly (`true`/`false`).
869
-
870
- - In `Discover API`, clips and interactives in `curated_media` widget should return parent media data with thumbnails."
871
- 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
872
- - Non-curator users will see only `Published` dashboards and widgets
873
-
874
- - For curated widgets, widgets contents will be presented in the same order as the objects were provided on the widget creation.
875
-
876
- - Dashboards that use `classifications` widget can now filter classifications by `CanBePreferred`
877
-
878
-
879
- ## Code changes
880
- - If user is non-curator, set status filters to `Published`. Closes INBOX-4006
881
-
882
- - Fix curated media test
883
-
884
- - Content fetched from `Objects Api` is reordered according to the list of object Ids stored in `Discover Api`. Fixes (CORE-960)
885
-
886
- - Added nullable boolean optional filter `canBePreferred` to be used on `classifications` widget data fetching. Implements CORE-942
887
-
888
- - In `curated_media` widget, clips and interactives will also return parent media data with thumbnails. Closes CORE-955
889
-
890
- - Update build scripts to their latest
891
-
892
-
893
- ## Testing
894
- - When accessing dashboards created in Curation Studio, if non-curator user, it should view only `Published` dashboards and widgets
895
-
896
- - All tests should run successfully
897
-
898
- - Curated widgets should present the correct order of objects, same order when objects were assigned on widget creation
899
-
900
- - When fetching data in `Discover Api`, `classifications` widget, if optional filter `canBePreferred` is set, result data will be filtered accordingly (`true`/`false`).
901
-
902
- - In `Discover API`, clips and interactives in `curated_media` widget should return parent media data with thumbnails."
903
- 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,"## Customer changes
904
- - Non-curator users will see only `Published` dashboards and widgets
905
-
906
- - For curated widgets, widgets contents will be presented in the same order as the objects were provided on the widget creation.
907
-
908
- - Dashboards that use `classifications` widget can now filter classifications by `CanBePreferred`
909
-
910
-
911
- ## Code changes
912
- - If user is non-curator, set status filters to `Published`. Closes INBOX-4006
913
-
914
- - Fix curated media test
915
-
916
- - Content fetched from `Objects Api` is reordered according to the list of object Ids stored in `Discover Api`. Fixes (CORE-960)
917
-
918
- - Added nullable boolean optional filter `canBePreferred` to be used on `classifications` widget data fetching. Implements CORE-942
919
-
920
- - In `curated_media` widget, clips and interactives will also return parent media data with thumbnails. Closes CORE-955
921
-
922
- - Update build scripts to their latest
923
-
924
-
925
- ## Testing
926
- - When accessing dashboards created in Curation Studio, if non-curator user, it should view only `Published` dashboards and widgets
927
-
928
- - All tests should run successfully
929
-
930
- - Curated widgets should present the correct order of objects, same order when objects were assigned on widget creation
931
-
932
- - When fetching data in `Discover Api`, `classifications` widget, if optional filter `canBePreferred` is set, result data will be filtered accordingly (`true`/`false`).
933
-
934
- - In `Discover API`, clips and interactives in `curated_media` widget should return parent media data with thumbnails."
935
- Discover.Api,Update build scripts to latest,Cameron Hill,Jorge Arai,https://gitlab.cvinternal.net/clickview/back-end/discover.api/-/merge_requests/68,"## Customer changes
936
- - Non-curator users will see only `Published` dashboards and widgets
937
-
938
- - For curated widgets, widgets contents will be presented in the same order as the objects were provided on the widget creation.
939
-
940
- - Dashboards that use `classifications` widget can now filter classifications by `CanBePreferred`
941
-
942
-
943
- ## Code changes
944
- - If user is non-curator, set status filters to `Published`. Closes INBOX-4006
945
-
946
- - Fix curated media test
947
-
948
- - Content fetched from `Objects Api` is reordered according to the list of object Ids stored in `Discover Api`. Fixes (CORE-960)
949
-
950
- - Added nullable boolean optional filter `canBePreferred` to be used on `classifications` widget data fetching. Implements CORE-942
951
-
952
- - In `curated_media` widget, clips and interactives will also return parent media data with thumbnails. Closes CORE-955
953
-
954
- - Update build scripts to their latest
955
-
956
-
957
- ## Testing
958
- - When accessing dashboards created in Curation Studio, if non-curator user, it should view only `Published` dashboards and widgets
959
-
960
- - All tests should run successfully
961
-
962
- - Curated widgets should present the correct order of objects, same order when objects were assigned on widget creation
963
-
964
- - When fetching data in `Discover Api`, `classifications` widget, if optional filter `canBePreferred` is set, result data will be filtered accordingly (`true`/`false`).
965
-
966
- - In `Discover API`, clips and interactives in `curated_media` widget should return parent media data with thumbnails."
967
- 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
968
- - Updated empty state strings when mapping content to the Scottish curriculum
969
- - Implements INBOX-4034
970
-
971
-
972
- ## Testing
973
- - N/A"
974
- Krakend,Sso year group mapping,Ryan Wang,Cameron Hill,https://gitlab.cvinternal.net/clickview/back-end/krakend/-/merge_requests/92,"## Dependencies
975
- - https://gitlab.cvinternal.net/clickview/back-end/permissions.api/-/merge_requests/28
976
-
977
-
978
- ## Code changes
979
- * Add a new endpoint `GET /v1/customers/{id}/sso-year-group-mappings` to fetch a list of sso year group mappings for a customer
980
- * Add a new endpoint `POST /v1/customers/{id}/sso-year-group-mappings` to set sso year group mappings for a customer
981
-
982
- - Use the new permissions endpoint: `v1/users/permissions`
983
-
984
-
985
- ## Testing
986
- * Hitting `GET /v1/customers/{id}/sso-year-group-mappings` should return a list of sso year group mappings
987
- * Hitting `POST /v1/customers/{id}/sso-year-group-mappings` should allow you to set year group mappings for a customer
988
-
989
- - Visiting [Settings](https://www.clickview.net/settings) as an Admin should show the User Management section, but visting as a Learner shouldn't."
990
- Krakend,Use the new permissions endpoint,Kevin Wellalagodage,Cameron Hill,https://gitlab.cvinternal.net/clickview/back-end/krakend/-/merge_requests/90,"## Dependencies
991
- - https://gitlab.cvinternal.net/clickview/back-end/permissions.api/-/merge_requests/28
992
-
993
-
994
- ## Code changes
995
- * Add a new endpoint `GET /v1/customers/{id}/sso-year-group-mappings` to fetch a list of sso year group mappings for a customer
996
- * Add a new endpoint `POST /v1/customers/{id}/sso-year-group-mappings` to set sso year group mappings for a customer
997
-
998
- - Use the new permissions endpoint: `v1/users/permissions`
999
-
1000
-
1001
- ## Testing
1002
- * Hitting `GET /v1/customers/{id}/sso-year-group-mappings` should return a list of sso year group mappings
1003
- * Hitting `POST /v1/customers/{id}/sso-year-group-mappings` should allow you to set year group mappings for a customer
1004
-
1005
- - Visiting [Settings](https://www.clickview.net/settings) as an Admin should show the User Management section, but visting as a Learner shouldn't."
1006
- 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
1007
- - Upgrade to .net 6.0
1008
-
1009
-
1010
- ## Testing
1011
- - The app should work as usual. I.e. fetch missing EPG programs every 8 hours"
1012
- 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
1013
- - Update `ClickViewContentHandler` virtual assoc handler to use the master service `IsClickViewContentAsync`
1014
-
1015
- - Add `IsPublicUserContext` checks to all update object checks to prevent public users from updating objects
1016
-
1017
- - Add `IsPublicUserContext` checks to all create checks to prevent public users from creating objects
1018
-
1019
- - Don't add to a reference of the video result list in `VideoService`. Return a list instead
1020
-
1021
- - Ensure all assoc checks do not allow public access
1022
- - Almost all of these didn't however I've added a public check to short circuit a lot of them to avoid extra processing
1023
-
1024
- * Added unit tests for `AccessService` methods. Implements CORE-876
1025
-
1026
-
1027
- ## Testing
1028
- - `IsClickViewContent` virtual assoc should be correct
1029
-
1030
- - Basic smoke test of updating objects
1031
- - You should not be able to update any object with a public user context
1032
-
1033
- - Basic smoke test of creating objects
1034
- - You should not be able to create any object with a public user context
1035
-
1036
-
1037
- - You should not be allowed to associate any objects to another when using a public user context
1038
-
1039
- * All unit tests for `AccessService` should pass"
1040
- Objects.Api,Public/update checks,Cameron Hill,Prad Nepal,https://gitlab.cvinternal.net/clickview/back-end/objects.api/-/merge_requests/198,"## Code changes
1041
- - Update `ClickViewContentHandler` virtual assoc handler to use the master service `IsClickViewContentAsync`
1042
-
1043
- - Add `IsPublicUserContext` checks to all update object checks to prevent public users from updating objects
1044
-
1045
- - Add `IsPublicUserContext` checks to all create checks to prevent public users from creating objects
1046
-
1047
- - Don't add to a reference of the video result list in `VideoService`. Return a list instead
1048
-
1049
- - Ensure all assoc checks do not allow public access
1050
- - Almost all of these didn't however I've added a public check to short circuit a lot of them to avoid extra processing
1051
-
1052
- * Added unit tests for `AccessService` methods. Implements CORE-876
1053
-
1054
-
1055
- ## Testing
1056
- - `IsClickViewContent` virtual assoc should be correct
1057
-
1058
- - Basic smoke test of updating objects
1059
- - You should not be able to update any object with a public user context
1060
-
1061
- - Basic smoke test of creating objects
1062
- - You should not be able to create any object with a public user context
1063
-
1064
-
1065
- - You should not be allowed to associate any objects to another when using a public user context
1066
-
1067
- * All unit tests for `AccessService` should pass"
1068
- 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
1069
- - Update `ClickViewContentHandler` virtual assoc handler to use the master service `IsClickViewContentAsync`
1070
-
1071
- - Add `IsPublicUserContext` checks to all update object checks to prevent public users from updating objects
1072
-
1073
- - Add `IsPublicUserContext` checks to all create checks to prevent public users from creating objects
1074
-
1075
- - Don't add to a reference of the video result list in `VideoService`. Return a list instead
1076
-
1077
- - Ensure all assoc checks do not allow public access
1078
- - Almost all of these didn't however I've added a public check to short circuit a lot of them to avoid extra processing
1079
-
1080
- * Added unit tests for `AccessService` methods. Implements CORE-876
1081
-
1082
-
1083
- ## Testing
1084
- - `IsClickViewContent` virtual assoc should be correct
1085
-
1086
- - Basic smoke test of updating objects
1087
- - You should not be able to update any object with a public user context
1088
-
1089
- - Basic smoke test of creating objects
1090
- - You should not be able to create any object with a public user context
1091
-
1092
-
1093
- - You should not be allowed to associate any objects to another when using a public user context
1094
-
1095
- * All unit tests for `AccessService` should pass"
1096
- Objects.Api,Create interactives and clips assocs automatically,Jorge Arai,Prad Nepal,https://gitlab.cvinternal.net/clickview/back-end/objects.api/-/merge_requests/196,"## Code changes
1097
- - Update `ClickViewContentHandler` virtual assoc handler to use the master service `IsClickViewContentAsync`
1098
-
1099
- - Add `IsPublicUserContext` checks to all update object checks to prevent public users from updating objects
1100
-
1101
- - Add `IsPublicUserContext` checks to all create checks to prevent public users from creating objects
1102
-
1103
- - Don't add to a reference of the video result list in `VideoService`. Return a list instead
1104
-
1105
- - Ensure all assoc checks do not allow public access
1106
- - Almost all of these didn't however I've added a public check to short circuit a lot of them to avoid extra processing
1107
-
1108
- * Added unit tests for `AccessService` methods. Implements CORE-876
1109
-
1110
-
1111
- ## Testing
1112
- - `IsClickViewContent` virtual assoc should be correct
1113
-
1114
- - Basic smoke test of updating objects
1115
- - You should not be able to update any object with a public user context
1116
-
1117
- - Basic smoke test of creating objects
1118
- - You should not be able to create any object with a public user context
1119
-
1120
-
1121
- - You should not be allowed to associate any objects to another when using a public user context
1122
-
1123
- * All unit tests for `AccessService` should pass"
1124
- 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
1125
- - Update `ClickViewContentHandler` virtual assoc handler to use the master service `IsClickViewContentAsync`
1126
-
1127
- - Add `IsPublicUserContext` checks to all update object checks to prevent public users from updating objects
1128
-
1129
- - Add `IsPublicUserContext` checks to all create checks to prevent public users from creating objects
1130
-
1131
- - Don't add to a reference of the video result list in `VideoService`. Return a list instead
1132
-
1133
- - Ensure all assoc checks do not allow public access
1134
- - Almost all of these didn't however I've added a public check to short circuit a lot of them to avoid extra processing
1135
-
1136
- * Added unit tests for `AccessService` methods. Implements CORE-876
1137
-
1138
-
1139
- ## Testing
1140
- - `IsClickViewContent` virtual assoc should be correct
1141
-
1142
- - Basic smoke test of updating objects
1143
- - You should not be able to update any object with a public user context
1144
-
1145
- - Basic smoke test of creating objects
1146
- - You should not be able to create any object with a public user context
1147
-
1148
-
1149
- - You should not be allowed to associate any objects to another when using a public user context
1150
-
1151
- * All unit tests for `AccessService` should pass"
1152
- Objects.Api,Public/assoc checks,Cameron Hill,Prad Nepal,https://gitlab.cvinternal.net/clickview/back-end/objects.api/-/merge_requests/194,"## Code changes
1153
- - Update `ClickViewContentHandler` virtual assoc handler to use the master service `IsClickViewContentAsync`
1154
-
1155
- - Add `IsPublicUserContext` checks to all update object checks to prevent public users from updating objects
1156
-
1157
- - Add `IsPublicUserContext` checks to all create checks to prevent public users from creating objects
1158
-
1159
- - Don't add to a reference of the video result list in `VideoService`. Return a list instead
1160
-
1161
- - Ensure all assoc checks do not allow public access
1162
- - Almost all of these didn't however I've added a public check to short circuit a lot of them to avoid extra processing
1163
-
1164
- * Added unit tests for `AccessService` methods. Implements CORE-876
1165
-
1166
-
1167
- ## Testing
1168
- - `IsClickViewContent` virtual assoc should be correct
1169
-
1170
- - Basic smoke test of updating objects
1171
- - You should not be able to update any object with a public user context
1172
-
1173
- - Basic smoke test of creating objects
1174
- - You should not be able to create any object with a public user context
1175
-
1176
-
1177
- - You should not be allowed to associate any objects to another when using a public user context
1178
-
1179
- * All unit tests for `AccessService` should pass"
1180
- Objects.Api,Access service permissions,Prad Nepal,Cameron Hill,https://gitlab.cvinternal.net/clickview/back-end/objects.api/-/merge_requests/187,"## Code changes
1181
- - Update `ClickViewContentHandler` virtual assoc handler to use the master service `IsClickViewContentAsync`
1182
-
1183
- - Add `IsPublicUserContext` checks to all update object checks to prevent public users from updating objects
1184
-
1185
- - Add `IsPublicUserContext` checks to all create checks to prevent public users from creating objects
1186
-
1187
- - Don't add to a reference of the video result list in `VideoService`. Return a list instead
1188
-
1189
- - Ensure all assoc checks do not allow public access
1190
- - Almost all of these didn't however I've added a public check to short circuit a lot of them to avoid extra processing
1191
-
1192
- * Added unit tests for `AccessService` methods. Implements CORE-876
1193
-
1194
-
1195
- ## Testing
1196
- - `IsClickViewContent` virtual assoc should be correct
1197
-
1198
- - Basic smoke test of updating objects
1199
- - You should not be able to update any object with a public user context
1200
-
1201
- - Basic smoke test of creating objects
1202
- - You should not be able to create any object with a public user context
1203
-
1204
-
1205
- - You should not be allowed to associate any objects to another when using a public user context
1206
-
1207
- * All unit tests for `AccessService` should pass"
1208
- Share.Api,Direct share fix,Prad Nepal,Kevin Wellalagodage,https://gitlab.cvinternal.net/clickview/back-end/share.api/-/merge_requests/68,"## Code changes
1209
- * Fixes a bug where direct share was creating multiple feed records and multiple direct share requests.
1210
-
1211
-
1212
- ## Testing
1213
- * Directly sharing to multiple users should create a single feed record for each users"
1214
- ClickView Online,Fix notification icons,Joshua Taylor,Michael McDonnell,https://gitlab.cvinternal.net/clickview/front-end/ClickView.Online/-/merge_requests/3166,"## Dependencies
1215
- - https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/1992
1216
-
1217
-
1218
- ## Customer changes
1219
- - 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
1220
-
1221
- - Fix users not being marked as SSO in new user manager (attempt #2). Fixes INBOX-3676
1222
-
1223
- * 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
1224
-
1225
-
1226
- ## Code changes
1227
- - Notifications now use the `appLink` field before referencing the old `link` field. Partially implements INBOX-3984
1228
- - Added a new shared `SafeUrlConcat` helper
1229
-
1230
- - Add missing IdpCode mappings to the DataRender class
1231
- - Ensure all sql to get SsoMappings contains the same select statements
1232
-
1233
- * Replace `username/email` with `UserId` when checking the owner of shared link because `username/email` is no longer saved in short code api
1234
- * Replace `CustomerId` with `MasterCustomerId` when checking the customer, because newly generated share link does not save `CustomerId` anymore
1235
-
1236
- - Updated libraries to React 18. Partially implements CORE-770
1237
-
1238
-
1239
- ## Testing
1240
- - All notifications should show the correct icon
1241
-
1242
- - All notification links should still work. Especially:
1243
- - Auto captions available
1244
- - Library request notifs
1245
- - Old staff request notifs
1246
- - Video available
1247
- - Video available in your custom library (when your staff request gets approved)
1248
-
1249
- - 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
1250
-
1251
- - 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
1252
-
1253
- * Video should be played back normally after domain migration"
1254
- ClickView Online,Add support for applinks in notifications,Joshua Taylor,Michael McDonnell,https://gitlab.cvinternal.net/clickview/front-end/ClickView.Online/-/merge_requests/3165,"## Dependencies
1255
- - https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/1992
1256
-
1257
-
1258
- ## Customer changes
1259
- - 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
1260
-
1261
- - Fix users not being marked as SSO in new user manager (attempt #2). Fixes INBOX-3676
1262
-
1263
- * 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
1264
-
1265
-
1266
- ## Code changes
1267
- - Notifications now use the `appLink` field before referencing the old `link` field. Partially implements INBOX-3984
1268
- - Added a new shared `SafeUrlConcat` helper
1269
-
1270
- - Add missing IdpCode mappings to the DataRender class
1271
- - Ensure all sql to get SsoMappings contains the same select statements
1272
-
1273
- * Replace `username/email` with `UserId` when checking the owner of shared link because `username/email` is no longer saved in short code api
1274
- * Replace `CustomerId` with `MasterCustomerId` when checking the customer, because newly generated share link does not save `CustomerId` anymore
1275
-
1276
- - Updated libraries to React 18. Partially implements CORE-770
1277
-
1278
-
1279
- ## Testing
1280
- - All notifications should show the correct icon
1281
-
1282
- - All notification links should still work. Especially:
1283
- - Auto captions available
1284
- - Library request notifs
1285
- - Old staff request notifs
1286
- - Video available
1287
- - Video available in your custom library (when your staff request gets approved)
1288
-
1289
- - 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
1290
-
1291
- - 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
1292
-
1293
- * Video should be played back normally after domain migration"
1294
- 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,"## Dependencies
1295
- - https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/1992
1296
-
1297
-
1298
- ## Customer changes
1299
- - 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
1300
-
1301
- - Fix users not being marked as SSO in new user manager (attempt #2). Fixes INBOX-3676
1302
-
1303
- * 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
1304
-
1305
-
1306
- ## Code changes
1307
- - Notifications now use the `appLink` field before referencing the old `link` field. Partially implements INBOX-3984
1308
- - Added a new shared `SafeUrlConcat` helper
1309
-
1310
- - Add missing IdpCode mappings to the DataRender class
1311
- - Ensure all sql to get SsoMappings contains the same select statements
1312
-
1313
- * Replace `username/email` with `UserId` when checking the owner of shared link because `username/email` is no longer saved in short code api
1314
- * Replace `CustomerId` with `MasterCustomerId` when checking the customer, because newly generated share link does not save `CustomerId` anymore
1315
-
1316
- - Updated libraries to React 18. Partially implements CORE-770
1317
-
1318
-
1319
- ## Testing
1320
- - All notifications should show the correct icon
1321
-
1322
- - All notification links should still work. Especially:
1323
- - Auto captions available
1324
- - Library request notifs
1325
- - Old staff request notifs
1326
- - Video available
1327
- - Video available in your custom library (when your staff request gets approved)
1328
-
1329
- - 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
1330
-
1331
- - 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
1332
-
1333
- * Video should be played back normally after domain migration"
1334
- ClickView Online,Fix idpid 0,Cameron Hill,Ryan Wang,https://gitlab.cvinternal.net/clickview/front-end/ClickView.Online/-/merge_requests/3162,"## Dependencies
1335
- - https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/1992
1336
-
1337
-
1338
- ## Customer changes
1339
- - 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
1340
-
1341
- - Fix users not being marked as SSO in new user manager (attempt #2). Fixes INBOX-3676
1342
-
1343
- * 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
1344
-
1345
-
1346
- ## Code changes
1347
- - Notifications now use the `appLink` field before referencing the old `link` field. Partially implements INBOX-3984
1348
- - Added a new shared `SafeUrlConcat` helper
1349
-
1350
- - Add missing IdpCode mappings to the DataRender class
1351
- - Ensure all sql to get SsoMappings contains the same select statements
1352
-
1353
- * Replace `username/email` with `UserId` when checking the owner of shared link because `username/email` is no longer saved in short code api
1354
- * Replace `CustomerId` with `MasterCustomerId` when checking the customer, because newly generated share link does not save `CustomerId` anymore
1355
-
1356
- - Updated libraries to React 18. Partially implements CORE-770
1357
-
1358
-
1359
- ## Testing
1360
- - All notifications should show the correct icon
1361
-
1362
- - All notification links should still work. Especially:
1363
- - Auto captions available
1364
- - Library request notifs
1365
- - Old staff request notifs
1366
- - Video available
1367
- - Video available in your custom library (when your staff request gets approved)
1368
-
1369
- - 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
1370
-
1371
- - 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
1372
-
1373
- * Video should be played back normally after domain migration"
1374
- ClickView Online,Fix broken share link,Ryan Wang,Cameron Hill,https://gitlab.cvinternal.net/clickview/front-end/ClickView.Online/-/merge_requests/3160,"## Dependencies
1375
- - https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/1992
1376
-
1377
-
1378
- ## Customer changes
1379
- - 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
1380
-
1381
- - Fix users not being marked as SSO in new user manager (attempt #2). Fixes INBOX-3676
1382
-
1383
- * 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
1384
-
1385
-
1386
- ## Code changes
1387
- - Notifications now use the `appLink` field before referencing the old `link` field. Partially implements INBOX-3984
1388
- - Added a new shared `SafeUrlConcat` helper
1389
-
1390
- - Add missing IdpCode mappings to the DataRender class
1391
- - Ensure all sql to get SsoMappings contains the same select statements
1392
-
1393
- * Replace `username/email` with `UserId` when checking the owner of shared link because `username/email` is no longer saved in short code api
1394
- * Replace `CustomerId` with `MasterCustomerId` when checking the customer, because newly generated share link does not save `CustomerId` anymore
1395
-
1396
- - Updated libraries to React 18. Partially implements CORE-770
1397
-
1398
-
1399
- ## Testing
1400
- - All notifications should show the correct icon
1401
-
1402
- - All notification links should still work. Especially:
1403
- - Auto captions available
1404
- - Library request notifs
1405
- - Old staff request notifs
1406
- - Video available
1407
- - Video available in your custom library (when your staff request gets approved)
1408
-
1409
- - 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
1410
-
1411
- - 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
1412
-
1413
- * Video should be played back normally after domain migration"
1414
- ClickView Online,React 18,Joshua Taylor,Shale Kuzmanovski,https://gitlab.cvinternal.net/clickview/front-end/ClickView.Online/-/merge_requests/3108,"## Dependencies
1415
- - https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/1992
1416
-
1417
-
1418
- ## Customer changes
1419
- - 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
1420
-
1421
- - Fix users not being marked as SSO in new user manager (attempt #2). Fixes INBOX-3676
1422
-
1423
- * 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
1424
-
1425
-
1426
- ## Code changes
1427
- - Notifications now use the `appLink` field before referencing the old `link` field. Partially implements INBOX-3984
1428
- - Added a new shared `SafeUrlConcat` helper
1429
-
1430
- - Add missing IdpCode mappings to the DataRender class
1431
- - Ensure all sql to get SsoMappings contains the same select statements
1432
-
1433
- * Replace `username/email` with `UserId` when checking the owner of shared link because `username/email` is no longer saved in short code api
1434
- * Replace `CustomerId` with `MasterCustomerId` when checking the customer, because newly generated share link does not save `CustomerId` anymore
1435
-
1436
- - Updated libraries to React 18. Partially implements CORE-770
1437
-
1438
-
1439
- ## Testing
1440
- - All notifications should show the correct icon
1441
-
1442
- - All notification links should still work. Especially:
1443
- - Auto captions available
1444
- - Library request notifs
1445
- - Old staff request notifs
1446
- - Video available
1447
- - Video available in your custom library (when your staff request gets approved)
1448
-
1449
- - 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
1450
-
1451
- - 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
1452
-
1453
- * Video should be played back normally after domain migration"
1454
- Lite,Add App function to BaseController,Cameron Hill,Michael McDonnell,https://gitlab.cvinternal.net/clickview/front-end/lite/-/merge_requests/268,"## Dependencies
1455
- - https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/1992
1456
-
1457
-
1458
- ## Code changes
1459
- - Add `App()` to `BaseController` and rename `Home/Index.cshtml to `Shared/App.cshtml`
1460
- - Replace all `View(""Index"", ViewModel)` with `App()`
1461
-
1462
- - Added new `GeoLocationService`
1463
- - Added `CloudflareGeoLocationProvider` which uses cloudflare headers
1464
- - Added `MaxMindGeoLocationProvider` which uses maxmind
1465
-
1466
- - Updated libraries to React 18. Partially implements CORE-770
1467
-
1468
-
1469
- ## Testing
1470
- - Lite loads"
1471
- Lite,Location service,Cameron Hill,Michael McDonnell,https://gitlab.cvinternal.net/clickview/front-end/lite/-/merge_requests/262,"## Dependencies
1472
- - https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/1992
1473
-
1474
-
1475
- ## Code changes
1476
- - Add `App()` to `BaseController` and rename `Home/Index.cshtml to `Shared/App.cshtml`
1477
- - Replace all `View(""Index"", ViewModel)` with `App()`
1478
-
1479
- - Added new `GeoLocationService`
1480
- - Added `CloudflareGeoLocationProvider` which uses cloudflare headers
1481
- - Added `MaxMindGeoLocationProvider` which uses maxmind
1482
-
1483
- - Updated libraries to React 18. Partially implements CORE-770
1484
-
1485
-
1486
- ## Testing
1487
- - Lite loads"
1488
- Lite,React 18,Joshua Taylor,Shale Kuzmanovski,https://gitlab.cvinternal.net/clickview/front-end/lite/-/merge_requests/217,"## Dependencies
1489
- - https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/1992
1490
-
1491
-
1492
- ## Code changes
1493
- - Add `App()` to `BaseController` and rename `Home/Index.cshtml to `Shared/App.cshtml`
1494
- - Replace all `View(""Index"", ViewModel)` with `App()`
1495
-
1496
- - Added new `GeoLocationService`
1497
- - Added `CloudflareGeoLocationProvider` which uses cloudflare headers
1498
- - Added `MaxMindGeoLocationProvider` which uses maxmind
1499
-
1500
- - Updated libraries to React 18. Partially implements CORE-770
1501
-
1502
-
1503
- ## Testing
1504
- - Lite loads"
1505
- notification-service,Replace auth,Cameron Hill,Prad Nepal,https://gitlab.cvinternal.net/clickview/back-end/notification-service/-/merge_requests/58,"## Before release
1506
- - Remove online api urls from octo
1507
-
1508
-
1509
- ## Code changes
1510
- - Replace custom auth token handling with .NET JWT Bearer token handler. Closes CORE-121
1511
- - Remove `AuthClient`
1512
- - Remove `AuthService`
1513
- - Remove `Microsoft.AspNetCore.Mvc.WebApiCompatShim` as its not needed
1514
-
1515
- - Remove old app `/v1/app/notifications` endpoints
1516
- - Remove `OnlineApiClient` and factory
1517
-
1518
- - Fix all obsolete warnings
1519
- - Replace `RNGCryptoServiceProvider` with `RandomNumberGenerator`
1520
- - Replace `SHA256Managed` with `SHA256`
1521
- - Remove `PreserveAsyncOrder` in Redis
1522
- - Remove unused config values
1523
- - Remove old packages that are not needed
1524
- - `RabbitMq.Client` (is in QueueClient)
1525
- - `System.Dynamic.Runtime`
1526
- - `RestClient` (what is this?)
1527
- - `Microsoft.Extensions.Hosting.WindowsServices`, `Microsoft.Extensions.Hosting.Systemd` and `Microsoft.Extensions.Hosting`
1528
- - `ClickView.VPS.Common` as its in domain models anyway
1529
- - Update packages
1530
- - `ClickView.Models` from dev version
1531
- - `AWS` packages to latest
1532
- - delete all assemblyinfo classes
1533
- - Cleanup csproj files
1534
-
1535
- - Delete old staff request notifications
1536
-
1537
-
1538
- ## Testing
1539
- - Mobile notifications still work (ask John and Boris)
1540
- - Notifications in the product are pushed to the user
1541
- - Opening notifications will mark them as seen (the count will go down to 0)
1542
-
1543
- - Mobile notifications still work (ask John and Boris)
1544
-
1545
- - Notifications work as expected
1546
- - Count is sent
1547
- - New notifications are sent
1548
- - Viewing the list of notifications work
1549
- - Push notifications work (in mobile and web)"
1550
- notification-service,Remove app notification endpoint,Cameron Hill,Prad Nepal,https://gitlab.cvinternal.net/clickview/back-end/notification-service/-/merge_requests/57,"## Before release
1551
- - Remove online api urls from octo
1552
-
1553
-
1554
- ## Code changes
1555
- - Replace custom auth token handling with .NET JWT Bearer token handler. Closes CORE-121
1556
- - Remove `AuthClient`
1557
- - Remove `AuthService`
1558
- - Remove `Microsoft.AspNetCore.Mvc.WebApiCompatShim` as its not needed
1559
-
1560
- - Remove old app `/v1/app/notifications` endpoints
1561
- - Remove `OnlineApiClient` and factory
1562
-
1563
- - Fix all obsolete warnings
1564
- - Replace `RNGCryptoServiceProvider` with `RandomNumberGenerator`
1565
- - Replace `SHA256Managed` with `SHA256`
1566
- - Remove `PreserveAsyncOrder` in Redis
1567
- - Remove unused config values
1568
- - Remove old packages that are not needed
1569
- - `RabbitMq.Client` (is in QueueClient)
1570
- - `System.Dynamic.Runtime`
1571
- - `RestClient` (what is this?)
1572
- - `Microsoft.Extensions.Hosting.WindowsServices`, `Microsoft.Extensions.Hosting.Systemd` and `Microsoft.Extensions.Hosting`
1573
- - `ClickView.VPS.Common` as its in domain models anyway
1574
- - Update packages
1575
- - `ClickView.Models` from dev version
1576
- - `AWS` packages to latest
1577
- - delete all assemblyinfo classes
1578
- - Cleanup csproj files
1579
-
1580
- - Delete old staff request notifications
1581
-
1582
-
1583
- ## Testing
1584
- - Mobile notifications still work (ask John and Boris)
1585
- - Notifications in the product are pushed to the user
1586
- - Opening notifications will mark them as seen (the count will go down to 0)
1587
-
1588
- - Mobile notifications still work (ask John and Boris)
1589
-
1590
- - Notifications work as expected
1591
- - Count is sent
1592
- - New notifications are sent
1593
- - Viewing the list of notifications work
1594
- - Push notifications work (in mobile and web)"
1595
- notification-service,Cleanup,Cameron Hill,Prad Nepal,https://gitlab.cvinternal.net/clickview/back-end/notification-service/-/merge_requests/56,"## Before release
1596
- - Remove online api urls from octo
1597
-
1598
-
1599
- ## Code changes
1600
- - Replace custom auth token handling with .NET JWT Bearer token handler. Closes CORE-121
1601
- - Remove `AuthClient`
1602
- - Remove `AuthService`
1603
- - Remove `Microsoft.AspNetCore.Mvc.WebApiCompatShim` as its not needed
1604
-
1605
- - Remove old app `/v1/app/notifications` endpoints
1606
- - Remove `OnlineApiClient` and factory
1607
-
1608
- - Fix all obsolete warnings
1609
- - Replace `RNGCryptoServiceProvider` with `RandomNumberGenerator`
1610
- - Replace `SHA256Managed` with `SHA256`
1611
- - Remove `PreserveAsyncOrder` in Redis
1612
- - Remove unused config values
1613
- - Remove old packages that are not needed
1614
- - `RabbitMq.Client` (is in QueueClient)
1615
- - `System.Dynamic.Runtime`
1616
- - `RestClient` (what is this?)
1617
- - `Microsoft.Extensions.Hosting.WindowsServices`, `Microsoft.Extensions.Hosting.Systemd` and `Microsoft.Extensions.Hosting`
1618
- - `ClickView.VPS.Common` as its in domain models anyway
1619
- - Update packages
1620
- - `ClickView.Models` from dev version
1621
- - `AWS` packages to latest
1622
- - delete all assemblyinfo classes
1623
- - Cleanup csproj files
1624
-
1625
- - Delete old staff request notifications
1626
-
1627
-
1628
- ## Testing
1629
- - Mobile notifications still work (ask John and Boris)
1630
- - Notifications in the product are pushed to the user
1631
- - Opening notifications will mark them as seen (the count will go down to 0)
1632
-
1633
- - Mobile notifications still work (ask John and Boris)
1634
-
1635
- - Notifications work as expected
1636
- - Count is sent
1637
- - New notifications are sent
1638
- - Viewing the list of notifications work
1639
- - Push notifications work (in mobile and web)"
1640
- notification-service,Delete staff request notifications,Cameron Hill,Ryan Wang,https://gitlab.cvinternal.net/clickview/back-end/notification-service/-/merge_requests/55,"## Before release
1641
- - Remove online api urls from octo
1642
-
1643
-
1644
- ## Code changes
1645
- - Replace custom auth token handling with .NET JWT Bearer token handler. Closes CORE-121
1646
- - Remove `AuthClient`
1647
- - Remove `AuthService`
1648
- - Remove `Microsoft.AspNetCore.Mvc.WebApiCompatShim` as its not needed
1649
-
1650
- - Remove old app `/v1/app/notifications` endpoints
1651
- - Remove `OnlineApiClient` and factory
1652
-
1653
- - Fix all obsolete warnings
1654
- - Replace `RNGCryptoServiceProvider` with `RandomNumberGenerator`
1655
- - Replace `SHA256Managed` with `SHA256`
1656
- - Remove `PreserveAsyncOrder` in Redis
1657
- - Remove unused config values
1658
- - Remove old packages that are not needed
1659
- - `RabbitMq.Client` (is in QueueClient)
1660
- - `System.Dynamic.Runtime`
1661
- - `RestClient` (what is this?)
1662
- - `Microsoft.Extensions.Hosting.WindowsServices`, `Microsoft.Extensions.Hosting.Systemd` and `Microsoft.Extensions.Hosting`
1663
- - `ClickView.VPS.Common` as its in domain models anyway
1664
- - Update packages
1665
- - `ClickView.Models` from dev version
1666
- - `AWS` packages to latest
1667
- - delete all assemblyinfo classes
1668
- - Cleanup csproj files
1669
-
1670
- - Delete old staff request notifications
1671
-
1672
-
1673
- ## Testing
1674
- - Mobile notifications still work (ask John and Boris)
1675
- - Notifications in the product are pushed to the user
1676
- - Opening notifications will mark them as seen (the count will go down to 0)
1677
-
1678
- - Mobile notifications still work (ask John and Boris)
1679
-
1680
- - Notifications work as expected
1681
- - Count is sent
1682
- - New notifications are sent
1683
- - Viewing the list of notifications work
1684
- - Push notifications work (in mobile and web)"
1685
- Hydration.App,Updated presentation filtering,Prad Nepal,Kevin Wellalagodage,https://gitlab.cvinternal.net/clickview/back-end/hydration.app/-/merge_requests/14,"## Code changes
1686
- * Using accessible presentations by customer instead of accessible presentations by user to filter out presentations in stream hydrated events. Fixes INBOX-3946
1687
- * 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
1688
-
1689
-
1690
- ## Testing
1691
- * 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"
1692
- 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
1693
- - 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.
1694
-
1695
- - Create `v1/subjects/presentations/{presentationId}/audiences` endpoint, for fetching audiences by presentation
1696
-
1697
-
1698
- ## Testing
1699
-
1700
- - N/A"
1701
- 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
1702
- - 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.
1703
-
1704
- - Create `v1/subjects/presentations/{presentationId}/audiences` endpoint, for fetching audiences by presentation
1705
-
1706
-
1707
- ## Testing
1708
-
1709
- - N/A"
1710
- LTI,.NET6,Cameron Hill,Shale Kuzmanovski,https://gitlab.cvinternal.net/clickview/front-end/LTI/-/merge_requests/27,"## Code changes
1711
- - Upgrade project to .NET6. Closes INBOX-3498
1712
- - Update build scripts to their latest versions
1713
- - Replace `ClickView.LtiAdvantage` with the official ""alpha"" version at `LtiAdvantage`
1714
- - Remove `IdentityServer4.AccessTokenValidation` as its no longer maintained
1715
-
1716
-
1717
- ## Testing
1718
- - Ensure that LTI still works"
1719
- 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
1720
- - Support Next Generation Science Standards curriculum. Implements INBOX-3989.
1721
-
1722
-
1723
- ## Testing
1724
- - N/A"
1725
- index.app,Series classification indexing fix,Prad Nepal,Cameron Hill,https://gitlab.cvinternal.net/clickview/back-end/index.app/-/merge_requests/61,"## Code changes
1726
- * Master API client wasn't being assigned in the constructor
1727
-
1728
-
1729
- ## Testing
1730
- * When series is classification is updated, it should reflect the change in the index"
1731
- ClickView.Curator,Rename working list to workbench,Joshua Taylor,Michael McDonnell,https://gitlab.cvinternal.net/clickview/front-end/ClickView.Curator/-/merge_requests/1003,"## Dependencies
1732
- - https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2536
1733
-
1734
- - https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/1992
1735
-
1736
-
1737
- ## Customer changes
1738
- - Changed all copy from ""working list"" or ""working set"" to ""workbench"" or ""your workbench"". Partially implements CC-389
1739
-
1740
-
1741
- ## Code changes
1742
- - Add `Clips` and `Interactives` tabs under `Content` in Curator Implements CC-369
1743
-
1744
- - Updated libraries to React 18. Partially implements CORE-770
1745
-
1746
-
1747
- ## Testing
1748
-
1749
- - In curator, the new `Clips` and `Interactives` tabs under `Content` will only be displayed when users log in as dev."
1750
- 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
1751
- - https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2536
1752
-
1753
- - https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/1992
1754
-
1755
-
1756
- ## Customer changes
1757
- - Changed all copy from ""working list"" or ""working set"" to ""workbench"" or ""your workbench"". Partially implements CC-389
1758
-
1759
-
1760
- ## Code changes
1761
- - Add `Clips` and `Interactives` tabs under `Content` in Curator Implements CC-369
1762
-
1763
- - Updated libraries to React 18. Partially implements CORE-770
1764
-
1765
-
1766
- ## Testing
1767
-
1768
- - In curator, the new `Clips` and `Interactives` tabs under `Content` will only be displayed when users log in as dev."
1769
- ClickView.Curator,React 18,Joshua Taylor,Shale Kuzmanovski,https://gitlab.cvinternal.net/clickview/front-end/ClickView.Curator/-/merge_requests/927,"## Dependencies
1770
- - https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2536
1771
-
1772
- - https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/1992
1773
-
1774
-
1775
- ## Customer changes
1776
- - Changed all copy from ""working list"" or ""working set"" to ""workbench"" or ""your workbench"". Partially implements CC-389
1777
-
1778
-
1779
- ## Code changes
1780
- - Add `Clips` and `Interactives` tabs under `Content` in Curator Implements CC-369
1781
-
1782
- - Updated libraries to React 18. Partially implements CORE-770
1783
-
1784
-
1785
- ## Testing
1786
-
1787
- - In curator, the new `Clips` and `Interactives` tabs under `Content` will only be displayed when users log in as dev."
1788
- Subjects.API,Updated build scripts,Cameron Hill,Kevin Wellalagodage,https://gitlab.cvinternal.net/clickview/back-end/clickview.subjects.api/-/merge_requests/165,"## Dependencies
1789
- - Should be released after https://gitlab.cvinternal.net/clickview/back-end/Master.Api/-/merge_requests/735
1790
-
1791
-
1792
- ## Customer changes
1793
- - Subjects api allows add interactives and clips to classifications and audiences.
1794
-
1795
-
1796
- ## Code changes
1797
- - Update build scripts to their latest
1798
-
1799
- - Added `Interactives` and `Clips` to method `GetClassificationMemberType`
1800
- - Added new controller `AudienceV2Controller` to use Master Api V2 controller to add interactives and clips to a specific audience
1801
- - Added new controller `MasterObjectV2Controller` to use Master Api V2 controller to add interactive/clip to multiple audiences. Implements CORE-945
1802
-
1803
-
1804
- ## Testing
1805
-
1806
- - In Subjects Api, Clips and interactives can be added to Classifications and Audiences"
1807
- 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
1808
- - Should be released after https://gitlab.cvinternal.net/clickview/back-end/Master.Api/-/merge_requests/735
1809
-
1810
-
1811
- ## Customer changes
1812
- - Subjects api allows add interactives and clips to classifications and audiences.
1813
-
1814
-
1815
- ## Code changes
1816
- - Update build scripts to their latest
1817
-
1818
- - Added `Interactives` and `Clips` to method `GetClassificationMemberType`
1819
- - Added new controller `AudienceV2Controller` to use Master Api V2 controller to add interactives and clips to a specific audience
1820
- - Added new controller `MasterObjectV2Controller` to use Master Api V2 controller to add interactive/clip to multiple audiences. Implements CORE-945
1821
-
1822
-
1823
- ## Testing
1824
-
1825
- - In Subjects Api, Clips and interactives can be added to Classifications and Audiences"
1826
- Users.Api,Fix date format,Ryan Wang,Kevin Wellalagodage,https://gitlab.cvinternal.net/clickview/back-end/users.api/-/merge_requests/131,"## Dependencies
1827
- * https://gitlab.cvinternal.net/clickview/back-end/ClickView.OnlineApi/-/merge_requests/404
1828
-
1829
-
1830
- ## Customer changes
1831
- * 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
1832
-
1833
- * Add endpoints to allow NP to set and get sso year group mappings. Partially implements CORE-930
1834
-
1835
-
1836
- ## Code changes
1837
- * Use `ISO 8601` date time format to standardize the date time display across all regions.
1838
- * Start the application in console mode instead of IIS express
1839
-
1840
- * Add new endpoint `GET v1/customers/{id}/sso-year-group-mappings` to fetch sso year group mappings of a customer
1841
- * Add new endpoint `POST v1/customers/{id}/sso-year-group-mappings` to add or update sso year group mappings for a customer
1842
-
1843
-
1844
- ## Testing
1845
- * 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`
1846
-
1847
- * Hitting `GET v1/customers/{id}/sso-year-group-mappings` endpoint should return a list of sso year group mappings
1848
- * Hitting `POST v1/customers/{id}/sso-year-group-mappings` endpoint should add or update sso year group mappings for a customer"
1849
- Users.Api,Sso year group mapping,Ryan Wang,Cameron Hill,https://gitlab.cvinternal.net/clickview/back-end/users.api/-/merge_requests/129,"## Dependencies
1850
- * https://gitlab.cvinternal.net/clickview/back-end/ClickView.OnlineApi/-/merge_requests/404
1851
-
1852
-
1853
- ## Customer changes
1854
- * 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
1855
-
1856
- * Add endpoints to allow NP to set and get sso year group mappings. Partially implements CORE-930
1857
-
1858
-
1859
- ## Code changes
1860
- * Use `ISO 8601` date time format to standardize the date time display across all regions.
1861
- * Start the application in console mode instead of IIS express
1862
-
1863
- * Add new endpoint `GET v1/customers/{id}/sso-year-group-mappings` to fetch sso year group mappings of a customer
1864
- * Add new endpoint `POST v1/customers/{id}/sso-year-group-mappings` to add or update sso year group mappings for a customer
1865
-
1866
-
1867
- ## Testing
1868
- * 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`
1869
-
1870
- * Hitting `GET v1/customers/{id}/sso-year-group-mappings` endpoint should return a list of sso year group mappings
1871
- * Hitting `POST v1/customers/{id}/sso-year-group-mappings` endpoint should add or update sso year group mappings for a customer"
1872
- Batch.Api,Update workbench actions,Joshua Taylor,Ryan Wang,https://gitlab.cvinternal.net/clickview/back-end/batch.api/-/merge_requests/56,"## Customer changes
1873
- - 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
1874
-
1875
-
1876
- ## Code changes
1877
- - 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
1878
-
1879
-
1880
- ## Testing"
1881
- 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
1882
- - Master api allows direct assoc between:
1883
- - `SubjectPresentationClassification` x `Interactives`
1884
- - `SubjectPresentationClassification` x `Clips`
1885
- - `SubjectPresentationAudience` x `Interactives`
1886
- - `SubjectPresentationAudience` x `Clips`
1887
-
1888
-
1889
- ## Code changes
1890
- - Added new `AssocType` `SUBJECT_PRESENTATION_AUDIENCE`. Implements CORE-944
1891
- - Added new type constraints for:
1892
- - `SubjectPresentationClassification` x `Interactives`
1893
- - `SubjectPresentationClassification` x `Clips`
1894
- - `SubjectPresentationAudience` x `Interactives`
1895
- - `SubjectPresentationAudience` x `Clips`
1896
-
1897
-
1898
- ## Testing
1899
- - In Master Api, Clips and interactives can be directly associated to Subject Presentation Classifications and Subject Presentation Audiences"
1900
- Permissions.Api,Public permissions,Cameron Hill,Kevin Wellalagodage,https://gitlab.cvinternal.net/clickview/back-end/permissions.api/-/merge_requests/28,"## Before release
1901
- * Add `urls:domainApi` to Octo
1902
-
1903
-
1904
- ## Dependencies
1905
- - https://gitlab.cvinternal.net/clickview/back-end/Master.Auth/-/merge_requests/308
1906
-
1907
-
1908
- ## Code changes
1909
- - Add `/v1/users/permissions` to replace `/v1/users/{userId}/permissions`
1910
- - `UserId` is now optional, and if not specified will return permissions for a public user
1911
- - The public user logic uses the permission set ""public""
1912
- - Renamed `MasterPermissionSetRepository` to `InMemoryPermissionSetRepository`
1913
- - Fixed sql error in `PermissionRepository.GetAllForSetAsync`
1914
-
1915
- - 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.
1916
-
1917
- - Create `v1/access-policies/*` for access policy management
1918
- - Create `GET/POST/DELETE v1/customers/{customerId}/access-policies` for customer access policy management
1919
- - Create `AccessPolicyWorker` to move customers between policies on a schedule
1920
- - Create `AccessPolicyBehaviour` to filter a user's permissions based on their access policy
1921
- - Filtering only occurs when the new `customerId` query parameter is used on the `v1/users/permissions` and `v1/users/{userId}/permissions` endpoints
1922
- - Set `JsonIgnoreCondition.WhenWritingNull` so that null values are ignored
1923
-
1924
-
1925
- ## Testing
1926
- - Getting permissions for a user will return
1927
- - Getting permissions without a userId will return the public permissions
1928
-
1929
- - Creating a permission with an unknown permission set should show the validation error ""Unknown permission set""
1930
-
1931
- - N/A"
1932
- Permissions.Api,Pipeline validator,Cameron Hill,Kevin Wellalagodage,https://gitlab.cvinternal.net/clickview/back-end/permissions.api/-/merge_requests/26,"## Before release
1933
- * Add `urls:domainApi` to Octo
1934
-
1935
-
1936
- ## Dependencies
1937
- - https://gitlab.cvinternal.net/clickview/back-end/Master.Auth/-/merge_requests/308
1938
-
1939
-
1940
- ## Code changes
1941
- - Add `/v1/users/permissions` to replace `/v1/users/{userId}/permissions`
1942
- - `UserId` is now optional, and if not specified will return permissions for a public user
1943
- - The public user logic uses the permission set ""public""
1944
- - Renamed `MasterPermissionSetRepository` to `InMemoryPermissionSetRepository`
1945
- - Fixed sql error in `PermissionRepository.GetAllForSetAsync`
1946
-
1947
- - 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.
1948
-
1949
- - Create `v1/access-policies/*` for access policy management
1950
- - Create `GET/POST/DELETE v1/customers/{customerId}/access-policies` for customer access policy management
1951
- - Create `AccessPolicyWorker` to move customers between policies on a schedule
1952
- - Create `AccessPolicyBehaviour` to filter a user's permissions based on their access policy
1953
- - Filtering only occurs when the new `customerId` query parameter is used on the `v1/users/permissions` and `v1/users/{userId}/permissions` endpoints
1954
- - Set `JsonIgnoreCondition.WhenWritingNull` so that null values are ignored
1955
-
1956
-
1957
- ## Testing
1958
- - Getting permissions for a user will return
1959
- - Getting permissions without a userId will return the public permissions
1960
-
1961
- - Creating a permission with an unknown permission set should show the validation error ""Unknown permission set""
1962
-
1963
- - N/A"
1964
- Permissions.Api,Access policies,Kevin Wellalagodage,Cameron Hill,https://gitlab.cvinternal.net/clickview/back-end/permissions.api/-/merge_requests/24,"## Before release
1965
- * Add `urls:domainApi` to Octo
1966
-
1967
-
1968
- ## Dependencies
1969
- - https://gitlab.cvinternal.net/clickview/back-end/Master.Auth/-/merge_requests/308
1970
-
1971
-
1972
- ## Code changes
1973
- - Add `/v1/users/permissions` to replace `/v1/users/{userId}/permissions`
1974
- - `UserId` is now optional, and if not specified will return permissions for a public user
1975
- - The public user logic uses the permission set ""public""
1976
- - Renamed `MasterPermissionSetRepository` to `InMemoryPermissionSetRepository`
1977
- - Fixed sql error in `PermissionRepository.GetAllForSetAsync`
1978
-
1979
- - 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.
1980
-
1981
- - Create `v1/access-policies/*` for access policy management
1982
- - Create `GET/POST/DELETE v1/customers/{customerId}/access-policies` for customer access policy management
1983
- - Create `AccessPolicyWorker` to move customers between policies on a schedule
1984
- - Create `AccessPolicyBehaviour` to filter a user's permissions based on their access policy
1985
- - Filtering only occurs when the new `customerId` query parameter is used on the `v1/users/permissions` and `v1/users/{userId}/permissions` endpoints
1986
- - Set `JsonIgnoreCondition.WhenWritingNull` so that null values are ignored
1987
-
1988
-
1989
- ## Testing
1990
- - Getting permissions for a user will return
1991
- - Getting permissions without a userId will return the public permissions
1992
-
1993
- - Creating a permission with an unknown permission set should show the validation error ""Unknown permission set""
1994
-
1995
- - N/A"
1996
- 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
1997
- * Fixed an issue where teachers can send library requests to unpublished custom library. Close INBOX-3923
1998
-
1999
-
2000
- ## Code changes
2001
- * Add library `CurationStatus` check to stop non-admin staff from adding library request to the unpublished library
2002
- * Return `Bad Request` with error type `library-not-published` error when calling `POST v1/library-requests` endpoint
2003
-
2004
-
2005
- ## Testing
2006
- * 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"
2007
- ClickView.OnlineApi,Sso year group mapping,Ryan Wang,Cameron Hill,https://gitlab.cvinternal.net/clickview/back-end/ClickView.OnlineApi/-/merge_requests/404,"## Customer changes
2008
- * Add endpoints to allow online and user api to set and get sso year group mappings. Partially implements CORE-930
2009
-
2010
-
2011
- ## Code changes
2012
- * Add new endpoint `GET v2/admin/customers/{customerGuid}/sso-year-group-mappings` to fetch sso year group mappings of a customer
2013
- * Add new endpoint `POST v2/admin/customers/{customerGuid}/sso-year-group-mappings` to add or update sso year group mappings for a customer
2014
-
2015
-
2016
- ## Testing
2017
- * 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
2018
- * Hitting `POST v2/admin/customers/{customerGuid}/sso-year-group-mappings` endpoint should add or update sso year group mappings for a customer"
2019
- 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
2020
- - Confirm that the web editor has be modified to divert curator tv workflow to vps and has been pushed to production
2021
-
2022
-
2023
- ## Code changes
2024
- - Remove curator video re-encoding logic with embedded ClickView watermark
2025
-
2026
-
2027
- ## Testing
2028
- - Video Splicing task requesting watermark on will be rejected."
2029
- Integrations.Api,Eslint version update,Nan Chen,Joshua Taylor,https://gitlab.cvinternal.net/clickview/front-end/integrations.api/-/merge_requests/49,"## Code changes
2030
- - Update the `eslint-config` package version. Implement INBOX-3919
2031
- - Formatting code in according to the updated eslint rules
2032
-
2033
-
2034
- ## Testing"
2035
- Library Editor,React 18,Joshua Taylor,Shale Kuzmanovski,https://gitlab.cvinternal.net/clickview/front-end/Cloud/-/merge_requests/647,"## Dependencies
2036
- - https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/1992
2037
-
2038
-
2039
- ## Code changes
2040
- - Updated libraries to React 18. Partially implements CORE-770
2041
-
2042
-
2043
- ## Testing"
2044
- Analytics Web,React 18,Joshua Taylor,Shale Kuzmanovski,https://gitlab.cvinternal.net/clickview/front-end/Analytics.Web/-/merge_requests/66,"## Dependencies
2045
- - https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/1992
2046
-
2047
-
2048
- ## Code changes
2049
- - Updated libraries to React 18. Partially implements CORE-770
2050
-
2051
-
2052
- ## Testing"
2053
- ClickView.Cron,DotNetCore,Prad Nepal,Kevin Wellalagodage,https://gitlab.cvinternal.net/clickview/back-end/ClickView.Cron/-/merge_requests/22,"## Code changes
2054
- * Upgraded all projects to .net 6. Implements INBOX-3482 CORE-859
2055
- * Removed queue client factory
2056
- * Upgraded all packages
2057
-
2058
-
2059
- ## Testing
2060
- * Should work as usual"