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

Feat/organizations #8

Merged
merged 6 commits into from
Apr 8, 2022
Merged

Feat/organizations #8

merged 6 commits into from
Apr 8, 2022

Conversation

NazarenoCavazzon
Copy link
Collaborator

Create organizations now ready

@NazarenoCavazzon NazarenoCavazzon self-assigned this Apr 8, 2022
@NazarenoCavazzon NazarenoCavazzon linked an issue Apr 8, 2022 that may be closed by this pull request
Copy link
Owner

@tomassasovsky tomassasovsky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@@ -8,6 +8,7 @@ class DatabaseService {

DbCollection get usersCollection => _db.collection('users');
DbCollection get refreshTokensCollection => _db.collection('refreshTokens');
DbCollection get organizationCollection => _db.collection('organization');
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't it be organizations

lib/src/organization/models/organization.dart Outdated Show resolved Hide resolved
Copy link
Owner

@tomassasovsky tomassasovsky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@NazarenoCavazzon NazarenoCavazzon merged commit 2687d85 into development Apr 8, 2022
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.

feat: Organizations
2 participants