e255fea3a5
feat: implement pivot-currency model, rbac smart tokens & fix circular imports
2026-02-10 10:20:45 +00:00
24d35fe0c1
feat: stabilize KYC, international assets and multi-currency schema
...
- Split mother's name in KYC (last/first)
- Added mileage_unit and fuel_type to Assets
- Expanded AssetCost for international VAT and original currency
- Fixed SQLAlchemy IndexError in asset catalog lookup
- Added exchange_rate and ratings tables to models
2026-02-08 23:41:07 +00:00
cd171d3289
STABLE: KYC and Auth working, before Asset refactor
2026-02-07 01:16:07 +00:00
714de9dd93
Refactor: Auth & Identity System v1.4
...
- Fix: Resolved SQLAlchemy Mapper error for 'UserVehicle' using string-based relationships.
- Fix: Fixed Postgres Enum case sensitivity issue for 'userrole' (forcing lowercase 'user').
- Fix: Resolved ImportError for 'create_access_token' in security module.
- Feature: Implemented 2-step registration protocol (Lite Register -> KYC Step).
- Data: Added bank-level KYC fields (mother's name, ID/Driver/Boat/Pilot license expiry and categories).
- Business: Applied private fleet isolation (is_transferable=False for individual orgs).
- Docs: Updated Grand Master Book to v1.4 and added Developer Pitfalls guide.
2026-02-06 00:14:17 +00:00
a57d5333d4
Save test environment changes
2026-02-04 21:58:57 +00:00
a34e5b7976
Initial commit - Migrated to Dev environment
2026-02-03 19:55:45 +00:00