Lexpedite / blawx

A user-friendly web-based tool for Rules as Code.
MIT License
105 stars 9 forks source link

New Project from Template #297

Closed Gauntlet173 closed 2 years ago

Gauntlet173 commented 2 years ago

Once ownership access is implemented, we will need a way to allow the user to easily access demonstrations and tutorials.

This likely takes the form of a "new from template" button in the RuleDocList view. Rather than cluttering the object model, it might make more sense to somehow save the templates as .blawx files that can be loaded using the import feature. The .blawx files would probably need to be put into the static folder, and we would probably need a separate import view that accepts the filename and loads it. Or something like that.

Gauntlet173 commented 2 years ago

Resolved in #300