Skip to content

gcxchange-gcechange/spfx-cm-details

Repository files navigation

spfx-cm-details

Summary

Provide a view of the opportunity in the Career MarketPlace. From there, user can apply to the opportunity which is a mailto.

Prerequisites

This web part connects to the opportunity SharePoint list.

API permission

List of api permission that need to be approve by a sharepoint admin.

TermStore.Read.All - Office 365 SharePoint Online

Version

Used SharePoint Framework Webpart or Sharepoint Framework Extension

SPFX Node.js

Applies to

Get your own free development tenant by subscribing to Microsoft 365 developer program

Version history

Version Date Comments
1.0 Dec 23, 2024 Initial release

Minimal Path to Awesome

  • Clone this repository
  • Ensure that you are at the solution folder
  • In the command-line run:
    • npm install
    • gulp serve
  • To debug in the front end:
    • go to the serve.json file and update initialPage to https://domain-name.sharepoint.com/_layouts/15/workbench.aspx
    • Run the command gulp serve
  • To deploy: in the command-line run
    • gulp bundle --ship
    • gulp package-solution --ship
  • Add the webpart to your tenant app store
  • Approve the web API permissions

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published