From 7420dd80aa7627c7b077852bcba9af073eab7bb6 Mon Sep 17 00:00:00 2001 From: Robert von Burg Date: Mon, 18 Aug 2014 21:12:58 +0200 Subject: [PATCH] [New] Added blog with first item of release 1.0.0 --- www.strolch.li/blog.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www.strolch.li/blog.html b/www.strolch.li/blog.html index 41c13c341..eeaea7aae 100644 --- a/www.strolch.li/blog.html +++ b/www.strolch.li/blog.html @@ -82,7 +82,10 @@
  • Integrated authentication and authorization to validate user privileges using Privilege
  • Ready to use Observer pattern
  • (currently) Read-only REST API to access the agent model remotely
  • +
  • Configurable environments
  • +

    With the light weight implementation, where there are basically no third party libraries required for the normal runtime, Strolch has a minimal foot print which allows it to run on small devices for instance a BeagleBone Black. Using the in-memory mode, it is a easy feat to set up test environments with minimal fuss.

    +

    Future

    So what is planned for the future? Although Strolch has quite a few interesting features, it is by no way feature complete. The greatest wish is for Strolch to become a community driven platform, so many new features will arise in the future, but at least one major future feature which will be tackled in the near future and will certainly drive the next major release is a planning and scheduling engine using a Gantt chart to visualize the schedule.

    The planning engine will use the timed values on Resources extensively to create a planning engine on which Workflows can be placed and allowing to detect violations and bottlenecks.