@clickview/ship-it 0.0.52 → 0.0.54-dev.0

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 (56) hide show
  1. package/Dockerfile +1 -3
  2. package/dist/P3/Account.Api.md +20 -0
  3. package/dist/P3/Analytics Web.md +13 -0
  4. package/dist/P3/Batch.Api.md +25 -0
  5. package/dist/P3/Classroom.Api.md +21 -0
  6. package/dist/P3/ClickView Online.md +18 -0
  7. package/dist/P3/ClickView.Cron.JobProcessor.md +28 -0
  8. package/dist/P3/ClickView.Curator.md +39 -0
  9. package/dist/P3/Clients.md +31 -0
  10. package/dist/P3/Collection.Api.md +28 -0
  11. package/dist/P3/Discover.Api.md +23 -0
  12. package/dist/P3/Domain.Api.md +36 -0
  13. package/dist/P3/Exchange.Web.md +6 -0
  14. package/dist/P3/File.Api.IngestService.md +38 -0
  15. package/dist/P3/File.Api.md +26 -0
  16. package/dist/P3/FileGenerator.md +14 -0
  17. package/dist/P3/Hydration.App.md +20 -0
  18. package/dist/P3/Integrations.Api.md +68 -0
  19. package/dist/P3/Krakend.md +29 -0
  20. package/dist/P3/LeadQualifier.App.md +19 -0
  21. package/dist/P3/Library Editor.md +14 -0
  22. package/dist/P3/Library.Api.md +29 -0
  23. package/dist/P3/Lite.md +6 -0
  24. package/dist/P3/LocalCache.Api.md +22 -0
  25. package/dist/P3/LoginAnalytics.Api.md +20 -0
  26. package/dist/P3/Master.Api.md +13 -0
  27. package/dist/P3/Master.Auth.md +28 -0
  28. package/dist/P3/Objects.Api.md +27 -0
  29. package/dist/P3/Permissions.Api.md +23 -0
  30. package/dist/P3/Release Notes.md +1196 -0
  31. package/dist/P3/Search.Api.md +14 -0
  32. package/dist/P3/Share.Api.md +16 -0
  33. package/dist/P3/StreamableLearning.Web.md +6 -0
  34. package/dist/P3/Subjects.API.md +13 -0
  35. package/dist/P3/Tools.md +13 -0
  36. package/dist/P3/Tv.Web.md +35 -0
  37. package/dist/P3/TvConversion.App.md +14 -0
  38. package/dist/P3/TvRecording.App.md +18 -0
  39. package/dist/P3/TvSplice.App.md +14 -0
  40. package/dist/P3/Users.Api.md +46 -0
  41. package/dist/P3/VideoCollections.Api.md +6 -0
  42. package/dist/P3/VideoViews.Api.md +29 -0
  43. package/dist/P3/WorkspaceSplice.App.md +14 -0
  44. package/dist/P3/clickview.md +130 -0
  45. package/dist/P3/index.app.md +58 -0
  46. package/dist/V1/V1 Notes Audit.csv +53 -0
  47. package/dist/W2/W2 Notes Audit.csv +0 -14
  48. package/lib/src/api-clients/slack/SlackApiClient.js +16 -20
  49. package/lib/src/api-clients/team-city/TeamCityApiClient.js +35 -21
  50. package/lib/src/index.js +0 -0
  51. package/lib/src/tasks/InstallPackagesTask.js +183 -57
  52. package/package.json +4 -6
  53. package/.claude/settings.local.json +0 -10
  54. package/dist/P3/P3 Notes Audit.csv +0 -49
  55. package/dist/R1/R1 Notes Audit.csv +0 -117
  56. package/dist/S3/S3 Notes Audit.csv +0 -13
