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

Devops/better logging docs and testing #6

Merged
merged 4 commits into from
Sep 15, 2019

Conversation

ad-t
Copy link
Owner

@ad-t ad-t commented Sep 15, 2019

Added

RESERVED = "reserved",
PURCHASED = "purchased"
}

@Entity()
export class Seat {
Copy link
Collaborator

Choose a reason for hiding this comment

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

we don't need this entity if we're not doing reserving of individual seats, right?

Copy link
Owner Author

Choose a reason for hiding this comment

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

Correct. I had moved it because it was in the wrong entity, but now that we don't need it I'll remove the seat entity.

@ad-t ad-t merged commit 27bf13a into master Sep 15, 2019
@ad-t ad-t deleted the devops/better_logging_docs_and_testing branch September 15, 2019 12:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants