Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Creation of Grants in new database #213

@criadoperez

Description

@criadoperez

Currently when a new grant is received an issue is created here with all of its details of the Grant.
We should now add to this process (as well as) the creation of a Grant in MongoDB, with all the relevant data.

Initially, these fields seem to be:

{
    "_id": "<integer: github issue id>,"
    "email": "<string: email address>",
    "socialProof": {
        "github": "<string: github username>",
        "discord": "<string: discord>",
        "twitter": "<string: twitter>",
    },
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions