SkillAgentSearch skills...

Sitegeist.TrafficLights

No description available

Install / Use

/learn @sitegeist/Sitegeist.TrafficLights
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Sitegeist.TrafficLights

Visualize concurrent-changes from other editors in the node-tree

example

Adds a small orange icon to indicate that a different user has unpublished changes and shows in which workspace(s) on hover

Status

This is currently experimental code so do not expect anything in her to work.

Authors & Sponsors

The development and the public-releases of this package is generously sponsored by our employer https://www.sitegeist.de.

Installation

The package is currently not registered at packagist so you have to install it manually:

cd <YOUR_NEOS_PROJECT_ROOT> && \
composer config repositories.Sitegeist.TrafficLights vcs https://github.com/sitegeist/Sitegeist.TrafficLights && \
composer require "sitegeist/trafficlights:@dev" && \
./flow flow:package:rescan && \
./flow doctrine:migrate && \
./flow unpublishedchanges:update

Usage

This package gives you two additional CLI commands currently:

// Show unpublished changes in various workspaces
./flow unpublishedchanges:show                  
                                         
// Recalculate the pending changes for be visualisation
./flow unpublishedchanges:update                

You should regularly call the unpublishedchanges:update command because the package registered itself for the signals of the content repository and to be in sync we recommend to regularly call this command.

License

See LICENSE

View on GitHub
GitHub Stars8
CategoryDevelopment
Updated7mo ago
Forks1

Languages

JavaScript

Security Score

77/100

Audited on Aug 11, 2025

No findings