Skip to content

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.

How to run DinoDev?

See here

How do I setup a project?

See here

How do I login?

Using your Gropius credentials.

How do I get administrator permissions?

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 
  }
}

How can I start a new sprint?

A new sprint is started by completing a planning meeting.

The UI is not responsive, what can I do?

The performance bottleneck mostly lies on Gropius side, so sometimes a bit of patience is required.

I get an error "Invalid JWT"

To fix this, log out and log in again. The source of this bug is currently unknown.