docs: update README.md with Calc extension, auth system, and complete component map #3
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
README.md is minimal and missing major components of the project. A new user reading only the README would not know about the Calc extension, authentication, ODS import/export, BOM features, or the audit system.
What's Missing from README.md
LibreOffice Calc Extension (
pkg/calc/).oxtpackaging for LibreOffice installationAuthentication System
Component Map is Incomplete
Current component tree in README is missing:
internal/auth/— Authentication backendsinternal/odoo/— Odoo ERP integration stubsinternal/ods/— LibreOffice ODS file handlingpkg/calc/— LibreOffice Calc extension (entire directory)BOM Features
ODS Import/Export
Audit/Completeness System
Quick Start is Outdated
psql -f migrations/001_initial.sql— there are 10 migrations nowmake migrateor Docker ComposeTasks
make docker-upormake migrateand mention all 10 migrations