Skip to content

Commit aacb4a3

Browse files
authored
Merge pull request #128 from openintegrationhub/Protocols
Protocols
2 parents f120ce9 + 07f2efd commit aacb4a3

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
**Attendees:** Dirk (REWOO), Tobias (REWOO), Martin (Dropscan), Nils (ELO), Philipp (CES)
2+
3+
# Document Model Feedback
4+
5+
**Current Model:** [Master Data Model Documents](https://github.com/openintegrationhub/Data-and-Domain-Models/tree/master/MasterDataModels/Documents)
6+
7+
- Cardinalities are missing
8+
- Will be added
9+
- Subresource object should have a link to the _version_ object not to the _document_ object
10+
- Link will be changed, so subresources can be defined for different versions of a document
11+
- Should ACL have a link to _version_ instead of _object_?
12+
- ACL has a link to _object_ to cover different cases e.g. giving permissions for a complete folder (would not be possible if ACL has a link to _version_ instead of _object_)
13+
- Meaning of _relation_?
14+
- Relation is meant to describe the relation between two documents e.g. order and invoice
15+
16+
# Sending Binary Data
17+
- How can an application send documents via the open integration hub?
18+
19+
1. Send complete files via Open Integration Hub (High traffic / payload)
20+
2. Send an hashed url which can be public and/or limited to a certain timespan
21+
- Document could be downloaded via the url
22+
23+
- Discussion about a proxy to sign URLs to avoid security issues. Can the **Open Integration Hub** cover this taks?
24+
25+
# Modification Object
26+
- Nils suggests a modification object to store information about creation/modifcation time and creator/modifier (and lockedBy information)
27+
28+
# Tasks
29+
- [ ] Adjust UML Diagram according to agreed changes
30+
- [ ] Discuss topic regarding creation of URLs within the architecture group
31+
- [ ] Discuss topic regarding modification object within the common data model aspects group
32+
33+
# Notes
34+
- As most of the participants are on vacation the next two weeks, the next call will take place in 4 weeks (27.08.18)
35+

0 commit comments

Comments
 (0)