[commits] [Wiki] changed: Project/Sesha
Ralf Lang
lang at b1-systems.de
Tue Jan 17 00:10:59 UTC 2012
rlang Tue, 17 Jan 2012 01:10:59 +0100
Modified page: http://wiki.horde.org/Project/Sesha
New Revision: 5
Change log: Sesha is now alpha-ready
@@ -26,15 +26,25 @@
# cvs co -r HEAD sesha
+++ Sesha for Horde 4 +++
-((ChuckHagenbuch|Chuck)) has imported sesha to git for horde 4 after
people asked for it. This version is currently not usable.
+Sesha has been ported to Horde 4 and is scheduled to be released
together with the next minor update.
+At various points in the past Sesha has been able to hook into Whups
so that tickets can be raised for inventory items. This feature
currently requires uncommenting an API line in the registry.local.php
file.
-Conversion TODOs
-* Use Migrations for sql schema
-* Rewrite storage driver in either Horde_Db or Horde_Rdo
-* Drop categories in favor of tags? Maybe we still need a hierarchy.
-* ((Doc/Dev/ConversionH4|General conversion guidelines))
+ 'sesha' => array(
+ 'name' => _("Inventory"),
+ // Uncomment this line if you want Sesha to provide queue and version
+ // names instead of Whups:
+ // 'provides' => array('tickets/listQueues',
+'tickets/getQueueDetails', 'tickets/listVersions',
+'tickets/getVersionDetails'),
+ 'menu_parent' => 'devel',
+ ),
+
+This makes sesha categories show up in whups as ticket queues and
stock items show up as queue versions.
+Warning, this hides your existing whups queues and versions.
+
+A better configurable version is proposed in ticket #10927 and ticket #109278
+++ Usage
To start you should add a set of Properties to describe your
inventory items. Click the 'Manage Properties' tab under 'Admin'.
@@ -44,13 +54,14 @@
For example, the 'Laptops' Category could be attached to a set of
Properties such as: Manufacturer, Model, IP Address, etc.
+++ Future Development
-At various points in the past Sesha has been able to hook into Whups
so that tickets can be raised for inventory items. This feature could
be resuscitated.
-
-Sesha could also be extended to provide storage for other
applications requiring inventory or stock (eg. shopping carts).
+Plans and suggestions for further development
-If sesha was to be resurrected for horde 4.x it probably could
integrate with kronolith's resource scheduler.
+ * Sesha items and categories as kronolith resources / resource groups
+ * Better control which sesha items show up as whups bug queues
+ * tagging support
+ * Sesha could also be extended to provide storage for other
applications requiring inventory or stock (eg. shopping carts).
++ Resources
TBD...
More information about the commits
mailing list