Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Perfil de Configurações #517

Open
5 tasks
tiagohm opened this issue Aug 13, 2024 · 0 comments
Open
5 tasks

Perfil de Configurações #517

tiagohm opened this issue Aug 13, 2024 · 0 comments
Labels
desktop Electron, Angular & Typescript code enhancement New feature or request

Comments

@tiagohm
Copy link
Owner

tiagohm commented Aug 13, 2024

Tarefa

  • Vincular todas as preferências do PreferenceService a um determinado perfil.
  • Na Home haverá um botão na barra de título que exibirá um painel para o gerenciamento de perfil.
  • Pode ser renomeado, excluído, duplicado ou adicionado.
  • Após a troca de perfil, notificar todas as janelas abertas.
  • Salvar o perfil selecionado e carregá-lo ao iniciar a Home.
interface Profile {
  id: number
  name: string
}
@tiagohm tiagohm added enhancement New feature or request desktop Electron, Angular & Typescript code labels Aug 13, 2024
@tiagohm tiagohm added this to the 0.2.0 - Pallas milestone Aug 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
desktop Electron, Angular & Typescript code enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant