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

Tutorial Page: index files setup and pipeline #237

Open
denise-khuu opened this issue Nov 2, 2021 · 1 comment
Open

Tutorial Page: index files setup and pipeline #237

denise-khuu opened this issue Nov 2, 2021 · 1 comment
Labels

Comments

@denise-khuu
Copy link
Contributor

denise-khuu commented Nov 2, 2021

Checkout those links to find a code example to a similar problem:

https://github.com/devonfw/architectures/blob/master/index.scss
https://github.com/devonfw/architectures/blob/master/index.js (main())

The '/tutorials' page need its own html tags and display logic.

index.js will:

  • display the tutorials (redirect to tutorials)
  • display searchbar
  • display filter panel
  • define the search engine
  • define the filter engine

index.css holds the design of the html tags

This issue will focus on the display of each tutorial in a list and the search engine:
for now the searchbar will only search for the tags

@denise-khuu
Copy link
Contributor Author

denise-khuu commented Nov 5, 2021

Functions:
main(): Creates the divs for searchbar, filter panel, and the tutorials
renderTutorials(): renders the tutorial previews in tutorial divs

@denise-khuu denise-khuu changed the title Tutorial Page: index Tutorial Page: index files setup Nov 24, 2021
@denise-khuu denise-khuu self-assigned this Nov 24, 2021
@denise-khuu denise-khuu changed the title Tutorial Page: index files setup Tutorial Page: index files setup and pipeline Nov 24, 2021
@denise-khuu denise-khuu removed their assignment Mar 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant