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

Create relationship entries between versioned I-D to show supersedes/superseded-by relationships #75

Closed
ronaldtse opened this issue Apr 5, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@ronaldtse
Copy link
Contributor

From: https://github.com/ietf-ribose/relaton-data-ids/issues/6#issuecomment-1086791243

  • For each bibliographic item, create a supersedes relation between draft-xx-{nn} and draft-xx-{nn+1},
    • draft-xx-{nn} has a relationship of superseded_by to draft-xx-{nn+1}
    • draft-xx-{nn+1} has a relationship of supersedes to draft-xx-{nn}
  • There are two catches we need to account for:
    • The first draft may be 00 or 01 or any number. The first draft does not supersede any other item (for now).
    • The draft number sequence may be disjoint, e.g. 00 then 02. We have to accommodate this situation.
    • An item with the latest draft number is clearly not superseded by any other item.

These relationships are important for the BibXML service to be able to show the an I-D in a series of versions.

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

2 participants