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

Restructure DB to support many-to-many users-to-logbooks #126

Closed
xylo04 opened this issue Dec 16, 2020 · 1 comment
Closed

Restructure DB to support many-to-many users-to-logbooks #126

xylo04 opened this issue Dec 16, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@xylo04
Copy link
Member

xylo04 commented Dec 16, 2020

Right now, the DB is structured such that there's one logbook per user. This is restrictive for users who need multiple logbooks (operating portable, travelling, licensed in multiple countries, etc.) I could just make a logbooks array under the user, but if I make logbooks a first-class entity, I can easily expand to multiple users on one logbook later (to support club logbooks, etc).

@xylo04 xylo04 added the enhancement New feature or request label Dec 16, 2020
@xylo04 xylo04 self-assigned this Dec 16, 2020
@xylo04 xylo04 added this to the v1.0 milestone Dec 16, 2020
@xylo04
Copy link
Member Author

xylo04 commented Feb 10, 2021

This was done in and around 4e0d570.

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

1 participant