Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • C calls
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 121
    • Issues 121
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Librem5
  • calls
  • Issues
  • #264
Closed
Open
Issue created Apr 25, 2021 by Evangelos Ribeiro Tzaras@evangelos.tzarasMaintainer

Implement account management designs

Implement the nice designs from @tobias.bernard https://gitlab.gnome.org/Teams/Design/app-mockups/-/blob/master/calls/voip-accounts.png

This is composed of the following tasks:

  • Add a CallsCredentials class, which is a dumb container holding credentials (user, password, host, etc)
  • Add a ProvidesAccountsInterface which is implemented by the CallsSipProvider (so that the UI knows that we can add accounts to it
  • Add a OnlineAccountsInterface which is implemented by CallsSipOrigin to allow going online/offline, watching for state changes with respect to authentication and similar
  • Do the plumbing work for the above items (at this point we would still be using the .ini config)
  • Have an account manager, managing available accounts and allowing to save and load credentials in the keyring (using libsecret?)
  • Add UI according to the designs
Assignee
Assign to
Time tracking