sp-dev-fx-webparts/samples/react-tree-orgchart
joaojmendes c280ec990f Birthdays Web Part - Update Documentation and bug fix (#844)
* commit

* Tree Organization Chart

* React-Birthdays  - Convert birthdate from UTC to local

* commit react-tenant-properties

commit react-tenant-properties

* update project name

* Update README.md

Change docs

* Update README.md

* Update width WebApiInformation 

Update width WebApiInformation

* Update README.md

* Update SPService.ts
2019-04-18 21:30:11 +03:00
..
assets React-Birthdays - Update - Convert birthdate from UTC to local (#804) 2019-03-10 18:19:03 +02:00
config React-Birthdays - Update - Convert birthdate from UTC to local (#804) 2019-03-10 18:19:03 +02:00
src React-Birthdays - Update - Convert birthdate from UTC to local (#804) 2019-03-10 18:19:03 +02:00
teams React-Birthdays - Update - Convert birthdate from UTC to local (#804) 2019-03-10 18:19:03 +02:00
README.md Birthdays Web Part - Update Documentation and bug fix (#844) 2019-04-18 21:30:11 +03:00
gulpfile.js React-Birthdays - Update - Convert birthdate from UTC to local (#804) 2019-03-10 18:19:03 +02:00
package-lock.json React-Birthdays - Update - Convert birthdate from UTC to local (#804) 2019-03-10 18:19:03 +02:00
package.json React-Birthdays - Update - Convert birthdate from UTC to local (#804) 2019-03-10 18:19:03 +02:00
tsconfig.json React-Birthdays - Update - Convert birthdate from UTC to local (#804) 2019-03-10 18:19:03 +02:00
tslint.json React-Birthdays - Update - Convert birthdate from UTC to local (#804) 2019-03-10 18:19:03 +02:00

README.md

React Tree Organization Web Part

Summary

The Tree Organization WebPart shows the Organization Chart of the or the team, the web part reads infomation from current user to build the Organization Chart.

We can configure in the webpart properties if it show all Organization Chart or the only user team, (same manager and peers).

Organization Chart Web Part Organization Chart Web Part Organization Chart Web Part

Used SharePoint Framework Version

drop

Applies to

Update accordingly as needed.

WebPart Properties

Property Type Required comments
WebPart Title Text no
Show Only My Team Boolean true
MaxDepth Number yes Maximum number of levels to show

Solution

Solution Author(s)
Tree Organization WebPart João Mendes

Version history

Version Date Comments
1.0.0 Fev 25, 2019 Initial release

Disclaimer

THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.


Minimal Path to Awesome

  • Clone this repository
  • in the command line run:
    • npm install
    • gulp build
    • gulp bundle --ship
    • gulp package-solution --ship