Constellation.Feature.ItemSorting
9.0.5.18858
See the version list below for details.
dotnet add package Constellation.Feature.ItemSorting --version 9.0.5.18858
NuGet\Install-Package Constellation.Feature.ItemSorting -Version 9.0.5.18858
<PackageReference Include="Constellation.Feature.ItemSorting" Version="9.0.5.18858" />
paket add Constellation.Feature.ItemSorting --version 9.0.5.18858
#r "nuget: Constellation.Feature.ItemSorting, 9.0.5.18858"
// Install Constellation.Feature.ItemSorting as a Cake Addin #addin nuget:?package=Constellation.Feature.ItemSorting&version=9.0.5.18858 // Install Constellation.Feature.ItemSorting as a Cake Tool #tool nuget:?package=Constellation.Feature.ItemSorting&version=9.0.5.18858
Constellation is a collection of utilities for .NET CMS implementers.
The Feature.Navigation library solves the frequently occurring problem of managing a collection of Items that users will not organize themselves, but which they
expect to be organized. Examples include Events in an Event Calendar, Press Releases, and Employee Bios. Users want them sorted by date and dictionary order, but
Sitecore offers little help beyond Subitems Sorting. Additionally, after a few dozen Items, users expect these entries to be grouped into folders. Enter this library!
This library features two simple Rule Actions:
- MoveToAlphabeticalFolder
- MoveToDateFolder
Included in /Installation-Packages/ is a Sitecore Package with the appropriate Rule definitions. The package should self-install after being deployed to your environment.
Rule Actions:
Move Item to Alphabetical Folder - Allows you to specify the template of the folder to use for creating the alphabetical folders.
Move Item to Date Folder - Allows you to specify the template of the folder to use for creating the date folders. Requires you to specify the Field on the Item being
processed that should be used for categorization. Requires you to specify the depth of the associated folder tree. Options are /Year/, /Year/Month/, /Year/Month/Day/
In all cases, the "root" of the classification folders is the first encountered Ancestor that is not of the specified folder type.
Usage Details
1. Create your "list" page that will serve as the root of the classification. In our example we'll use "News"
2. For the Insert Options of your "list" page, include the ability to insert an Item of the type that requires classification. In our example, we'll use "Press Release"
(Note that Press Release must have a date field to use for classification. In our example we'll use the custom field "Release Date". You can use "__Updated" or "__Created" too.)
3. Create a new Item Saved rule that specifies when an Item is of Template "Press Release" it should be moved to a Date Folder. Set the appropriate parameters.
4. Enjoy!
Configured for use with Sitecore 9.0.
Requires Sitecore 9.0 NuGet packages, available here: https://sitecore.myget.org/F/sc-packages/api/v3/index.json
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Constellation.Foundation.Data (>= 9.0.6.23290)
- Constellation.Foundation.PackageVerification (>= 9.0.6.25105)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
10.3.0.25288 | 1,644 | 6/16/2023 |
10.2.0.22163 | 2,610 | 11/15/2021 |
10.1.0.17276 | 3,443 | 3/5/2021 |
10.0.2.24709 | 1,938 | 11/20/2020 |
10.0.1.28446 | 1,118 | 8/5/2020 |
10.0.0.23540 | 1,036 | 8/4/2020 |
9.3.0.18725 | 1,105 | 7/27/2020 |
9.1.3.28240 | 1,678 | 6/21/2019 |
9.1.2.28385 | 1,326 | 4/11/2019 |
9.1.2.28321 | 1,119 | 4/11/2019 |
9.1.1.27831 | 1,307 | 3/6/2019 |
9.1.0.20972 | 1,470 | 12/7/2018 |
9.0.5.18858 | 1,409 | 10/21/2018 |
9.0.4.25196 | 1,386 | 10/4/2018 |
9.0.3.27934 | 1,642 | 7/3/2018 |
9.0.2.27056 | 1,570 | 5/30/2018 |
9.0.2.26690 | 1,553 | 5/25/2018 |
9.0.1.20779 | 1,697 | 2/12/2018 |
9.0.0.27711 | 1,638 | 12/18/2017 |
Updated NuGet dependencies. Now with Intellisense!