plantuml / plantuml-server

PlantUML Online Server
https://plantuml.com/
GNU General Public License v3.0
1.59k stars 463 forks source link

Is there a feature to view the UML generation history? #306

Closed usingsystem007 closed 11 months ago

usingsystem007 commented 11 months ago

It would be nice to have the ability to see the UML created so far. I have a mongo db inside, is the work history stored in this db?

HeinrichAD commented 11 months ago

The only "history" feature I am aware of is the ability to do Ctrl+z and Ctrl+y inside the code editor.

In addition, the PlantUML server works stateless and does not store any data. Therefore there is also no database. Maybe your mentioned Mongo DB is used for/by something else?