-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Here are my thoughts when I went through:
-
Does it make sense to support multiple email addresses per profile?
- KISS
- maybe additional custom fields in the json object
-
Does it make sense to have an additional coloumn in some tables called “part of signature” or similar with boolean values?
- private and seqts are not part of the signature, everything else is.
-
Some objects allow free text fields. Do they support emojis in case the client is able to render it? Does JSON support line breaks within a "value"?
- UTF-8 und Unicode. Question if client renders it
-
Should the video type
previewfield need to support animated Gifs? Or size limited MP4s?- Question of client implementation
-
The JSON member names of the profile root object are lower camel case. Should
seqtsandcreatetsalso be lower camel case, e.g.sequenceTimestamporcreateTs?- JSON keys case sensitive
- Probably not
-
In chapter 11 it says for the
seqtstimestamp:Probably assigned by the SPXP server when it received this post object.
- Yes
Metadata
Metadata
Assignees
Labels
No labels