Skip to content
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

Updated TeamsJS CC Matrix App #2074

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

vikramtha
Copy link
Contributor

For more information about how to contribute to this repo, visit this page.

Description

I added a revised version of the TeamsJS CC Matrix app which has addressed al the comments in the previous PR and included more support. I believe this needs to be on the TeamsJS SDK so that the samples that are linked in the public capability matrix point to the correct repo.

If this Pull Request should close/resolve any issues when merged, use the special syntax for that here.

Main changes in the PR:

  1. Added the Teams JS CC App

Validation

Validation performed:

None

Unit Tests added:

Not necessary, sample app

End-to-end tests added:

No

Additional Requirements

Change file added:

Ensure the change file meets the formatting requirements.

Not needed as this doesn't impact client facing code

@vikramtha vikramtha requested a review from a team as a code owner December 1, 2023 23:45
@@ -0,0 +1,93 @@
# TeamsJS Capability Checker
Copy link
Contributor

Choose a reason for hiding this comment

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

Can this file have some info about what this app is and what it's for?

Some of the info about how to run it is good and helpful and should stay -- but some details specific to this app would be good.

"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx"
Copy link
Contributor

Choose a reason for hiding this comment

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

Consider alphabetizing these

"manifestVersion": "1.16",
"version": "1.0.2",
"id": "${{TEAMS_APP_ID}}",
"packageName": "com.microsoft.teams.extension",
Copy link
Contributor

Choose a reason for hiding this comment

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

com.microsoft.teams.extension

Is there a more specific name you can use for this?

@AE-MS
Copy link
Contributor

AE-MS commented Jan 12, 2024

For future reference, putting screenshots of the app into the PR request can be helpful to reviewers.

@AE-MS
Copy link
Contributor

AE-MS commented Jan 12, 2024

I'll review more of the code once the tests are passing and the code has been updated to latest main.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants