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

Database schema #22

Closed
VoigtSebastian opened this issue May 6, 2021 · 2 comments
Closed

Database schema #22

VoigtSebastian opened this issue May 6, 2021 · 2 comments
Labels
necessary Necessary feature or improvement
Projects

Comments

@VoigtSebastian
Copy link
Contributor

We need to plan a valid database schema that allows for users, climbing gyms and their relationship.

  • user table
    • name
    • optional location?
    • optional age?
    • etc.
  • climbing gym table
    • location
    • name
    • etc.
  • A way to match the permissions of a user to a climbing gym

Generally all of the data above is a must, additional information should be easy to add if necessary.
Therefore we should start planing and actually implementing the scheme soon.

@VoigtSebastian VoigtSebastian added the necessary Necessary feature or improvement label May 6, 2021
@LugsoIn2
Copy link
Contributor

LugsoIn2 commented May 6, 2021

For information and help us to remember

We don't need the user name in Firestore, the name is stored at the auth Object from Firebase_auth, i think otherwise we manage it twice.

@LugsoIn2 LugsoIn2 added this to To do in Development via automation May 7, 2021
@LugsoIn2 LugsoIn2 moved this from To do to In progress in Development May 7, 2021
@LugsoIn2
Copy link
Contributor

LugsoIn2 commented May 8, 2021

closed by Team

@LugsoIn2 LugsoIn2 closed this as completed May 8, 2021
Development automation moved this from In progress to Done May 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
necessary Necessary feature or improvement
Projects
Development

No branches or pull requests

2 participants