@@ -0,0 +1,14 @@
1
+
2
+ # Code Changes
3
+ * Sort by `dateCreated` for `Customer`, `User` and `Organisation`
4
+
5
+
6
+ # Testing
7
+ * CORE-2025
8
+
9
+
10
+ # Merge Request Checklist
11
+ - [ ] QA validation is completed.
12
+ - [ ] All dependencies have been addressed.
13
+ - [ ] All before release tasks have been completed.
14
+ - [ ] All after release tasks are ready to be completed.
@@ -0,0 +1,16 @@
1
+
2
+ # Code Changes
3
+ * Making sure that we get the all the data from the db after creating the share
4
+
5
+ * Adds DateCreated to share recipients during migration
6
+
7
+
8
+ # Testing
9
+
10
+
11
+
12
+ # Merge Request Checklist
13
+ - [ ] QA validation is completed.
14
+ - [ ] All dependencies have been addressed.
15
+ - [ ] All before release tasks have been completed.
16
+ - [ ] All after release tasks are ready to be completed.
@@ -0,0 +1,6 @@
1
+
2
+ # Merge Request Checklist
3
+ - [ ] QA validation is completed.
4
+ - [ ] All dependencies have been addressed.
5
+ - [ ] All before release tasks have been completed.
6
+ - [ ] All after release tasks are ready to be completed.
@@ -0,0 +1,13 @@
1
+
2
+ # Code Changes
3
+ * Fixed an issue to calculate child classificaitons count to include leaf classificaiotns only
4
+
5
+
6
+ # Testing
7
+
8
+
9
+ # Merge Request Checklist
10
+ - [ ] QA validation is completed.
11
+ - [ ] All dependencies have been addressed.
12
+ - [ ] All before release tasks have been completed.
13
+ - [ ] All after release tasks are ready to be completed.
@@ -0,0 +1,13 @@
1
+
2
+ # Code Changes
3
+ - Added a one off tool to add audiences to a video for a presentation, based on the audiences mapped from another presentation.
4
+
5
+
6
+ # Testing
7
+
8
+
9
+ # Merge Request Checklist
10
+ - [ ] QA validation is completed.
11
+ - [ ] All dependencies have been addressed.
12
+ - [ ] All before release tasks have been completed.
13
+ - [ ] All after release tasks are ready to be completed.
@@ -0,0 +1,35 @@
1
+
2
+ # Before Release
3
+
4
+ ## SQL
5
+ * run this sql
6
+ ```
7
+ -- Enable 7twoHD Perth channel
8
+ INSERT INTO `cv_tv_au`.`RegionChannels` (`RegionId`, `ChannelId`, `OwnerStatus`, `Deleted`, `IsShow`) VALUES (3, 74, 0, 0, 1);
9
+ -- Disable old 7two Perth channel
10
+ UPDATE `cv_tv_au`.`RegionChannels` SET `IsShow` = 0 WHERE `ChannelId` = 13 AND RegionId = 3;
11
+ -- Rename ABC Entertains to ABC Entertains HD
12
+ UPDATE `cv_tv_au`.`Channels` SET `DisplaynNme` = 'ABC Entertains HD' WHERE `Id` = 37;
13
+ -- Rename ABC News 24 to ABC News HD
14
+ UPDATE `cv_tv_au`.`Channels` SET `DisplaynNme` = 'ABC News HD' WHERE `Id` = 6;
15
+ ```
16
+
17
+
18
+ # Customer Changes
19
+ * Customer shoud see the new 7twoHD channels in 5 AU resions. The old `7two` channel should be disabled
20
+ * Rename `ABC Entertains` to `ABC Entertains HD`
21
+ * Rename `ABC News 24` to `ABC News HD`
22
+
23
+
24
+ # Code Changes
25
+ * The new `7twoHD` channel to use existing 7two logo and small channel icon
26
+
27
+
28
+ # Testing
29
+
30
+
31
+ # Merge Request Checklist
32
+ - [ ] QA validation is completed.
33
+ - [ ] All dependencies have been addressed.
34
+ - [ ] All before release tasks have been completed.
35
+ - [ ] All after release tasks are ready to be completed.
@@ -0,0 +1,14 @@
1
+
2
+ # Code Changes
3
+ * Update queue to use TLS
4
+
5
+
6
+ # Testing
7
+ * CVTV-255
8
+
9
+
10
+ # Merge Request Checklist
11
+ - [ ] QA validation is completed.
12
+ - [ ] All dependencies have been addressed.
13
+ - [ ] All before release tasks have been completed.
14
+ - [ ] All after release tasks are ready to be completed.
@@ -0,0 +1,18 @@
1
+
2
+ # Code Changes
3
+ * Update queue to use TLS
4
+
5
+ * Record the new `7twoHD Perth` channels
6
+ * Upgrade `ABC News` and `ABC Me` channels to HD
7
+
8
+
9
+ # Testing
10
+ * CVTV-257
11
+
12
+
13
+
14
+ # Merge Request Checklist
15
+ - [ ] QA validation is completed.
16
+ - [ ] All dependencies have been addressed.
17
+ - [ ] All before release tasks have been completed.
18
+ - [ ] All after release tasks are ready to be completed.
@@ -0,0 +1,14 @@
1
+
2
+ # Code Changes
3
+ * Update queue to use TLS
4
+
5
+
6
+ # Testing
7
+ * CVTV-256
8
+
9
+
10
+ # Merge Request Checklist
11
+ - [ ] QA validation is completed.
12
+ - [ ] All dependencies have been addressed.
13
+ - [ ] All before release tasks have been completed.
14
+ - [ ] All after release tasks are ready to be completed.
@@ -0,0 +1,46 @@
1
+
2
+ # Before Release
3
+
4
+ ## Tasks
5
+ * [ ] Add `RabbitMq-Shared` variable set in Octo
6
+
7
+
8
+ # Code Changes
9
+ * Support manual super admin account. Closes CORE-2042
10
+ * Update `UserService.UpdateUserAsync()` to allow super admin user to elevate a user account to super admin
11
+ * Update `UserService.CreateUsersInternalAsync()` to allow super admin to create other super admin accounts
12
+ * Move `AddUserToOrganisationAsync` and `RemoveUserFromOrganisationAsync` to `OrganisationService` so they can be shared for both sso and manual account
13
+ * Move `AddUserCustomersAsync()` and `UpdateUserCustomersYearGroupsAndUserProfilesAsync` to `UserProfileService`
14
+ * Some minor code clean up
15
+
16
+ * Support TLS connection for rabbitmq. Closes CORE-2035
17
+ * Update `ClickView.GoodStuff.EventHandling.Master` to `0.12.0` or above which is default to ssl connection for rabbitmq
18
+ * Update `ClickView.Clients.Notification` to `2.54.0` or above which has already had ignore ssl error turned on
19
+ * Update `AutoJoinReceivedNotification` and `JoinRequestReceivedNotification` to adapt to the changes made in the latest `ClickView.Clients.Notification` nuget
20
+
21
+ * Add a new endpoint `PUT v1/users/profile` to allow user to update their own basic info. Closes CORE-2006
22
+ * This allows staff to update their job title (currently there is no UI to allow user to update their job title)
23
+ * Updating job title will be ignored if the user type is not `Staff` (there is no UI to allow student to update their profile currently)
24
+ * Update `UserService.UpdateUserAsync()` to use `ValidatorService` to validate the basic user info and return the following error codes instead of `unknown-error`
25
+ * Return `user-validation-error-first-name-invalid` error code if first name contains invalid characters
26
+ * Return `user-validation-error-surname-invalid` error code if surname contains invalid characters
27
+ * Return `user-validation-error-display-name-invalid` error code if display name contains invalid characters
28
+ * Return `user-validation-error-job-title-name-invalid` error code if job title contains invalid characters
29
+ * Return `user-validation-error-job-title-too-long` error code if job title name exceeds 70 characters
30
+ * Return `user-validation-error-job-title-too-short` error code if job title name is less than 2 characters
31
+ * Remove `InvalidFirstNameException` and `InvalidSurnameException`
32
+
33
+
34
+ # Testing
35
+ * CORE-2042
36
+
37
+ * CORE-2035
38
+
39
+ * CORE-2006
40
+
41
+
42
+ # Merge Request Checklist
43
+ - [ ] QA validation is completed.
44
+ - [ ] All dependencies have been addressed.
45
+ - [ ] All before release tasks have been completed.
46
+ - [ ] All after release tasks are ready to be completed.
@@ -0,0 +1,6 @@
1
+
2
+ # Merge Request Checklist
3
+ - [ ] QA validation is completed.
4
+ - [ ] All dependencies have been addressed.
5
+ - [ ] All before release tasks have been completed.
6
+ - [ ] All after release tasks are ready to be completed.
@@ -0,0 +1,29 @@
1
+
2
+ # Before Release
3
+
4
+ ## Tasks
5
+ * [x] Update octo variable and add in shared variable set
6
+
7
+
8
+ # Code Changes
9
+ * When there is a stream record but no heatmap data, shows the heatmap row in the UI with accurate view count and empty heatmap progress bar.
10
+
11
+ * Adds raw stream retrieval endpoint
12
+ * Implements a new endpoint for retrieving raw stream data based on customer, user, and group IDs within a specified date range. It fetches streams from the repository, enriches them with metadata, and maps them to a simplified raw view model.
13
+
14
+ * Queue updates. Partially implements INBOX-9146
15
+ * Updates ClickView client libraries and hosting queue package to their latest versions.
16
+ * Updates the RabbitMQ connection port in appsettings.json to the correct value.
17
+
18
+
19
+ # Testing
20
+
21
+
22
+ INBOX-9146
23
+
24
+
25
+ # Merge Request Checklist
26
+ - [ ] QA validation is completed.
27
+ - [ ] All dependencies have been addressed.
28
+ - [ ] All before release tasks have been completed.
29
+ - [ ] All after release tasks are ready to be completed.
@@ -0,0 +1,14 @@
1
+
2
+ # Code Changes
3
+ * Update queue to use TLS
4
+
5
+
6
+ # Testing
7
+ * CVTV-258
8
+
9
+
10
+ # Merge Request Checklist
11
+ - [ ] QA validation is completed.
12
+ - [ ] All dependencies have been addressed.
13
+ - [ ] All before release tasks have been completed.
14
+ - [ ] All after release tasks are ready to be completed.
@@ -0,0 +1,130 @@
1
+
2
+ # Deploy Dependencies
3
+
4
+ ## other
5
+ * https://gitlab.cvinternal.net/clickview/front-end/integrations.api/-/merge_requests/219
6
+
7
+ # Before Release
8
+
9
+ ## Tasks
10
+ - [ ] Ensure this article has been published: https://support.clickvieweducation.com/hc/articles/48276917260441
11
+
12
+
13
+ ## SQL
14
+ Need to run the SQL below to create a collection api client for cv marketing website. - (by @prad)
15
+ ```sql
16
+ insert into cv_collection.authentication (`ClientId`, `ClientSecret`, `Scopes`, `DateCreated`, `Deleted`)
17
+ values ('cv_marketing', 'zXJL9nOHxzDlMUDjiP41', 'collectionapi.collect', UTC_TIMESTAMP, 0);
18
+ ```
19
+
20
+
21
+ # After Release
22
+
23
+ ## Tasks
24
+ * [ ] Update `@clickview/analytics` package in marketing website - (notify @nish)
25
+
26
+
27
+ # Analytics
28
+
29
+ ## Code Changes
30
+ * Ability to export third party consumable typescript npm package.
31
+ * `ProfileApiClient` handles `attributedProfileId` for when its passed from `r` value. Partially Implements INBOX-9260.
32
+ * Update `ClientOptions` interface align more towards `CollectionApiClientOptions` .
33
+
34
+ # Curator
35
+
36
+ ## Code Changes
37
+ * Fix an issue in the curriculum selector in Curator video curricumn page.
38
+ * Add Organisation type to the domain option entity.
39
+ * In CRM studio Organisation tabs, added a `Feature Flags` page to show Organisation domain option (We only have one feature flag type domain option now)
40
+
41
+ ## Customer Changes
42
+ * If a user is a Super Admin, it should display a badge to differentiate from an Admin. For AU/UK it's called `Org Admin`, for US it's `District Admin`.
43
+ ![Screenshot 2025-06-17 at 1.21.43 pm.png](/uploads/fecf7e3c85fe2ef60b7f65125899728c/Screenshot_2025-06-17_at_1.21.43_pm.png)
44
+ ![image.png](/uploads/88184f5bb5396dd4b87938780c9d1aba/image.png)
45
+ - In the Points of Interest form in the content pipeline, if you manually add/edit a POI and accidentally click on the "X", you are shown a warning then asked to click X again before actually closing the form.
46
+
47
+ # Exchange
48
+
49
+ ## Code Changes
50
+ - Fixing issues that were preventing TV from working in the NZ region.
51
+
52
+ # Lite
53
+
54
+ ## Code Changes
55
+ - Hardcoded IDs for the tigtag and twig hubs so they're hidden on Discover to customers without the libraries.
56
+ * Replaced rostering setting with organisation rostering setting
57
+ * Remove empty rostering status for super admin when there is a district-controlled rostering.
58
+ - Pincode route now auto submits
59
+ - Fixed pincode route not being public
60
+ - Fixed an issue causing an applink to appear in the query params
61
+ - Updating the pincode consumption to use product images on the left
62
+ * Remove feature flag checks to enable new search for public access. Implements LTE-3151.
63
+ * Use attributed profile id if it exists.
64
+
65
+ ## Customer Changes
66
+ - Added a link to our KB article about exporting libraries to the export libraries settings page.
67
+ - When selecting the `MARC 21 V2` or `MARC XML` library export formats. Admins can now additionally select from which date they would like the export to start from. Implements INBOX-9351.
68
+
69
+ ![image](/uploads/c2a21befd2de8a2dd44e73a59a5a81e3/image.png)
70
+ * Enable new search for public access.
71
+ - In the Curator user manager, a super admin account can be created and edited:
72
+
73
+ ![Screenshot_2025-06-19_at_8.52.00_am](/uploads/17b00c4d068880871d9b51d37509f076/Screenshot_2025-06-19_at_8.52.00_am.png)
74
+
75
+ ![image](/uploads/ac959cb3cf188747ba2a2c97c353ad1b/image.png)
76
+ - For a Super Admin account, they can create/edit another Super Admin staff account:
77
+ ![image](/uploads/9f8cc51ec6f3fe707c804be1b73ca19a/image.png)
78
+ - For an ordinary Admin, they cannot create/edit a Super Admin staff:
79
+ ![image](/uploads/0ca0a42ca33357e65bdecd55ccad1f4b/image.png)
80
+ - In Lite, a non-super admin cannot update a super admin account (edit, deactivate, remove etc.)
81
+ ![image](/uploads/3c5ff12844f1adc13ae6288b13bbf4ba/image.png)
82
+ * If a user is a Super Admin, it should display a badge to differentiate from an Admin. For AU/UK it's called `Org Admin`, for US it's `District Admin`.
83
+ ![Screenshot 2025-06-17 at 1.21.43 pm.png](/uploads/fecf7e3c85fe2ef60b7f65125899728c/Screenshot_2025-06-17_at_1.21.43_pm.png)
84
+ ![image.png](/uploads/88184f5bb5396dd4b87938780c9d1aba/image.png)
85
+ - Fix an issue where the images start to overflow the containers on the login page.
86
+ ![image](/uploads/497a18019f0c54853c51c8d5ce7b1cf4/image.png)
87
+
88
+ # Player
89
+
90
+ ## Customer Changes
91
+ - Fixed a bug where captions wouldn't reposition when toggling between theatre mode and default mode. Fixes INBOX-9276.
92
+ - The player now provides the option for the video to be looped. Note: Turning on play next video will turn off loop video, and vice versa. Implements PLAY-243.
93
+
94
+ ![image](/uploads/a3302899794ec21a1fd5d924c7b9a4d8/image.png)
95
+ - Fix the casing of the player's menu items.
96
+ - The player will now indicate if captions and theatre mode are switched on. Implements INBOX-8757.
97
+
98
+ ![image](/uploads/7a3b9cd1fa69ee27723e153d8ea5c3cc/image.png)
99
+
100
+ ## Code Changes
101
+ - Bumping `@clickview/player-font` with changes to the CC and Theatre mode icons, as they were off center by 1 px. Fixes INBOX-9275. Fixes INBOX-9277.
102
+
103
+ # Shared
104
+
105
+ ## Code Changes
106
+ - Extracted the tiles from the bulk actions, so they may be used for other forms.
107
+ - Added a `formatToISODate` helper to our date helper
108
+ - Added the Job Titles for the NZ product.
109
+
110
+ # Testing
111
+
112
+ ## other
113
+ - Implements INBOX-9351.
114
+ * n/a
115
+ * Implements LTE-3151.
116
+ * Fixes INBOX-9310
117
+ - n/a
118
+ - Implemented RELEASE-1183
119
+ * Implemented CC-1268
120
+ * Partially Implements INBOX-9260.
121
+ - Implements PLAY-243.
122
+ - Implements INBOX-9178
123
+ - Implements INBOX-8757.
124
+ - Fixes INBOX-8917
125
+
126
+ # Merge Request Checklist
127
+ - [ ] QA validation is completed.
128
+ - [ ] All dependencies have been addressed.
129
+ - [ ] All before release tasks have been completed.
130
+ - [ ] All after release tasks are ready to be completed.
@@ -0,0 +1,58 @@
1
+
2
+ # Before Release
3
+
4
+ ## Tasks
5
+ * [ ] Update Elastic customer mapping
6
+ ```
7
+ [PUT] customer/_mapping
8
+ {
9
+ "properties": {
10
+ "dateCreated": {
11
+ "type": "date"
12
+ }
13
+ }
14
+ }
15
+ ```
16
+ * [ ] Update Elastic User mapping
17
+ ```
18
+ [PUT] user/_mapping
19
+ {
20
+ "properties": {
21
+ "dateCreated": {
22
+ "type": "date"
23
+ }
24
+ }
25
+ }
26
+ ```
27
+ * [ ] Update Elastic Organisation mapping
28
+ ```
29
+ [PUT] organisation/_mapping
30
+ {
31
+ "properties": {
32
+ "dateCreated": {
33
+ "type": "date"
34
+ }
35
+ }
36
+ }
37
+ ```
38
+
39
+
40
+ # After Release
41
+
42
+ ## Tasks
43
+ * [ ] Reindex Users, Customers and Organisations
44
+
45
+
46
+ # Code Changes
47
+ * Index `dateCreated` for master user, customer and organisation
48
+
49
+
50
+ # Testing
51
+ * CORE-2025
52
+
53
+
54
+ # Merge Request Checklist
55
+ - [ ] QA validation is completed.
56
+ - [ ] All dependencies have been addressed.
57
+ - [ ] All before release tasks have been completed.
58
+ - [ ] All after release tasks are ready to be completed.
@@ -0,0 +1,53 @@
1
+ projectName,mrTitle,mrAuthor,mrAssignee,mrUrl,notes
2
+ clickview,Lite - General countdown widget & commonwealth game countdown widget,Nan Chen,Shale Kuzmanovski,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/6148,"# Lite
3
+ - Display a Commonwealth Games countdown for English Primary, English Secondary, Scot Primary and Scot Secondary presentation.
4
+ - ![image](/uploads/cb113a13f05db70ba4e8586f502776e6/image.png)"
5
+ clickview,Adding email to our interactive report,Shale Kuzmanovski,Boris Berak,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/6146,"# Lite
6
+ - The generate report button for interactives will now include the student email. Fixes INBOX-10978.
7
+ - Fixed a bug where anonymous attempt names were not coming through in the generate report. Fixes INBOX-11079."
8
+ clickview,Curator - Dashboard details update,Nan Chen,Nischal Shrestha,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/6141,"# Curator
9
+ - Hide the content regions field for new channel creation form.
10
+ - Show an readonly content regions field when editing a channel."
11
+ clickview,Channels - Relocate about blurb in dashboard,Nischal Shrestha,Nan Chen,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/6139,"# Shared
12
+ * **\[Internal Access\]** Relocate about blurb widget to the bottom to channel dashboard."
13
+ clickview,Fix shared interactive play view,Nischal Shrestha,Shale Kuzmanovski,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/6130,"# Lite
14
+ * Fixed an issue where teachers did not have any video actions on interactive share links from students. Fixes INBOX-11026.
15
+ | Before | After |
16
+ |--------|-------|
17
+ | ![image.png](/uploads/00fb08ca95d247f63d5e5ba4eeb33ddd/image.png){width=""1412"" height=""942""} | ![image.png](/uploads/30b7b7317b7a658a4e57ac8f7b87f167/image.png){width=""1409"" height=""906""} |"
18
+ clickview,Implemented support for Freemium V2 access policies,Boris Berak,Shale Kuzmanovski,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/6127,"# Lite
19
+ Trialing users in the US will now be placed on a new `Freemium V2` access policy which limits their school's monthly streams to `10`. While this limit seems low, the vast majority (90%) of trialing users will never hit this limit based on current reports. Further more, users will be able to increase the monthly stream limit for their school by referring colleagues. The goal is for this new access policy to enable our product-led growth strategies without giving trialing users full access to ClickView, and making it difficult to justify paid subscriptions during purchasing cycles.
20
+ Users will be able to see how many streams are still available this month from the banner:
21
+
22
+ ![CleanShot_2026-03-03_at_19.32.22](/uploads/88bb1595a2b4fce35bd1439b4b07965f/CleanShot_2026-03-03_at_19.32.22.png)
23
+ Users can find out more about the stream limitations by clicking ""Learn more"":
24
+
25
+ ![CleanShot_2026-03-04_at_09.55.06](/uploads/6630754359a22f27ed13883efee005d9/CleanShot_2026-03-04_at_09.55.06.png)
26
+ Users can increase their school's monthly stream limit by inviting colleagues:
27
+
28
+ ![CleanShot_2026-03-03_at_19.33.03](/uploads/dc54615fcb2710c83847b3cf16ce3003/CleanShot_2026-03-03_at_19.33.03.png)
29
+ When a school has reached it's monthly limit, users can still browse and access ClickView, but they won't be able to watch videos:
30
+
31
+ ![CleanShot_2026-03-03_at_19.33.39](/uploads/17289042dcca3dc81642a548dad7f94f/CleanShot_2026-03-03_at_19.33.39.png)"
32
+ clickview,Channels - cleanup / validate UploadVideo component,Nischal Shrestha,Nan Chen,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/6126,"# Curator
33
+ * Channels - video banner is now validated client side before it can be updated in add / edit channels forms.
34
+ * We validate min video dimensions and uploaded file types
35
+ * Also has ability to reset the field if there is an error when updating video."
36
+ clickview,Channels - Redirect studios to channels,Nischal Shrestha,Nan Chen,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/6117,"# Lite
37
+ * **\[Internal Access\]** Redirect studios dashboards to channels if relevant. Implements LTE-3224."
38
+ clickview,Curator - Implement delete channel,Nan Chen,Nischal Shrestha,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/6115,"# Curator
39
+ * Supported the deletion of a channel.
40
+ ![image.png](/uploads/8af23e8e9cfa4316802685638ca7457e/image.png)"
41
+ clickview,Lite: Fix pinned classro0m avatars,Shale Kuzmanovski,Boris Berak,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/6106,"# Lite
42
+ - Fixed a bug that was preventing pinned classrooms from showing the user's avatar. Fixes INBOX-10864."
43
+ clickview,Lite: Classroom 25,Shale Kuzmanovski,Nischal Shrestha,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/6103,"# Lite
44
+ - Fix a bug where groups could not be assigned more than 25 students in classrooms. Fixes INBOX-10919."
45
+ clickview,Lite: Add / Update support article links,Nischal Shrestha,Shale Kuzmanovski,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/6092,"# Lite
46
+ * Adds ""Learn More"" links to empty states in ""My Videos"", ""My Shares"", ""Playlists"", and LTI Platforms, linking to relevant support articles. Also adds a ""Learn More"" link to the Assign popup flow selector. Implements INBOX-10887."
47
+ clickview,Lite: Update Classroom Assignment empty state,Nischal Shrestha,Boris Berak,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/6084,"# Lite
48
+ * Empty state copy updated in classroom assignments view. Fixes INBOX-10865.
49
+ | Before | After |
50
+ |--------|-------|
51
+ | ![image.png](/uploads/8262abcc6aa5fbb5726fe7511c1e990b/image.png){width=1425 height=790} | ![image.png](/uploads/29f0a4f5ab2f77362b716fba8d100104/image.png){width=1442 height=832} |"
52
+ FileGenerator,Marc kbart discrepancy,Ryan Wang,Wei Zong,https://gitlab.cvinternal.net/clickview/back-end/filegenerator/-/merge_requests/239,* Fix the production year and video title discrepancy between marc record and kbart file.
53
+ Exchange.Web,Update support site url,William Scott,Nischal Shrestha,https://gitlab.cvinternal.net/clickview/front-end/exchange.web/-/merge_requests/116,* Update support URL to point to new help centre. Implements INBOX-10849.
@@ -1,16 +1,4 @@
1
1
  projectName,mrTitle,mrAuthor,mrAssignee,mrUrl,notes
2
- clickview,Lite: Fix classroom avatars in the insights heatmap,Shale Kuzmanovski,Boris Berak,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/6273,"# Lite
3
- - Fix classroom avatars in the insights heatmap. Partially addresses INBOX-11438."
4
- clickview,Player: Fix missing qualities,Shale Kuzmanovski,Cameron Hill,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/6271,"# Player
5
- - Fixed a bug that was preventing the last quality level from showing. Fixes TEST-357."
6
- clickview,Lite - Temporary use hardcoded presentation cover,Nan Chen,Nischal Shrestha,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/6262,"# Lite
7
- - Update cover for US High presentation to use photo-style cover when the customer has the preferred theme set to be `photo`.
8
- - ![Screenshot_2026-04-29_at_3.31.50_PM](/uploads/4811491aea5423b3ae1528ee8d81a759/Screenshot_2026-04-29_at_3.31.50_PM.png)
9
- - ![image](/uploads/8ef383f6aebef326f323a2fc4fa1c630/image.png)"
10
- clickview,Curator: Displays presentation last updated information,Nischal Shrestha,Nan Chen,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/6258,"# Curator
11
- * Displays the last updated time for presentations in the list view, providing users with a clear indicator of a presentation's freshness. Hovering over the time will show the exact date. Implements CC-1351."
12
- clickview,Fix - Update video status OGQL when fetching playlist,Nan Chen,Nischal Shrestha,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/6256,"# Lite
13
- * Fix an issue when the count on the playlist tile on `/playlists` does not match the number of videos on the playlist page. Fixes INBOX-11120"
14
2
  clickview,Lite: Search - Fixes search-in tags flakey visibility,Nischal Shrestha,Nan Chen,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/6244,"# Lite
