No description
Find a file
dependabot[bot] 7a2dc2af86
chore(deps-dev): bump vitest from 0.22.1 to 0.23.2 in /frontend
Bumps [vitest](https://github.com/vitest-dev/vitest) from 0.22.1 to 0.23.2.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/compare/v0.22.1...v0.23.2)

---
updated-dependencies:
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-12 22:53:49 +00:00
.github feat: items-editor (#5) 2022-09-12 14:47:27 -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 chore(deps-dev): bump vitest from 0.22.1 to 0.23.2 in /frontend 2022-09-12 22:53:49 +00: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