Lynx 0.0.1 #1
No reviewers
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Menagerie/Lynx!1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "Code-Clean-Sweep"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Lynx 0.0.1
Lynx is a KMP project design to help users safely and effectively manage a home arsenal.
Lynx-Client is an android application for interfacing with a Lynx-Server Instance.
Lynx-Server is available for Windows/OSX/Linux and provides a database and the core logic of Lynx. Currently, Lynx-Server is not configurable by the user, but can easily be built from scratch.
Lynx-Shared provides a common API for interfacing between client and server.
Lynx-Client
Build Env
.gitignore
build.gradle.kts
AndroidManifest.xml
Lynx-Client
The Following Files have been added or updated:
App.kt
AppSignals.kt (NEW)
MainActivity.kt
Services
NotificationService.kt (NEW)
UI-Components
AddableDropdownMenu (NEW)
DialogComponents.kt (NEW)
Navigation
NavGraph.kt (NEW)
Routes.kt (NEW)
Screens
CreateAccountScreen.kt + ViewModel (NEW)
EventScreen.kt (NEW)
Add Caliber/Manufacturer/ProjectileTypeDialog.kt (NEW)
AmmoTypeDialog.kt (NEW)
CreateARsenalDialog.kt (NEW)
InventoryScreen.kt + ViewModel + ViewModelUtils (NEW)
PendingInvitations.kt (NEW)
AddRoundsDialog.kt (NEW)
ArsenalDetailsScreen.kt + ViewModel (NEW)
InviteUserDialog.kt (NEW)
AddHardwareDialog.kt + ViewModel (NEW)
AmmunitionViewModel.kt (NEW)
AmmunitionList.kt (NEW)
ArsenalDetails' FabContent.kt (NEW)
HardwareList.kt (NEW)
LoginScreen.kt + ViewModel (NEW)
MainScreen.kt (NEW)
MainViewModel.kt (NEW)
ServerOfflineScreen.kt (NEW)
SplashScreen.kt + ViewModel (NEW)
UserScreen.kt + ViewModel (NEW)
UserProfileScreen.kt + ViewModel (NEW)
Theme
uistate
UserState.kt (NEW)
Util
Incrementer.kt (NEW)
Main/Res/XML
network_security_config.xml (NEW)
Gradle
libs.versions.toml
Lynx-Server
build.gradle.kts
Main
Application.kt
Database.kt
Routes
ArsenalRoutes.kt (NEW)
MiscRoutes.kt (NEW)
UserRoutes.kt (NEW)
Tables
AmmoInventory, AmmoType.kt
ArsenalInvitations.kt (NEW)
ArsenalMemberships.kt (NEW)
Arsenals.kt (NEW)
Caliber, Hardware.kt
Manufacturer.kt (NEW)
ProjectileType, Users.kt
Resources
application.conf
Migrations
Lynx-Shared
Gradle
Main
TokenStorage.kt (NEW)
API
ApiClient.kt (NEW)
ApiException.kt (NEW)
Cache
UserCache.kt (NEW)
Responses
Requests
WIP: Lynx 0.0.1to Lynx 0.0.1Lynx 0.0.1to WIP: Lynx 0.0.1WIP: Lynx 0.0.1to Lynx 0.0.1@ -0,0 +1,8 @@package org.menagerie.lynx.ui.navigationobject Routes {Rename file to include
Filename.constants.kt, to make it clearer this file is just a constants file.Single folder for response classes?
Alternatively, single file containing request and response.
ArsenalID should also be non-incremental
JWT Secret gen:
aside from previous comments, lgtm