Archi Forum

Archi => General Archi Discussion => Topic started by: jvdongen17@gmail.com on January 08, 2018, 10:43:07 AM

Title: Object intake and promotion control
Post by: jvdongen17@gmail.com on January 08, 2018, 10:43:07 AM
Hi,

Has anybody an idea how to make an intake and promotion control model.

Before we want to publish any object we want to validate it and then publish this to every body.

So in between only the auditor may see this object and the fellow architects.

Jurgen
Title: Re: Object intake and promotion control
Post by: Hervé on January 08, 2018, 10:50:58 AM
Hi Jurgen,

In my company, each architect work on their own models (we have one model per project) that may go live or not. They all store their models in a SQL database usingthe database plugin (https://github.com/archi-contribs/database-plugin/tree/master/v2 (https://github.com/archi-contribs/database-plugin/tree/master/v2)).

Then when a project goes live, I use the same database plugin to share the production view from the corresponding model to my production model.

This production model is the model I communicate on. Every night, a batch updates a web site from this production model using the script plugin (https://github.com/archi-contribs/script-plugin (https://github.com/archi-contribs/script-plugin)).

Hope it helps
Best regards
Hervé