ProjectDrawdown / global-research-platform

Drawdown Global Research Platform - UI
Other
20 stars 19 forks source link

Add a form after first log in to collect user data #68

Closed colleenskemp closed 2 years ago

colleenskemp commented 2 years ago

Need: Start a database of users/ contributors.

There’s a PATCH /me endpoint that takes a json body with the following optional params.

{ "name": "", "company": "", "location": "", "picture": "" }

maxohsawa commented 2 years ago

I'll give this issue a go.

becca-tiessen commented 2 years ago

same same! I'll give it the old college try

becca-tiessen commented 2 years ago

We've run into two blockers, that require a bit more python knowledge than we've got at the moment; so I'll note them here so someone can take a stab at them later!

Otherwise we'll have a PR up for this at some point!

ssmssam commented 2 years ago

Is this still an issue? I could try picking things up from the Python side if so

becca-tiessen commented 2 years ago

I can try to have a PR up this week for our side (needs some cleanup) and then you can take a stab at it for sure!