• v0.9 fa7cf6b1d9

    candifloss released this 2025-04-07 07:26:16 +00:00 | 0 commits to main since this release

    AssetTrack v0.9 (Beta)

    First public release

    🚀 What's in this release

    This initial release of AssetTrack provides core inventory management functionality:

    • Customizable asset tracking through config.py
    • CSV import/export with validation
    • Web-based CRUD interface
    • Self-hosted deployment

    ⚠️ Known Issues

    • CSV submission with invalid data may cause crashes (fix coming in v1.0)
    • Limited error messaging for bulk operations

    🔧 How to Test

    1. Try importing the sample CSV template
    2. Verify editing works for non-primary-key fields
    3. Test basic CRUD operations

    📦 Installation

    Install flask, mariadb, and other dependencies before:

    git clone https://git.candifloss.cc/candifloss/assettrack.git /opt/assettrack
    cd /opt/assettrack
    flask run   # This throws errors if you don't have the pip dependency libraries.
    

    FInd an example systemd service file and nginx config in the extra/ directory for testing.

    🔜 Next Steps

    • v1.0 will include:
      • Robust error handling for CSV imports
      • Improved validation feedback
      • Documentation expansion
    Downloads