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

RnDAO main Database #1

Closed
3 tasks done
mehrdadmms opened this issue Nov 29, 2022 · 2 comments
Closed
3 tasks done

RnDAO main Database #1

mehrdadmms opened this issue Nov 29, 2022 · 2 comments
Labels
100 Points By redeeming the points you'll receive compensation. 40% fiat and the rest is project token.

Comments

@mehrdadmms
Copy link
Contributor

mehrdadmms commented Nov 29, 2022

Goal

All of the information that might not relate to one specific DAO's data will go to this database such as users and configurations

How

  • Create mongoDB schema for the specified collection and database
  • Do the ground work for creating a package in order to use in other projects
  • Setup Mongoose ODM

More Details

Schema

  • Database: RnDAO
    • Collection: Users
      • UserDiscordId
      • ServersWithAdminPermission
      • Email
      • CreatedAt
      • PhoneNumber
      • AccountLevel
      • AvatarLink
    • Collection: Settings
      • UserDiscordId,
      • ServerDiscordId,
      • ServerName
      • SelectedChannels
        • ChannelDiscordId
        • ChannelName
      • Period
      • CreatedAt
@Behzad-rabiei
Copy link
Member

Behzad-rabiei commented Dec 5, 2022

Hi, I m working on this issue.
It will be finished on December 7.
@mehrdadmms

@mehrdadmms mehrdadmms added the 100 Points By redeeming the points you'll receive compensation. 40% fiat and the rest is project token. label Dec 7, 2022
@mehrdadmms
Copy link
Contributor Author

Closed by #3

mehrdadmms pushed a commit that referenced this issue Feb 2, 2023
Fix: one character in fetchGuild function
Behzad-rabiei pushed a commit that referenced this issue Mar 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
100 Points By redeeming the points you'll receive compensation. 40% fiat and the rest is project token.
Projects
None yet
Development

No branches or pull requests

2 participants