arivera12/OneLine

OneLine Update for V4 Release.

arivera12 opened this issue · 0 comments

  • Implement and use AuthenticationStateProvider
    • Refactor Tool with AuthenticationStateProvider and ApplicationState
    • Refactor AspNetUsersViewModel over blazor views.
  • Refactor OneLine to Service Base only Library
    • Remove and/or move all UI components to the output template project
    • Update dependencies.
  • Implement delete approach with logical implementation
  • Test user workflow
    • Register (Email integration)
    • Confirm Account
    • Forgot Password (Email integration)
    • Reset Password
  • Migrate .json to .resx
  • Implement File Picker for Xamarin Platform
  • Implement enviroment configuration
  • Implement and fix localization for Blazor Server (Minor Bug)
  • Test authorize attribute security integration
  • Add logical client url for email routing to the app.
    • Pass return url for register and forgot password
  • File Management Integration
    • Backend
    • Web based
      • Blazor Server
      • Blazor Wasm
    • Xamarin based
      • Android
      • iOS (Test)
  • Integrate mobile app linking
    • Android
    • iOS
  • Add notifications integration
    • Notifications Table
    • Api notifications recording and repository (push message then database save)
    • Notifications UI integration
    • Change jumbotron with alert and margin on fixed template and on tool views.
    • Xamarin based
      • Hub service integration (In-App)
        • Android
        • iOS (Test)
    • Web based
      • Hub Service integration (In-App)
        • Blazor Server
        • Blazor WAsm
    • Set default hub authorization mechanism for notification (public or private)
  • Supported Language Integration
    • Create Database Table
    • User language preference integration
      • AspNetUsers update preferred culture locale from translator
      • Claims
      • Test translator and api integration
      • Test crud integration
    • Backend localizer integration (Emails templates)