Patryk Ziemkowski
Patryk Ziemkowski
**Describe the bug** In `services/backend/scripts/build.sh` the docker pulling statement is before docker login ```sh docker pull "$BACKEND_REPO_URI:latest" || true # ... if DOCKER_LOGIN=$(aws ecr get-login-password --region "$AWS_DEFAULT_REGION" 2> /dev/null); then...
### Description Current implementation of GraphQL subscriptions is very hacky and not scalable at all (even though that is the main reason for its hackiness). Here's a breakdown of implementation:...
### Description Currently a user cannot be a member of multiple organisations, nor is there really a concept of grouping them and allowing to work on a common content. ###...
Require user to specify billing information of the tenant.
Owner should not be able to remove the last member of the tenant. Only owner / admin can remove a member For personal account you cannot remove the original owner...
Tenant's owner / admin should be able to select a role of the member: - member - admin - owner
Users should be able to accept or decline invitations Feature should work both when one already has the account or is going to create a new one.