-
Notifications
You must be signed in to change notification settings - Fork 0
User Guide FAQ
Paul Bredl edited this page Jul 30, 2024
·
1 revision
While the usage of DinoDev should be mostly straightforward, this page answers a few common questions about how to use DinoDev.
See here
See here
Using your Gropius credentials.
Gropius administrators are automatically DinoDev administrators. Additionally, an administrator can grant the role to other users using the API.
mutation grantRole {
grantRole(userId: "<your user id>", roleName: "ADMIN") {
username
roles { name }
}
}
You can find out your user id by using
query {
currentUser {
id
}
}
A new sprint is started by completing a planning meeting.
The performance bottleneck mostly lies on Gropius side, so sometimes a bit of patience is required.
To fix this, log out and log in again. The source of this bug is currently unknown.