2019-11-18 21:27:11 +00:00
# React My Tasks Web Part
2019-11-18 19:53:51 +00:00
## Summary
2019-11-18 20:36:40 +00:00
This web part allows user to manage planner tasks in SharePoint Site. The UI was inspired on Planner UI, it is full implemented with Office-UI-Fabric Components. Use MSGraph API's and PnPjs to data access.
The user can search task by name, can filter by progress status, all data are dynamic updated on change.
2019-11-18 19:53:51 +00:00
2019-11-18 21:27:11 +00:00
< / br >
< / br >
2019-11-18 21:20:19 +00:00

2019-11-18 19:53:51 +00:00
## List of Task Cards
2019-11-18 20:36:40 +00:00
2019-11-18 20:06:42 +00:00

2019-11-18 19:53:51 +00:00
## Filter Tasks
2019-11-18 20:36:40 +00:00
2019-11-18 20:06:42 +00:00

2019-11-18 19:53:51 +00:00
2019-11-18 20:27:15 +00:00
< / br >
< / br >
2019-11-18 20:36:40 +00:00
2019-11-18 20:06:42 +00:00

2019-11-18 19:53:51 +00:00
2019-11-18 20:27:15 +00:00
< / br >
< / br >
2019-11-18 20:36:40 +00:00
2019-11-18 20:06:42 +00:00

2019-11-18 19:53:51 +00:00
2019-11-18 20:27:15 +00:00
< / br >
< / br >
2019-11-18 20:36:40 +00:00
2019-11-18 20:06:42 +00:00

2019-11-18 19:53:51 +00:00
2019-11-18 20:27:15 +00:00
< / br >
< / br >
2019-11-18 20:19:57 +00:00
2019-11-18 20:12:16 +00:00
## Add Task
2019-11-18 21:20:19 +00:00

< / br >
< / br >
2019-11-18 20:12:16 +00:00
2019-11-18 19:53:51 +00:00
2019-11-18 20:06:42 +00:00

2019-11-18 19:53:51 +00:00
2019-11-18 20:27:15 +00:00
< / br >
< / br >
2019-11-18 20:19:57 +00:00
2019-11-18 20:36:40 +00:00
2019-11-18 20:06:42 +00:00

2019-11-18 19:53:51 +00:00
2019-11-18 20:27:15 +00:00
< / br >
< / br >
2019-11-18 20:19:57 +00:00
2019-11-18 20:12:16 +00:00
## Edit Tasks
2019-11-18 19:53:51 +00:00
2019-11-18 20:19:57 +00:00
2019-11-18 21:20:19 +00:00

< / br >
< / br >
2019-11-18 20:19:57 +00:00
2019-11-18 20:06:42 +00:00

2019-11-18 20:12:16 +00:00
2019-11-18 19:53:51 +00:00
2019-11-18 20:27:15 +00:00
< / br >
< / br >
2019-11-18 20:19:57 +00:00
2019-11-18 20:30:19 +00:00
2019-11-18 20:06:42 +00:00

2019-11-18 20:12:16 +00:00
2019-11-18 20:27:15 +00:00
< / br >
< / br >
2019-11-18 20:30:19 +00:00
2019-11-18 20:06:42 +00:00

2019-11-18 20:12:16 +00:00
2019-11-18 20:27:15 +00:00
< / br >
< / br >
2019-11-18 20:30:19 +00:00
2019-11-18 20:06:42 +00:00

2019-11-18 20:12:16 +00:00
2019-11-18 20:27:15 +00:00
< / br >
< / br >
2019-11-18 20:30:19 +00:00
2019-11-18 20:06:42 +00:00

2019-11-18 19:53:51 +00:00
2019-11-18 20:19:57 +00:00
2019-11-18 20:30:19 +00:00
< / br >
< / br >
2019-11-18 20:19:57 +00:00
2019-11-18 20:12:16 +00:00

2019-11-18 19:53:51 +00:00
2019-11-18 20:12:16 +00:00
2019-11-18 20:36:40 +00:00
< / br >
< / br >
2019-11-18 19:53:51 +00:00
2019-11-18 20:36:40 +00:00

2019-11-18 19:53:51 +00:00
## Used SharePoint Framework Version

## Applies to
* [SharePoint Framework ](https:/dev.office.com/sharepoint )
* [Office 365 tenant ](https://dev.office.com/sharepoint/docs/spfx/set-up-your-development-environment )
## WebPart Properties
Property |Type|Required| comments
--------------------|----|--------|----------
WebPart Title| Text| no|
## Solution
The Web Part Use PnPjs library, Office-ui-fabric-react components and MSGraph API's
Solution|Author(s)
--------|---------
My Tasks |João Mendes
## Version history
Version|Date|Comments
-------|----|--------
1.0.0|November 17, 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
- Move to sample folder
- in the command line run:
- `npm install`
- `gulp build`
- `gulp bundle --ship`
- `gulp package-solution --ship`
- `Add to AppCatalog and deploy`
- `go to SharePoint Admin Center and Approve required API Permissions`
< img src = "https://telemetry.sharepointpnp.com/sp-dev-fx-webparts/samples/react-MyTask" / >