DigitalShed
Web application to track physical items using QR codes, intended to be used to track all the things inside a workshop (shed).
Technical
- Frontend: Rust
- Backend: Rust
- Domain: digitalshed.app
- Repository: xfbs/digitalshed
Ideas
- Represent every shed as a separate SQLite database, which is stored in S3 when not in use. When in use, a backend server is designated for it. It can be downloaded at any point.
- Allow for a registry-like experience when it comes to custom metadata types.
- Build an integration to make sheds locally searchable, so that you can borrow things from your neighbour. The app could offer some kind of insurance system whereby the risk to lenders is minimized.
Milestones
- Repository created
- Rough initial skeleton crated