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 the container structure #34

Open
1 task
Tracked by #224
Francois-Werbrouck opened this issue Jun 7, 2024 · 0 comments · May be fixed by #227
Open
1 task
Tracked by #224

Create the container structure #34

Francois-Werbrouck opened this issue Jun 7, 2024 · 0 comments · May be fixed by #227
Assignees
Labels
good first issue Good for newcomers

Comments

@Francois-Werbrouck
Copy link
Contributor

Francois-Werbrouck commented Jun 7, 2024

Context:

Currently each user is attributed a Blob storage container to upload their picture. However, we might want multiple users to have access to multiple containers. Therefore, we need a DB structure to manage this in the upcoming futur.

---
title: Nachet DB Structure
---
erDiagram
  user{
    uuid id PK
    text email
  }
  group{
    uuid id PK
    text name
    uuid owner_id
  }
  container{
    uuid id
    text name
    uuid created_by
 }
user }o--o{ group: apart
  container||--|| user: uses
  container||--|| group: uses
Loading

TODO:

  • SQL Script to create all necessary tables
@Francois-Werbrouck Francois-Werbrouck added the good first issue Good for newcomers label Jun 7, 2024
@github-project-automation github-project-automation bot moved this to Todo in Database Jun 7, 2024
@github-project-automation github-project-automation bot moved this to Todo in Nachet Jun 7, 2024
@Francois-Werbrouck Francois-Werbrouck self-assigned this Dec 4, 2024
@Francois-Werbrouck Francois-Werbrouck linked a pull request Dec 6, 2024 that will close this issue
7 tasks
@gh-app-for-workflows gh-app-for-workflows bot moved this from Todo to In Progress in Nachet Dec 6, 2024
@gh-app-for-workflows gh-app-for-workflows bot moved this from Todo to In Progress in Database Dec 6, 2024
Francois-Werbrouck added a commit that referenced this issue Dec 27, 2024
Francois-Werbrouck added a commit that referenced this issue Jan 8, 2025
Francois-Werbrouck added a commit that referenced this issue Jan 8, 2025
Francois-Werbrouck added a commit that referenced this issue Jan 8, 2025
Francois-Werbrouck added a commit that referenced this issue Jan 8, 2025
@Francois-Werbrouck Francois-Werbrouck moved this from In Progress to To Review in Database Jan 29, 2025
@Francois-Werbrouck Francois-Werbrouck moved this from In Progress to In Review in Nachet Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
Status: To Review
Status: In Review
Development

Successfully merging a pull request may close this issue.

1 participant