sp-dev-fx-webparts/samples/react-taxonomy-file-explorer
dependabot[bot] 15b09384f0
Bump @babel/traverse in /samples/react-taxonomy-file-explorer
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.18.8 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-25 22:09:40 +00:00
..
.devcontainer Added devcontainers for 1.13 solutions 2022-01-31 00:10:13 -05:00
assets Changed docs links to learn 2022-10-24 09:42:45 -04:00
config Updated readem and sample.json eslint 2022-07-27 23:41:57 -04:00
src Updated readem and sample.json eslint 2022-07-27 23:41:57 -04:00
teams Added new sample react-taxonomy-file-explorer 2021-12-23 15:22:22 +01:00
.eslintrc.js New feature Expand/Collapse all upgrd SPFx 1.15.0 2022-07-19 11:32:40 +02:00
.gitignore New feature Expand/Collapse all upgrd SPFx 1.15.0 2022-07-19 11:32:40 +02:00
.npmignore Added new sample react-taxonomy-file-explorer 2021-12-23 15:22:22 +01:00
.yo-rc.json New feature Expand/Collapse all upgrd SPFx 1.15.0 2022-07-19 11:32:40 +02:00
README.md Added more contributions 2023-03-15 01:23:34 -04:00
gulpfile.js Updated readem and sample.json eslint 2022-07-27 23:41:57 -04:00
package-lock.json Bump @babel/traverse in /samples/react-taxonomy-file-explorer 2023-10-25 22:09:40 +00:00
package.json Updated readem and sample.json eslint 2022-07-27 23:41:57 -04:00
tsconfig.json New feature Expand/Collapse all upgrd SPFx 1.15.0 2022-07-19 11:32:40 +02:00

README.md

http://aka.ms/m365devprogramhttp://aka.ms/m365devprogramhttp://aka.ms/m365devprogramhttp://aka.ms/m365devprogram# React Taxonomy File Explorer

Summary

This solution renders a given Termset as a Tree and incorporates files similar than a folder structure in file explorer. Benefit: Due to multiple selection in the managed metadata column the same file can occur more than once. Additionally with drag and drop options the file can be changed:

  • By replacing the managed metadata column with the target term (Move)
  • By adding the target term to the managed metadata column (Link)
  • By copying the file to a new one with (only) the target term in the managed metadata column (Copy)

In action this looks like:

Link:

Adding the target term to the managed metadata column (Link)

Move:

Replacing the managed metadata column with the target term (Move)

Copy:

Copying the file to a new one with (only) the target term in the managed metadata column (Copy)

[UPDATE] Collapse and expand all:

Collapse and expand all

For further details see the author's blog post

Compatibility

⚠️ Important
Every SPFx version is only compatible with specific version(s) of Node.js. In order to be able to build this sample, please ensure that the version of Node on your workstation matches one of the versions listed in this section. This sample will not work on a different version of Node.
Refer to https://aka.ms/spfx-matrix for more information on SPFx compatibility.

SPFx 1.15.0 Node.js v14 | v12 | v10 Compatible with SharePoint Online Does not work with SharePoint 2019 Does not work with SharePoint 2016 (Feature Pack 2) Local Workbench Unsupported Hosted Workbench Compatible Compatible with Remote Containers

Applies to

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

Prerequisites

  • A hierarchical Termset bound to a managed metadata column
  • A document library using that managed metadata column and several documents with selected terms

Contributors

Version history

Version Date Comments
1.0 December 26, 2021 Initial release
1.1 July 16, 2022 Added expand/collapse all, upgraded to SPFx 1.15.0, upgraded to PnPJS V3.5.1

Minimal Path to Awesome

  • Clone this repository (or download this solution as a .ZIP file then unzip it)
  • Ensure that you are at the solution folder
  • in the command-line run:
    • npm install
    • gulp serve
  • Instantiate the web part in the online workbench on a site where prerequisites are met:
    • A hierarchical Termset bound to a managed metadata column
    • A document library using that managed metadata column and several documents with selected terms
  • In the web part properties set the library name and the internal field name of the managed metadata column
  • Done!

This sample can also be opened with VS Code Remote Development. Visit https://aka.ms/spfx-devcontainer for more information.

Features

This web part illustrates the following concepts:

References

Help

We do not support samples, but this community is always willing to help, and we want to improve these samples. We use GitHub to track issues, which makes it easy for community members to volunteer their time and help resolve issues.

If you're having issues building the solution, please run spfx doctor from within the solution folder to diagnose incompatibility issues with your environment.

You can try looking at issues related to this sample to see if anybody else is having the same issues.

You can also try looking at discussions related to this sample and see what the community is saying.

If you encounter any issues while using this sample, create a new issue.

For questions regarding this sample, create a new question.

Finally, if you have an idea for improvement, make a suggestion.