@clickview/ship-it 0.0.10 → 0.0.11

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 (53) hide show
  1. package/dist/X2/Analytics Web.md +11 -0
  2. package/dist/X2/Batch.Api.md +11 -0
  3. package/dist/X2/ClickView Online.md +43 -0
  4. package/dist/X2/ClickView.Cloud247.SpliceService.md +12 -0
  5. package/dist/X2/ClickView.Cron.md +10 -0
  6. package/dist/X2/ClickView.Curator.md +22 -0
  7. package/dist/X2/ClickView.OnlineApi.md +14 -0
  8. package/dist/X2/Curriculum.App.md +9 -0
  9. package/dist/X2/CurriculumIngestion.Api.md +8 -0
  10. package/dist/X2/Discover.Api.md +35 -0
  11. package/dist/X2/Domain.Api.md +11 -0
  12. package/dist/X2/FileGenerator.md +11 -0
  13. package/dist/X2/Hydration.App.md +9 -0
  14. package/dist/X2/Integrations.Api.md +8 -0
  15. package/dist/X2/Krakend.md +18 -0
  16. package/dist/X2/LTI.md +11 -0
  17. package/dist/X2/Library Editor.md +11 -0
  18. package/dist/X2/Library.Api.md +13 -0
  19. package/dist/X2/Lite.md +21 -0
  20. package/dist/X2/Master.Api.md +21 -0
  21. package/dist/X2/Master.Auth.md +22 -0
  22. package/dist/X2/Objects.Api.md +30 -0
  23. package/dist/X2/Permissions.Api.md +34 -0
  24. package/dist/X2/Release Notes.md +932 -0
  25. package/dist/X2/Share.Api.md +8 -0
  26. package/dist/X2/Subjects.API.md +21 -0
  27. package/dist/X2/TvProgramMonitor.App.md +8 -0
  28. package/dist/X2/Users.Api.md +25 -0
  29. package/dist/X2/VideoProcessorService.md +12 -0
  30. package/dist/X2/X2 Release Notes.md +932 -0
  31. package/dist/X2/X2 Testing Notes.csv +1200 -0
  32. package/dist/X2/X2 Testing Notes_old.csv +2060 -0
  33. package/dist/X2/clickview.md +314 -0
  34. package/dist/X2/index.app.md +8 -0
  35. package/dist/X2/notification-service.md +48 -0
  36. package/dist/Y2/Y2 Testing Notes.csv +1057 -0
  37. package/lib/src/commands/CreateTestingNotesCommand.js +84 -0
  38. package/lib/src/commands/index.js +1 -0
  39. package/lib/src/constants/CommandTypeMapping.js +1 -0
  40. package/lib/src/interfaces/models/ProjectConfig.js +9 -0
  41. package/lib/src/inversify.config.js +2 -0
  42. package/lib/src/services/GitLabService.js +33 -0
  43. package/lib/src/startup/SetupCommands.js +1 -0
  44. package/lib/src/tasks/CreateMergeRequestTask.js +12 -9
  45. package/lib/src/tasks/CreateReleaseNotesTask.js +11 -8
  46. package/lib/src/tasks/CreateTestingNotesTask.js +135 -0
  47. package/lib/src/tasks/ValidateDescriptionsTask.js +63 -33
  48. package/lib/src/tasks/ValidateMergeRequestTask.js +5 -4
  49. package/lib/src/tasks/index.js +1 -0
  50. package/lib/src/types.js +2 -0
  51. package/lib/src/utils/Csv.js +54 -0
  52. package/lib/src/utils/Descriptions.js +120 -103
  53. package/package.json +3 -2
