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

[EPIC]: Dynanically Get Side Bar Menu Data #2

Open
Psypher1 opened this issue Feb 23, 2022 · 0 comments
Open

[EPIC]: Dynanically Get Side Bar Menu Data #2

Psypher1 opened this issue Feb 23, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request epic A feature that encompasees several changes feature A feature under consideration to be added

Comments

@Psypher1
Copy link
Owner

The Sidebar data(the menus) are currently hard coded in the src/utils/langMenuas.js

The menu items relate to the files within the specified language folder. For example

Folder

├── learn
│   ├── french
│   │   ├── basics.md
│   │   ├── nouns.md
│   │   ├── verbs.md

Menu data to be passed to lookup and then sidebar

export const frenchMenu = ["Basics", "Pronouns", "Verbs"];
@Psypher1 Psypher1 changed the title Dynanically Get Side bar menu data Dynanically Get Side Bar Menu Data Feb 23, 2022
@Psypher1 Psypher1 added the enhancement New feature or request label Feb 23, 2022
@Psypher1 Psypher1 added feature A feature under consideration to be added epic A feature that encompasees several changes labels Jan 18, 2023
@Psypher1 Psypher1 changed the title Dynanically Get Side Bar Menu Data [Epic]: Dynanically Get Side Bar Menu Data Jan 18, 2023
@Psypher1 Psypher1 changed the title [Epic]: Dynanically Get Side Bar Menu Data [EPIC]: Dynanically Get Side Bar Menu Data Jan 19, 2023
@Psypher1 Psypher1 self-assigned this Jan 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request epic A feature that encompasees several changes feature A feature under consideration to be added
Projects
Status: Todo
Development

No branches or pull requests

1 participant