X-Git-Url: http://git.datanom.net/wpp.git/blobdiff_plain/06d96c2aaa206c47d6040716f25c8c65f6cf29c4..047d4d29754ed04bb696cc6dad3c43084290820b:/doc/classdiagram.svg diff --git a/doc/classdiagram.svg b/doc/classdiagram.svg new file mode 100644 index 0000000..898220c --- /dev/null +++ b/doc/classdiagram.svg @@ -0,0 +1,139 @@ + + + + + + + Portfolio + + -albums: List<Album> + -acl: List<AccessRight> + -name: String + + + + + Album + + -photos: List<Photo> + -acl: List<AccessRight> + -name: String + + + + + + + * + 1 + + + + Photo + + -file: String + -acl: List<AccessRight> + -name: String + -exifData: List + -format: Format + -sibling: Photo + + + + + + + * + 1 + + + + AccessRight + + -user: Integer + -role: Integer + + + + + User + + -name: String + -email: String + -username: String + -password: String + -acl: List<AccessRight> + -portfolios: List<Portfolio> + + + + + Role + + -Name: String + + + + + + + 1 + * + + + + + + 1 + * + + + + + + * + 1 + + + + + + * + 1 + + + + + + * + 1 + + + + InOtherFormat + 1 + 1 + + + + ImageFormat + + -Name: String + + + + + + Owns + * + 1 + + + + + + * + 1 + + +