No description
Find a file
Hayden 90813abf76
fix(frontend): fix mis-matched state errors (#9)
implenmented a store for each global item and tied it to an event bus and used the listener on the requests object to intercept responses from the API and run the appripriate get call when updates were detected.
2022-09-12 19:36:22 -08:00
.github merge docs into publish 2022-09-12 14:50:10 -08:00
.vscode feat: items-editor (#5) 2022-09-12 14:47:27 -08:00
backend feat: items-editor (#5) 2022-09-12 14:47:27 -08:00
docs feat: items-editor (#5) 2022-09-12 14:47:27 -08:00
frontend fix(frontend): fix mis-matched state errors (#9) 2022-09-12 19:36:22 -08:00
scripts feat: items-editor (#5) 2022-09-12 14:47:27 -08:00
.dockerignore end-to-end testing setup 2022-09-03 18:42:03 -08:00
.gitignore feat: items-editor (#5) 2022-09-12 14:47:27 -08:00
docker-compose.yml end-to-end testing setup 2022-09-03 18:42:03 -08:00
Dockerfile ui cleanup 2022-09-08 22:05:23 -08:00
fly.toml ui cleanup 2022-09-08 22:05:23 -08:00
LICENSE feat: items-editor (#5) 2022-09-12 14:47:27 -08:00
README.md feat: items-editor (#5) 2022-09-12 14:47:27 -08:00
SECURITY.md feat: items-editor (#5) 2022-09-12 14:47:27 -08:00
Taskfile.yml feat: items-editor (#5) 2022-09-12 14:47:27 -08:00

HomeBox

Docs | Demo | Discord

MVP Todo

  • Locations
    • Create
    • Update
    • Delete
  • Labels
    • Create
    • Update
    • Delete
  • Items CRUD
    • Create
    • Update
    • Delete
  • Asset Attachments for Items
  • Fields To Add
    • Quantity
    • Insured (bool)
  • Bulk Import via CSV
    • Initial
    • Add Warranty Columns
  • Documentation
    • Docker Compose
    • Config File
    • Import CSV Format
    • TLDR; Getting Started
  • Release Flow
    • CI/CD Docker Builds w/ Multi-arch
    • Auto Fly.io Deploy for Nightly
    • Deploy Docs
  • Db Migrations
    • How To
  • Repo House Keeping
    • Add License
    • Issues Template
    • PR Templates
    • Contributors Guide
    • Security Policy
    • Feature Request Template
  • Embedded Version Info
    • Version Number
    • Git Has
  • Setup Docker Volumes in Dockerfile

All Todo's

  • User Invitation Links to Join Group
  • Maintenance Logs
    • Schedule Future Maintenance
    • Email on Maintenance Due
  • Export CSV (With IDs)
  • User Profile
    • Adjust Theme (Daisy UI)
    • Delete Profile
    • Send User Invites
    • Set Currency
    • Change Password
  • Admin Page
    • Instance Statistics
    • User Management
      • Delete User
      • Reset Password
  • Warranty Information
    • Option for Lifetime Warranty or Warranty Period
  • Expose Swagger API Documentation
    • Dynamic Port / Host Settings

Credits