Skip to content

Features from Snipe-IT / FleetManager that we won't port (at least not to 1.0)

This is a living list. Each entry should say why we're dropping it. If a compelling argument surfaces, we reconsider.

From Snipe-IT

FeatureWhy we drop itPotential revisit
Livewire-based admin UIReplaced by Next.js admin. Livewire is Laravel-specific and we're not on Laravel.Never — new stack
Spatie file-system backupsReplaced by Postgres PITR + object-store lifecycle rules + periodic logical dumps. Covers the same RPO/RTO with less app-layer code.Never
TCPDF + Snappy PDF rendererReplaced by server-side SVG + browserless-Chromium for PDF. Cleaner i18n, better fonts.Never
Legacy CSV importers per entityReplaced by a single unified importer with dry-run and idempotency.Never
phpMyAdmin / dashboard admin linksNot applicable to NestJS stackNever
database/seeders fixtures with made-up user dataReplaced by faker + @faker-js/faker + deterministic seedsNever

From SnipeScheduler-FleetManager

FeatureWhy we drop itPotential revisit
CRC32 user ID hashingReplaced by UUIDv7. Collisions impossible; index-friendly.Never
Dual booking-flow (basket + individual)Consolidated to a single reservation model with a "cart" UX; same outcomes, half the codeNever
In-process email queue via CRONReplaced by BullMQ + Redis. Sub-second delivery, proper retries.Never
Apache + .htaccess guardsNest + Helm + ingress annotations cover the sameNever
scripts/release.php bump-and-commit helperReplaced by Changesets + turbo + CI.Never
scripts/security_scan.py + security_remediate.pyReplaced by CodeQL + SonarCloud + trivy in CINever
"Announcements" system-wide bannerUnless a user asks for it; lightweight enough to ship as a plugin firstv1.2 if requested

From either that we might keep as Enterprise

FeatureReasonWhere
SAML attribute mapping from LDAP groupsNiche, complex, enterprise-procurement drivenEnterprise
Hard delete vs soft delete toggle (GDPR)Sensitive defaults + audit requirementsCommunity has soft delete; Enterprise adds regulated hard-delete with evidence
Export-to-CSV for activity logCommunity has CSV; Enterprise adds streaming-to-SIEMBoth

How to propose adding to this list

Open a PR touching this file, citing:

  1. The feature and its origin (Snipe-IT / FleetManager / both)
  2. Why it doesn't fit the modern stack or doesn't earn its maintenance cost
  3. What we're doing instead (link to the equivalent Panorama feature or plugin)

Maintainer review: +1 from a core maintainer merges.

AGPL-3.0-or-later · LICENSE