You need to sign in or sign up before continuing.
IFT Git
Welcome to the Gitlab instance of the IFT. It is currently maintained by the admins trautner@ift.at, wallner@ift.at and rene.schwaiger@ift.at
stateDiagram-v2
state "Gitlab Docs" as Docs
state if_state <<choice>>
Docs : "Read the gitlab docs."
state "Software Development" as Development
Development : "Develop software the right way."
Login: Login via IFT Domain
[*] --> if_state
if_state --> Registration : Students or External
if_state --> Login : IFT Employee
Registration : Contact an Admin
Registration --> Docs
Login--> Docs
Docs --> Development
Development --> Improvement
Improvement --> Development
Improvement --> [*] : Success