Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

aa.gusti / opensipkd-base

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • opensipkd-base
  • docs
  • login
  • login-ac.puml
  • aa.gustiana@gmail.com's avatar
    feat: Add UML diagrams for login activity, flowchart, and sequence · bfaba81c
    aa.gustiana@gmail.com committed Jan 08, 2026
    bfaba81c Browse Files
login-ac.puml 244 Bytes
RawBlameHistoryPermalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
@startuml
title Login Activity

start
:User provides credentials;
:System authenticates;
if (Authentication successful?) then (yes)
  :Grant access to system;
  :Display main page;
else (no)
  :Display error message;
endif
:End;
stop

@enduml