Repository updated
Smartmovers
Smartbox Inventory Systems
Smart Box Inventory System
Challenge Summary
A simple, intuitive web-based app to track and locate items stored in boxes across various locations like home, office, or during a move. Ideal for managing clutter and finding items efficiently using a QR code system.
Description
This challenge aims to address the common problem of managing and finding items stored in boxes, whether at home, in the office, or during a move. Moving can be especially chaotic, as you need to pack everything into boxes and later find it again.
This app helps organize that process by enabling users to create locations, add boxes, and manage items within those boxes. Users can generate and print QR codes for each box, making it easy to scan and instantly retrieve details about the box's contents. The app should include a search feature that allows users to find specific items or boxes quickly, showing where the box is stored and its assigned number. In "search mode," the app could utilize the camera to recognize and highlight the correct QR code, guiding users to the correct box.
Additionally, incorporating AI could make item entry easier by recognizing items via the camera. The app is web-based, with potential for mobile apps on iOS and Android for ease of use. This challenge is highly relevant for anyone who frequently organizes boxes or relocates, and it opens the door for innovation in terms of AI-assisted item recognition and QR code integration.
The goals of this challenge are to create an easy-to-use inventory system that simplifies item tracking, especially during major life events like moving.
Templates infos
BaselHack 2024
This is the template repository, which makes our lives (and especially the lives of the jury) easier, if you follow our structure.
Explanation
Please make sure that everything, that is code related, goes into code directory.
If you have documentation about the code (e.g. UML Diagrams, a readme etc.), that should go into the documentation directory.
If you have assets (like videos, presentations etc.), this can go into the assets directory.
You can use the MIT license in this template. Make sure to adjust the copy right holders in the placeholder <copyright holder> and add every team member to it.
You are also free to choose any other license - depending on the consensus of your team.
Thanks a lot!
Project
Event finish
Update error handling frontend (@Vejsa1)
Add: New images (@devobern)
Merge remote-tracking branch 'origin/main' into feature/guide-nico (@devobern)
better style and delete option for items and box detail pages (@ferrm8)
Add: Items for tutorial (@devobern)
update: Add full screen and item paths (@devobern)
Merge remote-tracking branch 'origin/main' (@Vejsa1)
Handle case where no boxes exist (@Vejsa1)
Merge pull request #25 from devobern/feature/buttons
Feature/buttons (@mattdj1)
Merge pull request #24 from devobern/main
Merge to buttons branch (@mattdj1)
add text to secondati buttons (@mattdj1)
Fix issue with box reload (@Vejsa1)
Merge branch 'main' of https://github.com/devobern/Smart-Box-Inventory-System (@ferrm8)
fixed buttons (@ferrm8)
Merge remote-tracking branch 'origin/main' (@Vejsa1)
Implement function to fetch items after db update (@Vejsa1)
Scanner navbar hidden (@lueln1)
Merge remote-tracking branch 'origin/main' (@Vejsa1)
Refactor code to remove duplication and improve maintainability (@Vejsa1)
Merge pull request #23 from devobern/navbar-definitive
Merge pull request #22 from devobern/main (@lueln1)
Merge pull request #22 from devobern/main
Pull from main (@lueln1)
Merge branch 'navbar-definitive' into main (@lueln1)
enhance onboarding screen: add additional images and hide navigation bar (@devobern)
add view detail of box in modal (@mattdj1)
Implement overview refresh for boxes (@Vejsa1)
Removed italian coments (@lueln1)
Added NavBar (@lueln1)
Reformat code (@Vejsa1)
add AsyncStorage dependency to package.json and package-lock.json (@devobern)
add onboarding flow with AsyncStorage check (@devobern)
Reformat code (@Vejsa1)
Merge remote-tracking branch 'origin/main' (@Vejsa1)
Reformat code (@Vejsa1)
feat: Autofocus on Categories (@testgoofy)
feat: Autofocus on Location (@testgoofy)
feat: Select default box (@testgoofy)
Merge remote-tracking branch 'origin/main' (@Vejsa1)
Merge pull request #20 from devobern/location-and-categories-new-design-and-delete-option
Location and categories new design and delete option (@ferrm8)
Merge remote-tracking branch 'origin/main' (@Vejsa1)
Update fronted to display box name instead of id (@Vejsa1)
Merge pull request #19 from devobern/main
Merge from main to new design (@ferrm8)
location page new design and delete option (@ferrm8)
category page new design with delete option (@ferrm8)
