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

Construcción de webComponent sidebar multinivel #6

Open
5 tasks done
fabianLeon opened this issue Dec 18, 2020 · 0 comments
Open
5 tasks done

Construcción de webComponent sidebar multinivel #6

fabianLeon opened this issue Dec 18, 2020 · 0 comments
Assignees
Labels
clientes mejora New feature or request
Milestone

Comments

@fabianLeon
Copy link
Contributor

fabianLeon commented Dec 18, 2020

Se requiere la construcción de un sidebar que soporte n niveles en forma de arbol y que contenga la siguiente estructura

 Id?: string;
  disabled?: boolean;
  Nombre: string;
  Icono?: string;
  Url?: string;
  TipoOpcion?: string;
  Opciones?: [];

Además debe tener las siguientes caracteristicas

  • Toggle desde webComponent header
  • Alimentarse de api de configuración
  • Emitir evento para routing o en caso de link externo, redireccionar en nueva pestaña
  • Heredar de tema
  • Animación de sidebar
@fabianLeon fabianLeon self-assigned this Dec 18, 2020
@fabianLeon fabianLeon added the mejora New feature or request label Dec 18, 2020
fabianLeon added a commit that referenced this issue Dec 29, 2020
@corio27 corio27 added this to the Sprint 5 milestone Dec 29, 2020
fabianLeon added a commit that referenced this issue Dec 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clientes mejora New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants