2 Review of a model
Develop a component that allows to perform a review of a model – with the spirit of a Word document review. As a baseline, this component shall be based on the issue tracking facilities of the gitlab tool. With this feature it shall be possible to:
Associate the model in Space Creator to a gitlab server (URL + with credentials) (same as 1.1)
Select a part of the model and add a gitlab issue (via gitlab API) that makes reference to it, with optional tags (e.g. criticality) (attribute for “review” issue)
View the existing issues attached to the current model
Start a browser to navigate through an issue and let the user comment it (connection to the gitlab server)
Have a link from existing issues back to Space Creator (check if a mimetype can be used for this ?)
Link issues to requirements (see #2 (closed))
As a design constraint, this component shall be a Qt Widget, and shall be available both in C++ and in Python for use in other tools. (for re-use in opengeode)