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

chore: improve typescript coverage #572

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

chore: improve typescript coverage #572

wants to merge 4 commits into from

Conversation

wa0x6e
Copy link
Contributor

@wa0x6e wa0x6e commented Apr 14, 2023

Fixes #271

Changes proposed in this pull request:
Improve typescript coverage

@wa0x6e wa0x6e marked this pull request as ready for review April 23, 2023 10:40
@wa0x6e
Copy link
Contributor Author

wa0x6e commented Apr 23, 2023

PR is ready, has been tested against :

  • a few graphql queries (Messages, Spaces, Proposals, Votes, Follows)
  • /explore
  • /spaces/:key

and gives the same result as the production hub.

As there is currently no tests to ensure 100% everything works, we should deploy it and test it on testnet for a few days first.

Most of the changes are for adding types, but there are some few refactoring, to ensure data follows the type signature (there were a few cases where the same variable changes signature multiple time)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Better Typescript Coverage
1 participant