Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[Notifier] Documentation for Microsoft Teams Options#15288

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged

Conversation

@KamilKubicki
Copy link
Contributor

@KamilKubickiKamilKubicki commentedApr 23, 2021
edited by javiereguiluz
Loading

@KamilKubicki
Copy link
ContributorAuthor

Please review as complementary commit to:

[Notifier] Add docs for Microsoft Teams Options#15232

:align:center

Adding Interactions to a Microsoft Teams Message
-----------------------------------------
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

There should be the same length.

@OskarStark, shouldn't DOCtor find this?

Copy link
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Fixed

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

@OskarStark, shouldn't DOCtor find this?

AFAIK there is no such rule, because Sphinx allows this 🤔

Copy link
Member

@NyholmNyholm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Thank you.

Could we add more "real" values in the examples?

OskarStark and KamilKubicki reacted with thumbs up emoji
use Symfony\Component\Notifier\Bridge\MicrosoftTeams\Section\Section;
use Symfony\Component\Notifier\Message\ChatMessage;

$chatMessage = new ChatMessage('');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Should the first argument really be empty?

Copy link
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

new ChatMessage('') requires a subject string argument, if this argument is given, then->text('Text') should be skipped while settingnew MicrosoftTeamsOptions(). In otherw wordsnew ChatMessage('') and->text('Text') are equivalents. In my example I used second one to set the text.

OskarStark reacted with thumbs up emoji
$input = new TextInput();
$input->id('input_title');
$input->isMultiline(true)->maxLength(5)->title('Input Title');
$input->isMultiline(true)->maxLength(5)->title('In few words, why would you like to participate?');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Suggested change
$input->isMultiline(true)->maxLength(5)->title('In few words, why would you like to participate?');
$input->isMultiline(true)->maxLength(5)->title('Inafew words, why would you like to participate?');

KamilKubicki reacted with thumbs up emoji
(new Section())
->title('Section - name')
->section((new Section())
->title('Talk about Symfony 5.x - would you like to join? Please give a shout!')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Suggested change
->title('Talk about Symfony 5.x - would you like to join? Please give a shout!')
->title('Talk about Symfony 5.3 - would you like to join? Please give a shout!')

KamilKubicki reacted with thumbs up emoji
->title('Talk about Symfony 5.x - would you like to join? Please give a shout!')
->fact((new Fact())
->name('Presenter')
->value('John Doe')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Suggested change
->value('John Doe')
->value('Fabien Potencier')

KamilKubicki reacted with thumbs up emoji
@OskarStarkOskarStark added the Waiting Code MergeDocs for features pending to be merged labelApr 26, 2021
@carsonbotcarsonbot added this to thenext milestoneApr 26, 2021
@KamilKubicki
Copy link
ContributorAuthor

Hi@Nyholm, related issue from@OskarStark was already merged - [Notifier] Microsoft Teams: JSON structure error fix for simple message #40834. Should you require any action from my side for this documentation or we can consider that it is ready for merge?

@OskarStark
Copy link
Contributor

It's done but we can merge this for 5.4 when the feature got merged

fabpot added a commit to symfony/symfony that referenced this pull requestJun 23, 2021
…karStark)This PR was squashed before being merged into the 5.4 branch.Discussion----------[Notifier] Add options to Microsoft Teams notifier| Q             | A| ------------- | ---| Branch?       | 5.4| Bug fix?      | no| New feature?  | yes| Deprecations? | no| Tickets       | Follows#39007| License       | MIT| Doc PR        |symfony/symfony-docs#15288### After rework:<img width="374" alt="CleanShot 2021-04-15 at 09 40 45@2x" src="https://user-images.githubusercontent.com/995707/114832421-c04c9400-9dce-11eb-8135-77ee1fb21314.png">Commits-------d039ce7 [Notifier] Add options to Microsoft Teams notifier
@javiereguiluzjaviereguiluz added Status: Reviewed and removed Waiting Code MergeDocs for features pending to be merged Status: Needs Review labelsJul 27, 2021
@javiereguiluzjaviereguiluz modified the milestones:next,5.4Jul 27, 2021
@javiereguiluzjaviereguiluz merged commit00f3420 intosymfony:5.4Jul 27, 2021
@javiereguiluz
Copy link
Member

Thanks Kamil for this nice contribution 🎉

@KamilKubickiKamilKubicki deleted the microsoft-teams-options branchJune 9, 2022 18:47
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@OskarStarkOskarStarkOskarStark left review comments

+1 more reviewer

@NyholmNyholmNyholm requested changes

Reviewers whose approvals may not affect merge requirements

Assignees

No one assigned

Projects

None yet

Milestone

5.4

Development

Successfully merging this pull request may close these issues.

5 participants

@KamilKubicki@OskarStark@javiereguiluz@Nyholm@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp