-
Notifications
You must be signed in to change notification settings - Fork 78
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
Reading and Writing Profile Info From Ceramic #943
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/metafam/the-game/EhannHLwrRuMEv938kZQ4bjnNYSG [Deployment for ed53f5e failed] |
Reopening to try & trigger the Google test instances. |
¿Does this work? |
fa82c7a
to
66bfa5d
Compare
Another reopen since the Google checks are running now that I've rebased it. |
& open… |
Reopening again for that Googlely goodness… |
¡Et, voila! |
Kick down with the database manually removed. |
Kick up. 😸 |
05c333f
to
dbe9edb
Compare
Successfully undeployed the Preview of this Pull Request |
This is being merged for further testing so as to not block the progress of `develop` & not require more rebases.
This is being merged for further testing so as to not block the progress of `develop` & not require more rebases.
Overview
What features/fixes does this PR include?
This pull request does these primary things:
basicProfile
and an extended profile document (Save profile information to the Ceramic network #920)Follow up Improvement Ideas
react-form-hook
.Implementation
Describe technical (nontrivial / non-obvious) parts of your code
The main thing this PR does is it moves all the profile fields into their own table and defines the appropriate types for accessing them.
Side effects
The biggest side effects are from the fact that I standardized all the variable names as camel case when migrating them. The most pernicious was
timeZone
, which despite being two words was a mishmash of capitalizations.