archimatetool / archi-modelrepository-plugin

coArchi - a plug-in to share and collaborate on Archi models.
153 stars 53 forks source link

Add a way to "Create New Model and Share" #19

Closed jbsarrodie closed 7 years ago

jbsarrodie commented 7 years ago

Following Issue #15

  1. User presses button "Create New Model and Share"
  2. Wizard / dialog asks for a model name, remote git URL, user name and password
  3. New local repo is made ("git init")
  4. New temp.archimate model is created
  5. Grafico export to xml files
  6. Do a first commit (perhaps get the commit message from user in dialog?)
  7. Push to remote (give user choice to do this now or later?)
Phillipus commented 7 years ago

This is solved in #15