skip menu and go to main content

body start

Android - INS

Wiki

Project News

Project Info

  • Development Status: Beta
  • Programming Language: Java
  • Topic: Application SW
  • User Interface: Windows
  • Member count : 6
  • Registered:  : 2010.06.05
  • Activity Percentile:  : 47.56%

activity viewforum,download view

  • 범주
    • App
스토리 중요도
편집 105
업로드 120
태그 목록 110
메세지 관리 18
친구 관리 8
이미지 리스트 100
로컬 앨범 관리 140
웹앨범 관리 60
도움말 35
사용자 인증 30
공지 및 광고 40
  • Service
스토리 중요도
태그 관리 115
이미지 업/다운로드 130
친구 관리 13
메세지 관리 23
이미지 댓글 85
웹앨범 관리 70
사용자 인증(고유번호) 80
공지 및 광고 3
서버 시스템 구축
메시지 서버 27
컨텐츠 뷰어 90

digraph Zedroid {

        rankdir = "LR"
        ranksep = 1.5
        node [fontname="Arial", shape="Mrecord", style=bold];
        //edge [color="red"];

        node [color="red"];     // Priority (140 ~ 115)
        LocalAlbum[ label="{Local\ Album|{140|6d}|{01/14/02|01/14/02}}" ];
        ServerSystem[ label="{Server\ System|{130|5d}|{01/14/02|01/14/02}}" ];
        ImageUDS[ label="{Image\ UD\ (S)|{130|4d}|{01/14/02|01/14/02}}" ];
        UploadA[ label="{Upload\ (A)|{120|0d}|{01/14/02|01/14/02}}" ];
        TagManageS[ label="{Tag\ Manage\ (S)|{115|0d}|{01/14/02|01/14/02}}" ];

        node [color="blue"];    // Priority (110 ~ 55)
        TagListA[ label="{Tag\ List\ (A)|{110|0d}|{01/14/02|01/14/02}}" ];
        Editor[ label="{Editor|{105|0d}|{01/14/02|01/14/02}}" ];
        ImageListA[ label="{Image\ List\ (A)|{100|0d}|{01/14/02|01/14/02}}" ];
        ContentsViewer[ label="{Contents\ Viewer|{90|0d}|{01/14/02|01/14/02}}" ];
        ReplyS[ label="{Reply\ (S)|{85|0d}|{01/14/02|01/14/02}}" ];
        WebAlbum[ label="{Web\ Album|{60|0d}|{01/14/02|01/14/02}}" ];

        node [color="green"];   // Priority (50 ~ 0)
        Notice[ label="{Notice|{40|0d}|{01/14/02|01/14/02}}" ];
        Help[ label="{Help|{35|0d}|{01/14/02|01/14/02}}" ];
        Authentification[ label="{Authentification|{30|0d}|{01/14/02|01/14/02}}" ];
        MessengerServer[ label="{Messenger\ Server|{27|0d}|{01/14/02|01/14/02}}" ];
        MessageManageS[ label="{Message\ Manage\ (S)|{23|0d}|{01/14/02|01/14/02}}" ];
        Main[ label="{Main|{15|0d}|{01/14/02|01/14/02}}" ];
        BuddyManageS[ label="{Buddy\ Manage\ (S)|{13|0d}|{01/14/02|01/14/02}}" ];
        BuddyManageA[ label="{Buddy\ Manage\ (A)|{8|0d}|{01/14/02|01/14/02}}" ];
        MessageManageA[ label="{Message\ Manage\ (A)|{18|0d}|{01/14/02|01/14/02}}" ];

        {
                node [shape = box, fontname = "Arial Black", fontsize = 16, color="black" ];
                /* ~^~Q~W~E ~D~V~I~O~D */
                "First Step" -> "Second Step" -> "Third Step" -> "Fouth Step" -> "Fifth Step" -> "Sixth Step" ;

        }

        { rank=same; ServerSystem; LocalAlbum; }
        { rank=same; ImageUDS; TagManageS; }
        { rank=same; TagListA; ImageListA; }
        { rank=same; BuddyManageS; MessageManageS; ReplyS; }
        { rank=same; BuddyManageA; MessageManageA; Authentification; Notice; Help; Main; }
        { rank=same; UploadA; ContentsViewer; }
        { rank=same; WebAlbum; MessengerServer; }

        ServerSystem -> { ImageUDS; MessengerServer; TagManageS };
        MessengerServer -> BuddyManageS -> BuddyManageA
        MessengerServer -> MessageManageS -> MessageManageA
        ImageUDS -> { UploadA; ImageListA; WebAlbum };
        LocalAlbum -> { UploadA; Editor };
        TagManageS -> TagListA -> WebAlbum
        ImageListA -> ContentsViewer -> ReplyS
}