Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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 backend on server #44

Closed
so010 opened this issue Jul 26, 2018 · 1 comment
Closed

Database backend on server #44

so010 opened this issue Jul 26, 2018 · 1 comment
Labels
feat/ database Related with storing persistent data misc/ new feature New feature or request

Comments

@so010
Copy link
Collaborator

so010 commented Jul 26, 2018

needed for claim rooms and persistent room config

  • mariaDB|postgres SQL?
  • userTable (userID)
  • userRooms (userID, roomName)
  • roomTable (roomName, foreign key userID from userRooms,config:{'locked':false, 'pin':'',moderatorList:[],chatHistory:[]})
@so010 so010 changed the title database backend on server Database backend on server Jul 26, 2018
@torjusti torjusti added the misc/ new feature New feature or request label Aug 8, 2018
@torjusti torjusti added this to ToDo in Development via automation Aug 8, 2018
@misi
Copy link
Collaborator

misi commented Apr 12, 2019

IMHO it would be more flexible way to define an external API instead of pick one (or limited number of supported) database backends. Any backend db that implements this this API could be used to store roomnames or any further info we will need.
UseCase example: We have own VC booking system already(for pexip), and so we have a roomname database, and I want to have uniq pexip and multiparty-meeting room names, and if we have two database it would be hard to sync rooms.

@roman-drozd-it roman-drozd-it added the feat/ database Related with storing persistent data label Nov 6, 2020
Development automation moved this from ToDo to Done May 21, 2021
@edumeet edumeet locked and limited conversation to collaborators May 21, 2021
@roman-drozd-it roman-drozd-it removed this from Done in Development Sep 24, 2021

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
feat/ database Related with storing persistent data misc/ new feature New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants