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

Creation of Grants in new database #213

Open
criadoperez opened this issue Sep 14, 2022 · 2 comments
Open

Creation of Grants in new database #213

criadoperez opened this issue Sep 14, 2022 · 2 comments
Labels
enhancement New feature or request mongodb

Comments

@criadoperez
Copy link
Contributor

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>",
    },
}
@criadoperez criadoperez added enhancement New feature or request mongodb labels Sep 14, 2022
@wileyj
Copy link
Contributor

wileyj commented Sep 15, 2022

what about things like docusign? they seem to be missing from this schema

@criadoperez
Copy link
Contributor Author

I am excluding docusign for this first step.
This is only for information we are currently requesting in the application form and storing in Github.
So first step, is to add a write process to MongoDB without modifying the application form or the process that creates the github issue.
Then modify the process that's creating the github issue (removing information).
Then modifying the application form if needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request mongodb
Projects
None yet
Development

No branches or pull requests

2 participants