15
3
  * Users will experience more reliable display of the ""Search in X"" tag when navigating to scoped search results, preventing instances where the tag might incorrectly disappear."
16
4
  clickview,Curator - Support remove video banner for a content partner,Nan Chen,Nischal Shrestha,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/6240,"# Curator
@@ -52,6 +40,4 @@ clickview,Crm studio - IDP form update,Nan Chen,Boris Berak,https://gitlab.cvint
52
40
  - ![image](/uploads/d17c0eee9dbcee01ae8c3cb47616fd6e/image.png)"
53
41
  clickview,Lite - Fix player is rendered in hover mode on play page,Nan Chen,Shale Kuzmanovski,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/6214,"# Lite
54
42
  * Fixes an issue when hovering on a pop-up video to preview the video, then clicking on the title in the pop-up card to go to the video play page. The play page is showing a non-interactive player. (no control bar)."
55
- clickview,Lite: Channels - Enables parent editing for channels,Nischal Shrestha,Nan Chen,https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/6211,"# Curator
56
- * Users can now update the parent of an existing content partner, as the selection field is no longer disabled during the editing process. Implements CC-1356."
57
43
  Master.Auth,Legacy saml check fixes,Cameron Hill,Kevin Wellalagodage,https://gitlab.cvinternal.net/clickview/back-end/Master.Auth/-/merge_requests/842,- Fix some SSO setups redirecting to the wrong SAML IDP on login. Fixes INBOX-11324
