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

Cleanup string vs ObjectID types #169

Open
nickbclifford opened this issue Aug 27, 2020 · 0 comments
Open

Cleanup string vs ObjectID types #169

nickbclifford opened this issue Aug 27, 2020 · 0 comments

Comments

@nickbclifford
Copy link
Member

Currently, we try to use ObjectIDs internally throughout the backend. However, since we use inputs that come from JSON, we have to deal with strings a lot. This makes our types really confusing and sometimes hard to work with, since we end up mixing the SDK types and our own backend types quite a bit.

We'll need to workshop a solution for this.

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

No branches or pull requests

1 participant