-
-
Notifications
You must be signed in to change notification settings - Fork 15
Add the series index page #52
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the excellent (and much needed) work! I left suggestions for a couple changes in the Series type, let me know what you think :)
Rename `begunAt` to `startedAt` and `creators` to `authors`
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you so, so much for this! I'll check them in and do a release with the changes :)
You're welcome!! I'm happy to help!! |
Just FYI, I made a further change by mocking the requests to AO3 rather than using the live pages (see: #54, and the library we use for this: https://mswjs.io/). No problem at all with your PR, one day we'll actually run the tests before submission and also document how to do this :) this was a good chance to have a sample PR for this. Once again, thank you so much for contributing. |
Knew I forgot to do something! I saw the mocks, but I forgot to download the page and register it before I made PR ready. Thank you for catching that! |
Part of #36