Skip to content
This repository was archived by the owner on Sep 30, 2025. It is now read-only.
This repository was archived by the owner on Sep 30, 2025. It is now read-only.

Optimize page- notebook association #32

Description

@PenguinBoi12

Currently, pages are associate with a parent that can be either a Page or a Notebook. If we want to access a notebook from a sub-page, for example checking authorization, the only way is to recursively go through parent until we get the notebook.

One possible solution is to link each page to the parent notebook. A page would have both parent_id and notebook_id

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions