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

Migrate notes for each class into different pages #11

Open
shreystechtips opened this issue Sep 20, 2021 · 0 comments
Open

Migrate notes for each class into different pages #11

shreystechtips opened this issue Sep 20, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@shreystechtips
Copy link
Owner

The logic behind this is to manage the growing number of notes in the website. Every time on load, the website has to render all of the note cards, which will continue to grow over time.
To fix this problem. I will createPage for each class and then have all corresponding notes there (i.e. notes.shrey.ml/cs70 will contain all notes for cs70). The landing page for notes.shrey.ml will only list the different classes I have notes for with a brief description.
This will increase speed and clean up the UI for those only looking for notes from certain classes

@shreystechtips shreystechtips added the enhancement New feature or request label Sep 20, 2021
@shreystechtips shreystechtips self-assigned this Sep 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant