{"id":19136002,"url":"https://github.com/shchoholiev/smart-inventory-system-ios","last_synced_at":"2026-06-18T02:31:30.632Z","repository":{"id":210562069,"uuid":"726871143","full_name":"Shchoholiev/smart-inventory-system-ios","owner":"Shchoholiev","description":"An iOS application for managing a smart inventory system, enabling users to authenticate, organize groups, manage devices, shelves, and items efficiently.","archived":false,"fork":false,"pushed_at":"2025-05-04T16:53:33.000Z","size":383,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-13T02:03:46.526Z","etag":null,"topics":["async","ios","localization","swift","swiftui"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Shchoholiev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-12-03T16:41:46.000Z","updated_at":"2025-05-04T16:54:36.000Z","dependencies_parsed_at":"2025-11-13T02:02:42.622Z","dependency_job_id":null,"html_url":"https://github.com/Shchoholiev/smart-inventory-system-ios","commit_stats":null,"previous_names":["shchoholiev/smart-inventory-system-ios"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Shchoholiev/smart-inventory-system-ios","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shchoholiev%2Fsmart-inventory-system-ios","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shchoholiev%2Fsmart-inventory-system-ios/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shchoholiev%2Fsmart-inventory-system-ios/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shchoholiev%2Fsmart-inventory-system-ios/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Shchoholiev","download_url":"https://codeload.github.com/Shchoholiev/smart-inventory-system-ios/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shchoholiev%2Fsmart-inventory-system-ios/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34474063,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-18T02:00:06.871Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["async","ios","localization","swift","swiftui"],"created_at":"2024-11-09T06:32:53.377Z","updated_at":"2026-06-18T02:31:30.627Z","avatar_url":"https://github.com/Shchoholiev.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# smart-inventory-system-ios  \nAn iOS application for managing a smart inventory system, enabling users to authenticate, organize groups, manage devices, shelves, and items efficiently.\n\n## Table of Contents  \n- [Features](#features)  \n- [Stack](#stack)  \n- [Installation](#installation)  \n  - [Prerequisites](#prerequisites)  \n  - [Setup Instructions](#setup-instructions)  \n- [Configuration](#configuration)  \n\n## Features  \n- User registration and login with JWT-based authentication.  \n- User profile management with role assignments.  \n- Group creation, management, and user membership handling.  \n- Device management including device creation and activation.  \n- Shelves management with the ability to control lighting and add items.  \n- Item management featuring item addition, details, status updates, and history tracking.  \n- Pagination and search support for listing users, items, devices, and shelves.  \n- Ukrainian localization support alongside English.  \n\n## Stack  \n- Swift, SwiftUI for iOS app development.  \n- JWTDecode for JWT token management and user authentication.  \n- RESTful API communication for backend integration via HttpClient.  \n- Async/Await concurrency for network request handling.  \n- Local data modeling with Codable structs and classes.  \n\n## Installation  \n\n### Prerequisites  \n- macOS system with Xcode installed (version compatible with SwiftUI and iOS app development).  \n- An Apple Developer account for running on physical devices (optional for simulator use).  \n\n### Setup Instructions  \nClone the repository:  \n```bash  \ngit clone https://github.com/Shchoholiev/smart-inventory-system-ios.git  \ncd smart-inventory-system-ios/SmartInventorySystem  \n```  \n\nOpen the Xcode project:  \n```bash  \nopen SmartInventorySystem.xcodeproj  \n```  \n\nBuild and run the project in the Xcode simulator or on a connected iOS device.\n\n## Configuration  \n- The base URL for API calls is set in `HttpClient.swift` pointing to `https://smart-inventory-system.azurewebsites.net`. Update this if necessary.  \n- Authentication tokens (access \u0026 refresh) are securely stored via `JwtTokensService` and managed through the app lifecycle.  \n- Group ID persistence uses `UserDefaults` to maintain user group context.  \n- Localization strings are maintained in `Localizable.xcstrings`, currently supporting English and Ukrainian.  \n\nNo additional environment variables are required. Make sure the backend API is accessible and configured correctly for token-based authentication.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshchoholiev%2Fsmart-inventory-system-ios","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshchoholiev%2Fsmart-inventory-system-ios","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshchoholiev%2Fsmart-inventory-system-ios/lists"}