@@ -0,0 +1,314 @@
1
+
2
+ # Dependencies
3
+ - https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2574
4
+ * https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2573
5
+ - https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2572
6
+ - https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2549
7
+ - https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2549
8
+ - https://gitlab.cvinternal.net/clickview/back-end/Domain.Api/-/merge_requests/1055
9
+ - https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2543
10
+ - Jorge to implement https://clickview.atlassian.net/browse/CORE-955
11
+ - https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2538
12
+ - https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2528
13
+ - https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2536
14
+ - https://gitlab.cvinternal.net/clickview/front-end/ClickView.Curator/-/merge_requests/1002
15
+ - Release of X1(hotfix search from Prad)
16
+ - https://gitlab.cvinternal.net/clickview/back-end/batch.api/-/merge_requests/56
17
+ - https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2516
18
+ - https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2513
19
+ - https://gitlab.cvinternal.net/clickview/back-end/users.api/-/merge_requests/129
20
+ - https://gitlab.cvinternal.net/clickview/back-end/ClickView.OnlineApi/-/merge_requests/404
21
+ - https://gitlab.cvinternal.net/clickview/front-end/lite/-/merge_requests/217
22
+ - https://gitlab.cvinternal.net/clickview/front-end/ClickView.Curator/-/merge_requests/927
23
+ - https://gitlab.cvinternal.net/clickview/front-end/ClickView.Online/-/merge_requests/3108
24
+ - https://gitlab.cvinternal.net/clickview/front-end/Analytics.Web/-/merge_requests/66
25
+ - https://gitlab.cvinternal.net/clickview/front-end/Cloud/-/merge_requests/647
26
+
27
+ # Lite
28
+
29
+ ## Code changes
30
+ - 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.
31
+ - Pass `reset` option to formik `onDone` function when successfully updated the password
32
+ - `edited-video-available` notifications will now check for an `appLink` before falling back to `link`. Partially implements INBOX-3984
33
+ - Add new request to get the correct audiences by presentationId
34
+ - Add `flex-shrink-0` className to the container of Avatar in `RecentActivities` component.
35
+ - Video `appLink` support `VideoType` and renamed to `videoType` so that the widget item in preview page is clickable.
36
+ - Request for heatmap to get latest visit time when login as learner.
37
+ - Remove the check of having `preventScrubbingInteractives` domain option to show the preview option.
38
+ - Edit interactive page should never apply prevent scrubbing feature.
39
+ - Extract `useFetchHeatMap` hook.
40
+ - 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
41
+ - 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
42
+ - Updated `TranslateTermsMiddleware` to use `StoreHelper` when retrieving the `currentUser`
43
+ - Added `requestUrl` processing when initializing `lite`
44
+ -
45
+ - Updated each settings page to redirect based on if the user has access to that settings module from `useGetSettingsGroups`
46
+ - Changed the `useInitPlayerContext` hook to a `usePlayerContext` hook, which is now used in every place referencing the player data instead of using `useViewModel` explicitly.
47
+ - Wrapped every call to `setDeepLink` in a `useEffect` hook so that it wouldn't run on every single render
48
+ - 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.
49
+ - Refactor code in `useVideoMixin` that React no longer tolerates
50
+
51
+ ## Customer changes
52
+ - Fix the `/join/` route not working if it has a trailing `/`. Fixes INBOX-4030.
53
+ - Fix the `join/<joinCode>` route not working with an invalid join code when the user is not signed in: Fixes INBOX-4028.
54
+ - Fix the behavior of the back button on the join classroom code page. Fixes INBOX-4029.
55
+ - The password change form will be reset to empty when users have successfully reset their password. Implement INBOX-4051
56
+ - Settings page on smaller screens should scale properly. Fixes INBOX-3634.
57
+ - When viewing topic from another presentation, the correct auidence group and audience filter will be displayed. Fix LTE-1502
58
+ - Fix squished user avatar in recent activities of the student feed. Fix INBOX-3959
59
+ - Fix user aggregation in user manager wizard not having current state after editing a user. Fixes INBOX-3996
60
+ - The shadow on the splash screen for the video embeds has been lightened. Implements INBOX-3985
61
+ - Widget in the preview dashboard page accept int/clip.
62
+ - Fix 'Continue' watching behaviour in interactive. Fix STG-82.
63
+ - The preview prevent-scrubbing option should be shown when you have the option enabled in an interactive.
64
+ - 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
65
+ - Added support for managing SSO year group mappings to settings. Implements LTE-1470 and implements LTE-1494
66
+
67
+ # Library editor
68
+
69
+ ## Code changes
70
+ - `captions-available` and `edited-video-available` notifications will now check for an `appLink` before falling back to `link`. Partially implements INBOX-3984
71
+
72
+ # Online
73
+
74
+ ## Customer changes
75
+ - In edit workspace video page, learners can only choose video rating from the ratings they are allowed to watch.
76
+ - Fix user aggregation in user manager wizard not having current state after editing a user. Fixes INBOX-3996
77
+
78
+ ## Code changes
79
+ - Fix a bug that student can edit workspace video rating above their max rating. Fix INBOX-3908.
80
+ - 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.
81
+
82
+ # Reports
83
+
84
+ ## Customer changes
85
+ * Fixed a bug where the incorrect day is displayed when performing a custom date range
86
+ * Fixes INBOX-3980
87
+
88
+ ## Code changes
89
+ - Updated `useGetDateRangeFromQueryParams` to set the date to UTC time rather than local time when parsing from the querystring
90
+ - 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).
91
+
92
+ # Curator
93
+
94
+ ## Customer changes
95
+ - The presentation list in playlist audiences page will is corrected to subject presentations(was curriculum presentations).
96
+ - (dev only) Added a clips tab to the backbone classification page. Implements CC-404
97
+ - (dev only) Added an interactives tab to the backbone classification page. Implements CC-404
98
+ - Improved typeahead results for playlist instant search
99
+ - Playlist Id and internal description will now be displayed in results
100
+ - Implements INBOX-3860
101
+
102
+ ![0](https://i.imgur.com/VS7sLaZ.png)
103
+ - Add clips sub-page to new edit video page. Implements CC-378.
104
+ - Add interactives sub-page to new edit video page. Implements CC-379.
105
+ * (dev only) Added a clips tab to the backbone classification page. Implements CC-402
106
+ * (dev only) Added an interactives tab to the backbone classification page. Implements CC-402
107
+ - (dev only) Added a clips tab to the audiences page. Implements CC-403
108
+ - (dev only) Added an interactives tab to the audiences page. Implements CC-403
109
+ - (dev only) Added a clips tab to the classifications page. Implements CC-399
110
+ - (dev only) Added an interactives tab to the classifications page. Implements CC-399
111
+ - Add video type filter when adding content for multiple media widget. Implements CC-365.
112
+ - 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
113
+ - Now in curator, users can link a clip with backbone audiences. Implement CC-394;
114
+ - Now in curator, users can link a clip with available audiences. Implement CC-364;
115
+ - Now in curator, users can link an interactive with backbone audiences Implement CC-395;
116
+ - Now in curator, users can link an interactive with audiences. Implement CC-371;
117
+ - Fix user aggregation in user manager wizard not having current state after editing a user. Fixes INBOX-3996
118
+ - Now user can map a clip to the backbone classification. Implements CC-370
119
+ - Now user can map an interactive to the backbone classification. Implements CC-391
120
+ - Now user can map a clip to the available classification. Implements CC-390
121
+ - Now user can map an interactive to the available classification. Implements CC-376
122
+ - Added a "add to classifications" action option to the video workbench. Partially implements CC-359
123
+ - Fixed a bug where the curation studio wizard form validation would run in an infinite loop.
124
+ - Fixed a UI bug where the infinitely scrollable item list in Workbench would have extra space at the bottom. Fixes CC-383
125
+ - You can now add to / remove from working list on videos in future core pages. Implements CC-381
126
+ - 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
127
+ - Changed all copy from "working list" to "workbench" or "your workbench". Partially implements CC-389
128
+ - Able to add interactive/clip in curated video widget. Implements CC-363.
129
+ - (remove from release notes) Curators can now bulk associate videos from their working list with backbone classifications. Implements CC-356
130
+ - Theme colours can now be edited on the theme edit page. Implements INBOX-3948
131
+ - Fixed an issue where the "Edit SSO Fields" switch would no longer show for product support. Fixes INBOX-3951
132
+ - Updated the "Edit SSO Fields" switch to appear disabled w/ a tooltip when the account doesn't login with SSO
133
+ - In Curation studio, the new widget type 'Recent uploads' is available when editing a Discover dashboard. Implement CC-344
134
+ - In Curation studio, the new template type 'Featured slider' is available when editing a Discover dashboard. Implement CC-355
135
+ - In Curation studio, the new template type 'Small poster slider' is available when editing a Discover dashboard. Implement CC-338
136
+ - Deletion button only enabled when the classification is drafted.
137
+ - After press delete button in classification details page, an input will show and ask to type classification name before proceeding deletion.
138
+
139
+ ## Code changes
140
+ - Audiences for playlist should be selected from subject presentations. Fix INBOX-4052.
141
+ - Add an empty state text to `AddContentLatestReleasedVideosView` when there are no recent-uploads videos
142
+ - Updated instant search url to use existing endpoint in curator rather than passthrough to Domain API
143
+ - This is due to the internal description being populated on results from Curator's MongoDB
144
+ - Added `PlaylistSuggestionItem`
145
+ - Add video clips view and video interactives view under new edit video page.
146
+ - Apply video type filter in search endpoint for multiple media widget.
147
+ - Add EditClipAudiencesView and EditInteractiveAudiencesView;
148
+ - Add CURD to the Audiences Flight requests.
149
+ - Remove redundant `appLinks` props in add widget content components
150
+ - All template using `appLinks` should have optional chaining operator
151
+ - Add a new component to map clip or interactive to available classifications.
152
+ - Add a shared component to map backbone classification and classification.
153
+ - Add the removing clip/interactive from classification actions.
154
+ - Add new column definition to MemberMatrix helper.
155
+ - Update content guideline to match validation min/max number.
156
+ - Extract min/max of content guideline and match these values with validator.
157
+ - Navigate clip/int link in widget content to its classification page. Implements CC-401.
158
+ - Add `Classification` and `Audiences` subtabs to the `Content -> Clips` and `Content -> Interactivess` tabs in Curator. Implements CC-362.
159
+ - 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`
160
+ - Added Clips and Interactives application. Implements CC-369
161
+ - Add interactive/clip to search index
162
+ - Support interactive/clip in widget wizard table
163
+ - Update formView for `CuratedClassification` widget to support customized extra content (user-uploaded image and input)
164
+ - Add `AddContentLatestReleasedVideosView` to support new template
165
+ - Update 'DiscoverDashbaord' shared component to support new template & widget in Lite and Curation studio.
166
+ - Add challenge input textbox before deletion. Implements INBOX-3941.
167
+ - Only drafted classification can be deleted.
168
+ - Fixed up some minor code issues highlighted by the React 18 upgrade.
169
+ - 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.
170
+
171
+ # Player
172
+
173
+ ## Customer changes
174
+ - The player will now persist the user's selected playback rate. Implements INBOX-3961.
175
+ - The shadow on the splash screen for the video player has been lightened. Implements INBOX-3985
176
+
177
+ ## Code changes
178
+ - Prevent an issue where non interactive players would still call `.preventScrubbingPlugin()` without any option, which would cause error that prevent those components from working.
179
+ - Dispose of interactive player after re-render. Fixes LTE-1538
180
+ - Rename props to `isPreviewOrEditing` to NOT applying prevent scrubbing feature in edit interactive page.
181
+ - 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.
182
+ - Updated any React code to use the latest `react-dom` APIs
183
+
184
+ # Shared
185
+
186
+ ## Customer changes
187
+ - Add optional video type filter(videos/clips/interactives) in search bar.
188
+ - 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
189
+
190
+ ## Code changes
191
+ - Add `CustomDropdown` component.
192
+ - Add `VideoTypeFilter` component.
193
+ - Add video filter UI in search bar.
194
+ - Make template props `appLinks` optional. Implements CC-375.
195
+ - `ExpandableVideoThumbnail` accept clip/interactive. Implements CC-387.
196
+ - Remove `preventScrubbingInteractives` domain option as it's going to publish for everyone.
197
+ - Move `SearchIndices` constants to shared
198
+ - Minor refactor of `onSelectCuratedObject`
199
+ - Clean up the attributes of widget SVG assets Implements LTE-1517
200
+ - Added `StoreHelper` and moved exposed `getCurrentUserFromStore` function to `shared`
201
+ - Add `getRequestUrl` and `getWrappedFetchDataOptions`
202
+ - The `onDone` callback passed to form submit handlers now accepts an `errors` object that will set field errors on the form
203
+ - Fixed up some minor code issues highlighted by the React 18 upgrade.
204
+ - 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.
205
+ - Updated `formik` to version 2.2.9
206
+ - Added `react-custom-scrollbars` as an explicit dependency.
207
+
208
+ # Analytics
209
+
210
+ ## Code changes
211
+ - Fixed up some minor code issues highlighted by the React 18 upgrade.
212
+
213
+ # Common
214
+
215
+ ## Code changes
216
+ - 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.
217
+ - Added `PublicRequest` interface to `Flight`
218
+ - Added `PublicRequestHelper`
219
+ - Added interfaces for `FetchDataOptions` & `FetchDataOptionsHandler`
220
+ - Update `FlightMiddleware` to optionally process `getFetchOptions`
221
+ -
222
+ - Add `useFirst` hook to retain first render value.
223
+ - Updated `react` to version 18.1.0. Implements CORE-768
224
+ - Updated `react-dom` to version 18.1.0. Implements CORE-768
225
+ - Updated `react-redux` to version 8.0.2. Implements CORE-768
226
+ - Updated `ReactLayoutView` to use features from `react-dom` 18+. Implements CORE-768
227
+ - Updated `useViewModel` to wrap the initial `setState` call in a `useEffect` hook
228
+ - Updated `Flight.useBasicFetch` to not call `fetchData` every time it runs.
229
+
230
+ # Testing
231
+ - In new analytics:
232
+ - Change your PC's local time to be set to any timezone _behind_ UTC
233
+ - Select a custom range in the datepicker UI
234
+ - Observe that the selected date range in the UI remains the same as the selected dates
235
+ - Talk to Mike if there's any concerns or questions around this.
236
+ - 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.
237
+ - In curator, the presentation list in playlist audiences page are subject presentations.
238
+ - 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.
239
+ - Testing join classroom changes in NP:
240
+ - Ensure `https://www.staging.clickview.net/join/` loads.
241
+ - 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.
242
+ - 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.
243
+ - 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.
244
+ - When viewing videos in NP, make sure the time display and chapter display on hover show properly.
245
+ - Ensure that the prevent seeking ahead behaviour is working as expected
246
+ - 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.
247
+ - Devs should be able to view the clips and interactives for a backbone classification w/ new tabs.c
248
+ - In Curator, when searching in the playlist typeahead, it will show results with more metadata - [example](https://i.imgur.com/VS7sLaZ.png)
249
+ - 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.
250
+ * Devs should be able to view the clips and interactives for a backbone classification w/ new tabs.
251
+ - Devs should be able to view the clips and interactives for an audience w/ new tabs.
252
+ - 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
253
+ - In curation studio, when adding content for multiple media widget
254
+ - Search results contain every video type when there is no filter selected.
255
+ - Search results contain ONLY selected video type when filter is selected.
256
+ - 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.
257
+ - In curator, when editing a clip, users can link it to backbone audiences and then link it to the available audiences.
258
+ - In curator, when editing an interactive, users can link it to backbone audiences and the available audiences.
259
+ - In curator, a regression test on link video/series/playlist to backbone audiences association. They should work as before.
260
+ - Autocaptions available and "edited video available" notifications should still work in LE and NP
261
+ - 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.
262
+ - Navigate to settings page in NP.
263
+ - Use dev tools to resize the viewport to Ipad mini or you can use the responsive setting and resize the width manually to `768px`
264
+ - The setting group containers should scale correctly like below:
265
+ - ![image](/uploads/32b96f7266590918670993fbc3d54f3b/image.png)
266
+ - When viewing topic from another presentation, the correct auidence group and audience filter will be displayed.
267
+ - In lite, log as student, in the recent activities section, the avatar should stay the same size.
268
+ - ![image](/uploads/255885cb8c072e4eeb6ddf258e786082/image.png)
269
+ - 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.
270
+ - 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.
271
+ - Embeds and video player in NP should have a lighter shadow on the splash screen
272
+ - 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.
273
+ - 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.
274
+ - 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.
275
+ - 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.
276
+ - In curation studio dashboard preview section, clip and interactive will show if you added them in the curated media widget.
277
+ - In lite preview dashboard page, clip and interactive are supported in the media widget. Click the item will navigate to play page.
278
+ - 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.
279
+ - 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.
280
+ - In an interactive player in NP, the preview-prevent-scrubbing option should show when you have the feature enabled for the interactive.
281
+ - In editing interactive page, it should never apply prevent scrubbing feature.
282
+ - 'Continue' watching behaviour in interactive should work as expected.
283
+ - In lite, prevent scrubbing should work for all the following scenarios
284
+ - preview as staff
285
+ - view as learner
286
+ - embedded as learner
287
+ - embedded as staff
288
+ - 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)
289
+ - Adding to / removing from working list from videos in future core pages should work.
290
+ - 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
291
+ - 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
292
+ - In curator, under Content, there are new Clip and Interactive subtabs.
293
+ - 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.
294
+ - In the curation studio, all the widget icons and template icons should look as before.
295
+ - Bulk associating videos from your working list to backbone classifications in the "Workbench" tab as a dev account in curator works.
296
+ - In Curator, you should be able to manage colours for a theme.
297
+ - Product support accounts should see the "Edit SSO Fields" switch on the edit page for SSO accounts.
298
+ - In NP, LE and New Analytics a general regression is needed to ensure all pages load as expected.
299
+ - In Curator, when editing a discover dashboard, the Curation Studio should present the 'Recent uploads' widget option:
300
+ - ![image](/uploads/8519674532f4c2ed31dc23f144577c51/image.png)
301
+ - In Curator, when editing a discover dashboard, the Curation Studio should present the 'Featured Slider' template option after selecting 'Recent uploads' widget.
302
+ - ![image](/uploads/b0d7fb4228564dbd912fad9a4a2d92cc/image.png)
303
+ - 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.
304
+ - ![image](/uploads/8e3c4b918be51b53bd210ef5c7d07892/image.png)
305
+ - In Curator, when editing a discover dashboard, a new template `Small poster slider` is available for 'List of children topics' widget
306
+ - ![image](/uploads/d4c91afd0f05ec753130f24956f9e39f/image.png)
307
+ - 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.
308
+ - ![image](/uploads/528d75240bde1e44e0cca52955f9bde5/image.png)
309
+ - In edit classification details page of curator,
310
+ - only drafted classification can be deleted.
311
+ - 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.
312
+ - 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
313
+ - NP now supports managing SSO year group mappings. This page should work and the mappings should be respected
314
+ - [Massive regression test checklist for React 18 upgrade](https://clickview.quip.com/dsNuAvbXcvZB/React-18-Testing-Notes)
@@ -0,0 +1,8 @@
1
+
2
+ # Code changes
3
+ * Master API client wasn't being assigned in the constructor
4
+
5
+
6
+ # Testing
7
+ * When series is classification is updated, it should reflect the change in the index
8
+
@@ -0,0 +1,48 @@
1
+
2
+ # Before release
3
+ - Remove online api urls from octo
4
+
5
+
6
+ # Code changes
7
+ - Replace custom auth token handling with .NET JWT Bearer token handler. Closes CORE-121
8
+ - Remove `AuthClient`
9
+ - Remove `AuthService`
10
+ - Remove `Microsoft.AspNetCore.Mvc.WebApiCompatShim` as its not needed
11
+
12
+ - Remove old app `/v1/app/notifications` endpoints
13
+ - Remove `OnlineApiClient` and factory
14
+
15
+ - Fix all obsolete warnings
16
+ - Replace `RNGCryptoServiceProvider` with `RandomNumberGenerator`
17
+ - Replace `SHA256Managed` with `SHA256`
18
+ - Remove `PreserveAsyncOrder` in Redis
19
+ - Remove unused config values
20
+ - Remove old packages that are not needed
21
+ - `RabbitMq.Client` (is in QueueClient)
22
+ - `System.Dynamic.Runtime`
23
+ - `RestClient` (what is this?)
24
+ - `Microsoft.Extensions.Hosting.WindowsServices`, `Microsoft.Extensions.Hosting.Systemd` and `Microsoft.Extensions.Hosting`
25
+ - `ClickView.VPS.Common` as its in domain models anyway
26
+ - Update packages
27
+ - `ClickView.Models` from dev version
28
+ - `AWS` packages to latest
29
+ - delete all assemblyinfo classes
30
+ - Cleanup csproj files
31
+
32
+ - Delete old staff request notifications
33
+
34
+
35
+ # Testing
36
+ - Mobile notifications still work (ask John and Boris)
37
+ - Notifications in the product are pushed to the user
38
+ - Opening notifications will mark them as seen (the count will go down to 0)
39
+
40
+ - Mobile notifications still work (ask John and Boris)
41
+
42
+ - Notifications work as expected
43
+ - Count is sent
44
+ - New notifications are sent
45
+ - Viewing the list of notifications work
46
+ - Push notifications work (in mobile and web)
47
+
48
+