pnp / powerplatform-samples

The website for the PnP Power Platform samples gallery, including Power Apps, Power Automate, Power Virtual Agents, Portals, etc.
https://aka.ms/powerplatform-samples
MIT License
179 stars 158 forks source link

Added SharePoint My Tools solution #15

Closed alexc-MSFT closed 1 year ago

alexc-MSFT commented 1 year ago

By submitting this pull request, you agree to the contribution guidelines

If you aren't familiar with how to contribute to open-source repositories using GitHub, or if you find the instructions on this page confusing, sign up for one of our Sharing is Caring events. It's completely free, and we'll guide you through the process.

To submit a pull request with multiple authors, make sure that at least one commit is a co-authored commit by adding a Co-authored-by: trailer to the commit's message. E.g.: Co-authored-by: name <name@example.com>

Put an x in all the items that apply ([x], without spaces), make notes next to any that haven't been addressed.

What's in this Pull Request?

Added a new sample called SharePoint 'My Tools'. This is designed to be embedded in SharePoint pages (similar to my SharePoint events sample) and provides users with a list of tools (links) to commonly used LOB systems. Also includes an admin app.

Ping me if you have any questions. Thanks!

Checklist

This checklist is mostly useful as a reminder of small things that can easily be forgotten – it is meant as a helpful tool rather than hoops to jump through.

Put an x in all the items that apply ([x], no spaces), make notes next to any that haven't been addressed.

Submitter Guidance (DELETE AFTER READING)

Please update this PR information accordingly. We'll use this as part of our release notes in monthly communications.

Pull requests that do not follow this template will be automatically rejected.

Please target your PR to main branch.

Remember that this repository is maintained by community members who volunteer their time to help. Be courteous and patient.

(DELETE THIS SECTION AFTER READING)

Katerina-Chernevskaya commented 1 year ago

Hello @alexc-MSFT ,

Thank you very much for submitting your project.

During my attempt to consolidate the solution components into a ZIP file, I encountered an error message indicating that a specific directory was not located. It has led me to believe that the source code folder may contain unzipped solution files instead of a project created through the “pac solution clone” command.

Would you be so kind as to verify this for us? If necessary, please refer to this instructions to properly clone the solution and upload the unpacked source code.

Thank you for your attention to this detail, and I appreciate your efforts in helping to streamline this process.

Warm regards, Katerina Chernevskaya

alexc-MSFT commented 1 year ago

@Katerina-Chernevskaya sorry about that, I have now unpacked the solution correctly using the pac solution clone cmdlet and committed the update.

Hopefully you can now approve the PR.

Thanks