diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..69cea81 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# Change Log + +Updated when changes are made within this repo to provide a record. + +## April 20, 2018 + +### New Samples + +* Added create team sample showing SharePoint Framework field customizer, PnPjs, React, Graph, and TypeScript diff --git a/README.md b/README.md index 141b54b..891227d 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,11 @@ This section lists the projects currently published as part of the Microsoft Fas |----|-------------------------- |[SMAT Workbook Generator](https://github.com/Microsoft/fasttrack-smat-workbook-generator)|Combines the output of SMAT into a single workbook| +### Samples + +|Sample|Description +|----|-------------------------- +|[teams-spfx-create-team](./samples/teams-spfx-create-team)|Demonstrates how to create a Microsoft Team from a SharePoint Framework Field customizer. Makes use of PnPjs libraries, Office UI Fabric & React Fabric Controls, and React.| ## Ideas Welcome! diff --git a/samples/README.md b/samples/README.md deleted file mode 100644 index 004af53..0000000 --- a/samples/README.md +++ /dev/null @@ -1 +0,0 @@ -# Microsoft FastTrack Open Source - Samples \ No newline at end of file diff --git a/samples/teams-spfx-create-team/CHANGELOG.md b/samples/teams-spfx-create-team/CHANGELOG.md new file mode 100644 index 0000000..89c9430 --- /dev/null +++ b/samples/teams-spfx-create-team/CHANGELOG.md @@ -0,0 +1,5 @@ +# Change Log + +## April 20, 2018 + +Initial Merge \ No newline at end of file diff --git a/samples/teams-spfx-create-team/CODE-INDEX.md b/samples/teams-spfx-create-team/CODE-INDEX.md index 01d6514..254eb04 100644 --- a/samples/teams-spfx-create-team/CODE-INDEX.md +++ b/samples/teams-spfx-create-team/CODE-INDEX.md @@ -41,3 +41,5 @@ A [React](https://reactjs.org/) based [SharePoint Framework](https://docs.micros * [React](https://reactjs.org/) * [PnPjs Libraries](https://github.com/pnp/pnpjs) * [SharePoint Patterns and Practices](https://dev.office.com/patterns-and-practices) +* [Office UI Fabric](https://developer.microsoft.com/en-us/fabric) +* [TypeScript](https://www.typescriptlang.org/)