You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 25, 2018. It is now read-only.
to allow rest clients to handle the JSON response (e.g. for projects) in an generic and uniform way it would be good to save fileds which contain similarly structured data in some generic dict / object. This simplefies the client implementation and also decoples the thrift data model from the rest data model.
Examples for that are the user roles, which are also handled in an generic way by the roles-map:
optional map<string,set<string>> roles
One could use this generic data model to also represent createdBy, projectResponsible, leadArchitect, moderators, contributors, securityResponsibles.
to allow rest clients to handle the JSON response (e.g. for projects) in an generic and uniform way it would be good to save fileds which contain similarly structured data in some generic dict / object. This simplefies the client implementation and also decoples the thrift data model from the rest data model.
Examples for that are the user roles, which are also handled in an generic way by the
roles
-map:One could use this generic data model to also represent
createdBy
,projectResponsible
,leadArchitect
,moderators
,contributors
,securityResponsibles
.same for:
preevaluationDeadline
,systemTestStart
,systemTestEnd
,deliveryStart
,phaseOutSince
homepage
,wiki
already done for:
externalIds
The text was updated successfully, but these errors were encountered: