Hammad Jutt
142aa8a9a3
Allow users to force-update their linked ETH address
...
Removed sc_identity_id from Player table because it enforces ETH addresses to be used as the single source of truth for users and prevents conflicts when users update their ETH address in the ledger. sc_identity_id is not needing anywhere in our backend / data model.
2021-07-05 21:44:14 -06:00
Matthew Cantelon
b2d53b06b6
feat: add polygon and xdai chains when pulling DAO membership
...
This uses two new subgraphs to pull DAO memberships for Ethereum, xDai,
and Polygon mainnets. The pulls are in parallel. The underlying data is
structured the same way but seems to be missing some information, see
https://github.com/HausDAO/daohaus-supergraph/issues/44
2021-06-13 23:57:34 -06:00
mquellhorst
05bf6fd9cf
guild pages implemented
2021-05-01 23:50:28 -06:00
Alec LaLonde
6e3fe89744
Changed oauth handler to use a web URL that calls the backend to exchange the given code
2021-04-21 10:07:34 -06:00
Alec LaLonde
b29e629082
Added status to guild table
2021-03-28 22:08:25 -06:00
Alec LaLonde
27985422e6
Tweaked sourcecred migrator to use new player.discord_id column
2021-03-28 22:08:25 -06:00
Will Holcomb
2fa256d23e
removin' vistiges of Enneagram ✴
2021-03-28 22:08:25 -06:00
Will Holcomb
f00bee9b41
~ minimum code to add color chooser 🔦
2021-03-28 22:08:25 -06:00
Alec LaLonde
cf89c01642
updated schema
2021-03-26 21:17:15 -06:00
Alec LaLonde
04503aff17
Added migration for metafam rank discord role IDs
2021-03-26 21:17:15 -06:00
Alec LaLonde
f9e1b14631
Added status to guild table
2021-03-26 21:17:15 -06:00
Alec LaLonde
647fe8e550
Tweaked sourcecred migrator to use new player.discord_id column
2021-03-26 21:17:15 -06:00
Pacien Boisson
b5ee57abc9
squash backend changes ( #438 )
2021-03-26 11:23:59 +04:00
dan13ram
ba35ff0cb7
added seed-graph as a new remote schema ( #410 )
...
* added seed-graph as a new remote schema
* removed unwanted remote schema and added a query
2021-03-15 16:48:49 +05:30
dan13ram
bac9f7fa92
[MyMeta] updated seed-balances remote schema logic ( #399 )
...
* updated seed-balances remote schema logic
* updated schema
* added plurality to variable names
* fixed schema
2021-03-11 18:45:27 +05:30
dan13ram
2f3b57f94a
fixed daohaus shares bug ( #400 )
2021-03-11 18:06:19 +05:30
dan13ram
b0ab6f1e2d
updated backend for brightId ( #362 )
...
* updated backend for brightId
* updated schema
* removed unwanted console logs
* made brightId context constant
2021-03-01 12:06:52 +05:30
Pacien Boisson
d094e1c4ba
Quest create handlers ( #340 )
...
* create quest handler
* Updating action schema and removing backend-only insert permissions
* Better handle auth bearer token
* Basic tests for creating quests
* Check if player has > 100 pSEED to allow creating a quest
* move quests actions into its own router
* create quest completion
* updateCompletion handler
* update types
* Improving handler input types
* Improve types and logic
* Removing types file and using autogenerated ones
* Reject other submissions when accepting a unique quest completion
* Fix linting errors
* Fix CreateQuestCompletionInput maybe
* error messages
* Puttin pSEED contractnaddress in config file
Co-authored-by: Hammad Jutt <jutt@ualberta.ca >
2021-02-22 12:58:31 +04:00
Pacien Boisson
ba4807f62c
update schema.graphql
2021-02-18 21:00:43 -07:00
Pacien Boisson
c0cb56be0a
change quest repetition to PERSONAL, RECURRING, UNIQUE
2021-02-18 21:00:43 -07:00
Pacien Boisson
2a87beb9a7
schema
2021-02-18 21:00:43 -07:00
Hammad Jutt
15a90e7b56
Move schema.graphql to root of project and delete codegen package
...
central codegen package no longer needed since its being generated in each package separately as needed
2021-01-29 13:06:51 -07:00