-
Notifications
You must be signed in to change notification settings - Fork 14
Add series and collection types #50
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
base: main
Are you sure you want to change the base?
Conversation
I was looking through the rest of the code and we use Though I'm also the one that came up with that variable name so that just be my bias talking and other's do prefer Pls giv thoughts! |
So, taken a look at collection here: https://archiveofourown.org/collections/YJ_Prompts There's a different semantic between In this case, I would say |
@essential-randomness Yes, though interestingly and annoyingly, in the UI when you create the collection those are called 'Collection name' and 'Display title' respectively... |
Ok, jokes aside, if there is any e.g. numerical id that AO3 refers to the collection with, then that should be the We could rename |
[Edited because Ria came to my defense.... LOL] There's no numerical value that's exposed for I'm still leaning toward no |
Finally making this PR based on previous discussions. I made a couple of judgement calls but feel free to comment on those or anything else you disagree with.
url
property ms boba had added tocurrentWork
because it seems redundant when you can create the URL when you need it from the current workid
.id
, to keep it consistent to the way we reffer to other unique identifiers that show up on AO3, specially ones related to URLstodo