Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 585 Bytes

AppFlow.md

File metadata and controls

28 lines (23 loc) · 585 Bytes

Application Flow

/root
    if logged in, dashboard
    if not logged in, sign-in
    /sign-in
        No account, then sign-up
    /sign-up

    /dashboard
        /friends
        - add-friend
        /drinks (reviews)
            - find drink
             /add-drink
                /add-part
                    /add-ingredient
                /add-place
                /add-review
        
    /places
    -find place
        /add-place

    /reviews

Read Me