| Age | Commit message (Collapse) | Author |
|
1. move the sugg variable to textanalysis.js instead of the ui part
2. use a callback for the autocomplete widget (it supports three
options: array, string as url for a json returning service, or callback)
3. use a dictionary instead of an array to keep the list of suggestions.
We iterate on the dictionary instead of using a Trie or some other
datastructure in the callback. But the dictionary avoids iteration when
adding a word. Overall a loss in performance, but not noticeable.
Googling / memory suggests a Trie is what we want here, but I'm
postponing that for later. See:
http://ejohn.org/blog/javascript-trie-performance-analysis
|
|
|
|
|
|
|
|
|
|
and reset early
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Just defining some variables instead of them becoming properties on the global object
Some whitespace fixes too.
|
|
|
|
|
|
|
|
|
|
nodes didn't appear because the type selection index was undefined in
the 0 to N_1 loop
|
|
Nodes can be deselected by clicking background
Clicking in the new sentence bubble will deselect the previous nodes
|
|
Resizeable task bar
Deliverable state combo box
Edit node submit bug fix
Code cleaup
|
|
Pressing enter while picking out one of the suggestions would submit
the graph immediately
Now, if the suggestion is altered, one enter applies the suggestion and
a second enter submits it
|
|
AND cases are managed better
small graph bugs resolved
Typeselection works just as before now
New nodes added to suggestion box
Previous phrases added to suggestion box
|
|
multiple nodes
"and" triplets
new graph creation wheel
new rhizicore functions
|
|
|
|
|
|
Background click remove editing boxes and highlights
Deliverables test button adds 140 random tasks and dates
Links between nodes have two colors: blue and green for dependencies
|
|
|