-
Notifications
You must be signed in to change notification settings - Fork 122
Enable sending messages to an unlimited number of recipients #2923
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable sending messages to an unlimited number of recipients #2923
Conversation
refs:MBL-17936 affects: Teacher , Student release note: Enable sending messages to an unlimited number of recipients test plan:
refs:MBL-17936 affects:Teacher, Student release note: Enabled to send message over 100 recipients test plan:
Release Note:Enabled sending messages to an unlimited number of recipients Affected Apps: Student, Teacher
|
…h-more-than-100-recipients-fail-to-send
refs:MBL-17936 affects:Student , Teacher release note: Enabled sending messages to an unlimited number of recipients test plan:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Few minor things, beside the change about the additional info text discussed in slack.
Core/Core/Inbox/ComposeMessage/ViewModel/ComposeMessageViewModel.swift
Outdated
Show resolved
Hide resolved
refs: MBL-17936 affects:Student , Teacher release note:Enabled sending messages to an unlimited number of recipients test plan:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
QA + 1
Thanks for the changes!
Will approve once the UX change below is confirmed.
@@ -307,6 +307,7 @@ public struct ComposeMessageView: View, ScreenViewTrackable { | |||
.font(.regular16, lineHeight: .condensed) | |||
.foregroundColor(.textDark) | |||
.padding(.vertical, 12) | |||
.frame(maxHeight: .infinity, alignment: .center) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've asked Marci about this change, will update with his answer.
Regardless, please highlight these kind of unrelated changes in the PR description, especially if those are user facing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes i faced an issues when you set much recipients in the list the 'TO' button in the top and '+' in the middle, so i fixed it
@rh12
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Marci confirmed it, that the "To" text should stay top aligned. Actually the "+" should also stay top aligned.
(This was probably not spotted in the previous PR)
Please revert the "To" change, and could you please fix the "+"? If so, please add that to the PR description.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks will do
refs:MBL-17936 affects:Student , Teacher release note:Enabled sending messages to an unlimited number of recipients test plan:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
QA + 1
@@ -103,6 +104,8 @@ final class ComposeMessageViewModel: ObservableObject { | |||
private var hiddenMessage: String = "" | |||
private var autoTeacherSelect: Bool = false | |||
private var teacherOnly: Bool = false | |||
private var sendIndividualToggleTemp: Bool = false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we have a more telling name here? Like sendIndividualToggleLastValue
? This variable is definitely not temporary.
refs:MBL-17936 affects:Student , Teacher release note:Enabled sending messages to an unlimited number of recipients test plan:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
QA+1
refs: MBL-17936
affects: Student , Teacher
release note: Enabled sending messages to an unlimited number of recipients
Test Plane
Note
Screenshots
Simulator.Screen.Recording.-.iPhone.15.Pro.Max.-.2024-10-11.at.14.18.38.mp4
Checklist