Update Docs
This commit is contained in:
parent
97a362810a
commit
f491c5a3d7
|
@ -1,35 +1,43 @@
|
|||
# React My Task Web Part
|
||||
|
||||
## Summary
|
||||
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.
|
||||
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.
|
||||
|
||||
|
||||
|
||||
## List of Task Cards
|
||||
|
||||
|
||||
|
||||
![MyTasks](https://github.com/joaojmendes/sp-dev-fx-webparts/blob/My-Tasks/samples/react-mytasks/assets/screen1.png)
|
||||
|
||||
## Filter Tasks
|
||||
|
||||
|
||||
![MyTasks](https://github.com/joaojmendes/sp-dev-fx-webparts/blob/My-Tasks/samples/react-mytasks/assets/screen2.png)
|
||||
|
||||
</br>
|
||||
</br>
|
||||
|
||||
|
||||
![tenant properties](https://github.com/joaojmendes/sp-dev-fx-webparts/blob/My-Tasks/samples/react-mytasks/assets/screen3.png)
|
||||
|
||||
|
||||
</br>
|
||||
</br>
|
||||
|
||||
|
||||
![tenant properties](https://github.com/joaojmendes/sp-dev-fx-webparts/blob/My-Tasks/samples/react-mytasks/assets/screen4.png)
|
||||
|
||||
|
||||
</br>
|
||||
</br>
|
||||
|
||||
|
||||
![tenant properties](https://github.com/joaojmendes/sp-dev-fx-webparts/blob/My-Tasks/samples/react-mytasks/assets/screen5.png)
|
||||
|
||||
</br>
|
||||
|
@ -44,6 +52,7 @@ The user can Search Task by name, can filter by progress status, all data are dy
|
|||
</br>
|
||||
</br>
|
||||
|
||||
|
||||
![tenant properties](https://github.com/joaojmendes/sp-dev-fx-webparts/blob/My-Tasks/samples/react-mytasks/assets/screen7.png)
|
||||
|
||||
</br>
|
||||
|
@ -92,9 +101,16 @@ The user can Search Task by name, can filter by progress status, all data are dy
|
|||
![tenant properties](https://github.com/joaojmendes/sp-dev-fx-webparts/blob/My-Tasks/samples/react-mytasks/assets/screen13.png)
|
||||
|
||||
|
||||
</br>
|
||||
</br>
|
||||
|
||||
|
||||
|
||||
![tenant properties](https://github.com/joaojmendes/sp-dev-fx-webparts/blob/My-Tasks/samples/react-mytasks/assets/screen14.png)
|
||||
|
||||
|
||||
|
||||
|
||||
## Used SharePoint Framework Version
|
||||
![drop](https://img.shields.io/badge/version-1.9.1-green.svg)
|
||||
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 590 KiB |
Loading…
Reference in New Issue