@@ -85,20 +85,15 @@ var SlackApiClient = /** @class */ (function () {
85
85
  };
86
86
  SlackApiClient.prototype.uploadFileToChannel = function (message, fileName, threadTs) {
87
87
  return __awaiter(this, void 0, void 0, function () {
88
- var uploadResponse, error_2;
88
+ var error_2;
89
89
  return __generator(this, function (_a) {
90
90
  switch (_a.label) {
91
91
  case 0:
92
92
  _a.trys.push([0, 2, , 3]);
93
- return [4 /*yield*/, this.client.files.uploadV2({
94
- channel_id: this.config.channelId,
95
- content: message,
96
- filename: fileName,
97
- thread_ts: threadTs,
98
- })];
99
- case 1:
100
- uploadResponse = _a.sent();
101
- return [2 /*return*/, uploadResponse];
93
+ return [4 /*yield*/, this.uploadFile(message, fileName, threadTs)];
94
+ case 1:
95
+ // If the message is too long, upload it as a file
96
+ return [2 /*return*/, _a.sent()];
102
97
  case 2:
103
98
  error_2 = _a.sent();
104
99
  utils_1.Logger.logError('Error uploading message:', error_2.message);
@@ -110,7 +105,7 @@ var SlackApiClient = /** @class */ (function () {
110
105
  };
111
106
  SlackApiClient.prototype.replyInThread = function (message, threadTs, sendAsFile) {
112
107
  return __awaiter(this, void 0, void 0, function () {
113
- var formatedMessage, response, uploadResponse, error_3;
108
+ var formatedMessage, response, error_3;
114
109
  return __generator(this, function (_a) {
115
110
  switch (_a.label) {
116
111
  case 0:
@@ -125,15 +120,10 @@ var SlackApiClient = /** @class */ (function () {
125
120
  case 1:
126
121
  response = _a.sent();
127
122
  return [2 /*return*/, response];
128
- case 2: return [4 /*yield*/, this.client.files.uploadV2({
129
- channel_id: this.config.channelId,
130
- content: message,
131
- filename: 'releaseData.md',
132
- thread_ts: threadTs,
133
- })];
134
- case 3:
135
- uploadResponse = _a.sent();
136
- return [2 /*return*/, uploadResponse];
123
+ case 2: return [4 /*yield*/, this.uploadFile(message, 'releaseData.md', threadTs)];
124
+ case 3:
125
+ // If the message is too long, upload it as a file
126
+ return [2 /*return*/, _a.sent()];
137
127
  case 4:
138
128
  error_3 = _a.sent();
139
129
  utils_1.Logger.logError('Error uploading message:', error_3.message);
@@ -198,6 +188,12 @@ var SlackApiClient = /** @class */ (function () {
198
188
  SlackApiClient.prototype.createTextFileMessage = function (fileContent) {
199
189
  return "```\n".concat(fileContent, "\n```");
200
190
  };
191
+ SlackApiClient.prototype.uploadFile = function (content, filename, threadTs) {
192
+ var channel_id = this.config.channelId;
193
+ return threadTs
194
+ ? this.client.files.uploadV2({ channel_id: channel_id, content: content, filename: filename, thread_ts: threadTs })
195
+ : this.client.files.uploadV2({ channel_id: channel_id, content: content, filename: filename });
196
+ };
201
197
  SlackApiClient = __decorate([
202
198
  (0, inversify_1.injectable)(),
203
199
  __param(0, (0, inversify_1.inject)(types_1.MISC.SlackConfig)),