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-library #437

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft

Create-library #437

wants to merge 5 commits into from

Conversation

ryceg
Copy link
Owner

@ryceg ryceg commented Dec 21, 2020

What does this do?

Adds a library.

How was this tested? Did you test the changes in the compiled .html file?

Is there a GitHub Issue that this is resolving?

Closes #265.

@ryceg ryceg marked this pull request as draft December 21, 2020 05:27
@ryceg ryceg added the feature request This would add new functionality label Dec 21, 2020
@ryceg ryceg added this to the 2.8 milestone Dec 21, 2020
author?: Namesake
}

type BookCategories =
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you select this chunk of code and run format selection, it will standardize the typescript formatting.

interface BookData {
title: string
/** The Dewey system hasn't been invented yet, but... */
category: BookCategories[]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd rename this to categories, to indicate its plurality.

]
}

export const library = {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Empty object can be removed?

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not yet- the PR isn't even close to being complete, it's just so people can see what's being worked on so we don't get duplicates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request This would add new functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create a library
2 participants