# DaDa picture conversation ## DNAs ### PictureConversation DNA #### Zomes - picture_conversation - Entries - Links - Anchors ```graphviz digraph g { node [ fontsize = "16" shape = "record" ]; // Maybe this with timestamp mods? "path1" [label = "{Path | 'all_picture_conversations'}"]; "conversation2" [label="{Conversation | { first_picture_hash | author | timestamp }}"] "path1"->"conversation2" "conversation1" [label="{Conversation | { first_picture_hash | author | timestamp }}"] "path1"->"conversation1" "conversation_drawing3" [label="{ConversationDrawing | { picture_hash | author | timestamp }}"] "conversation1"->"conversation_drawing1" [label="top"] "conversation_drawing1" [label="{ConversationDrawing | { picture_hash | author | timestamp }}"] "conversation1"->"conversation_drawing2" [label="right"] "conversation_drawing2" [label="{ConversationDrawing | { picture_hash | author | timestamp }}"] "conversation1"->"conversation_drawing3" [label="left"] "conversation_drawing4" [label="{ConversationDrawing | { picture_hash | author | timestamp }}"] "conversation_drawing2"->"conversation_drawing4" [label="left"] } ``` - file_storage_gateway - Will connect to the FileStorageProvider DNA ### FileStorageProvider DNA - This will be a complementary DNA that only stores the images