sp-dev-fx-webparts/samples/react-dev-radar
Hugo Bernier 68f7f67761 Changed from updated to modificationDateTime 2021-05-02 15:39:42 -04:00
..
assets Changed from updated to modificationDateTime 2021-05-02 15:39:42 -04:00
config Sample Dev-Radar integrated with GitHub (#1164) 2020-03-09 20:23:56 +02:00
src Sample Dev-Radar integrated with GitHub (#1164) 2020-03-09 20:23:56 +02:00
teams Sample Dev-Radar integrated with GitHub (#1164) 2020-03-09 20:23:56 +02:00
.editorconfig Sample Dev-Radar integrated with GitHub (#1164) 2020-03-09 20:23:56 +02:00
.gitignore Sample Dev-Radar integrated with GitHub (#1164) 2020-03-09 20:23:56 +02:00
.yo-rc.json Sample Dev-Radar integrated with GitHub (#1164) 2020-03-09 20:23:56 +02:00
README.md URL dev.office.com to docs.microsoft.com 2020-06-09 09:09:22 +02:00
dev-radar.png Sample Dev-Radar integrated with GitHub (#1164) 2020-03-09 20:23:56 +02:00
gulpfile.js Sample Dev-Radar integrated with GitHub (#1164) 2020-03-09 20:23:56 +02:00
package-lock.json Sample Dev-Radar integrated with GitHub (#1164) 2020-03-09 20:23:56 +02:00
package.json Sample Dev-Radar integrated with GitHub (#1164) 2020-03-09 20:23:56 +02:00
tsconfig.json Sample Dev-Radar integrated with GitHub (#1164) 2020-03-09 20:23:56 +02:00
tslint.json Sample Dev-Radar integrated with GitHub (#1164) 2020-03-09 20:23:56 +02:00

README.md

Dev-Radar for SharePoint Online

Summary

One way to find devs from the same stack near you.

Screen

react-dev-radar

Used SharePoint Framework Version

drop

Applies to

Solution

The web part Use PnPjs library and Axios

Create a list Devs with fields

Field               Type
---------------------------
name                single line 
githubUsername      single line 
techs               single line 
avatarUrl           single line 
bio                 multiline 
latitude            single line 
longitude           single line 
Solution Author(s)
Dev Radar Web Part Saulo Oliveira

Version history

Version Date Comments
1.0.0 March 01, 2020 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
    • Add to AppCatalog and deploy