History: Decision
Source of version: 43 (current)
Copy to clipboard
!! Project (What)
To develop a [http://en.wikipedia.org/wiki/Decision_making_software|decision-making feature in Tiki] by combining existing features and adding new ones, including [http://en.wikipedia.org/wiki/Group_decision_making|Group decision making]
!! Who
* Patricia Campbell ([http://www.evidem.org/|Evidem])
* Régis Barondeau
* Marc Laporte
* Carsten Aevermann (we have plans for a complemental feature that we call "weighted rating"
* you?
!! When
A limited proof-of-concept already exists (using trackers, wiki and comments), based on Tiki3 features. It will be updated to take advantage of new features in Tiki4 & Tiki5. Then a gap analysis will be produced in view of developing a scalable solution. We are awaiting funding for the project.
!! Why
* Tiki is amazing for collaboration and crowdsourcing. Tiki is amazing to manage all kinds of forms of data. Now, how to turn that data into information, and assist decision-making?
!! H5P option
* https://h5p.org/branching-scenario
!! Wishes
* {wish id=3173}
!! Live examples
* http://composite.upc.edu/platform/tiki-index.php?page=Documentation
!! clue/graph algorithm
https://github.com/clue/graph
{CODE()}Common algorithms
Besides graph drawing, one of the most common things to do with graphs is running algorithms to solve common graph problems. Therefor this library is being used as the basis for implementations for a number of commonly used graph algorithms:
Search
* Deep first (DFS)
* Breadth first search (BFS)
Shortest path
* Dijkstra
* Moore-Bellman-Ford (MBF)
* Counting number of hops (simple BFS)
Minimum spanning tree (MST)
* Kruskal
* Prim
Traveling salesman problem (TSP)
* Bruteforce algorithm
* Minimum spanning tree heuristic (TSP MST heuristic)
* Nearest neighbor heuristic (NN heuristic)
Maximum flow
* Edmonds-Karp
Minimum cost flow (MCF)
* Cycle canceling
* Successive shortest path
Maximum matching
* Flow algorithm
See graphp/algorithms for more details.{CODE}
!! Related
* http://wikisuite.org/Chatbots
* https://en.wikipedia.org/wiki/Decision_Model_and_Notation
* ((Visual Mapping))
* ((Visualization))
* ((Business Plans))
* ((Math))
* ((E-democracy))
* https://camunda.com/dmn/
** https://github.com/steffenbrand/dmn-decision-tables
* ((doc:PluginProposal))
* ((doc:Deliberation))
* ((Ease Importance Priority))
* http://en.wikipedia.org/wiki/Multi-criteria_decision_analysis
* http://www.flowchartwiki.org/wiki/index.php/DecisionMaking
* http://en.wikipedia.org/wiki/Decision_tree
* https://github.com/hungrymedia/interactive-decision-tree
* http://code.google.com/p/opendecisionrepository/
* https://www.loomio.org/ (An open source decision making tool)
** https://www.openhub.net/p/loomio
* http://heuristscholar.org/heurist/
* https://www.openhub.net/p/Kamanja