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

Implement chains and next/prev links #2

Open
aelzenaar opened this issue Nov 19, 2018 · 0 comments
Open

Implement chains and next/prev links #2

aelzenaar opened this issue Nov 19, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@aelzenaar
Copy link
Owner

On /v/ pages, the next/prev links should point to (for example) the next/previous day with articles. (This will require us to pass the list of items in each db entry around.)

Inside the database, there will be a `chains' table which points to the first article in each chain; then each item in the chain will be linked (1) back to the chains table entry, and (2) to both the next and previous items as a doubly-linked list.

@aelzenaar aelzenaar added the enhancement New feature or request label Nov 19, 2018
@aelzenaar aelzenaar self-assigned this Nov 19, 2018
@aelzenaar aelzenaar added this to the Enhance Document Management milestone Jan 2, 2019
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
Development

No branches or pull requests

1 participant