Changes between Version 6 and Version 7 of Templates


Ignore:
Timestamp:
Aug 20, 2012, 5:08:20 PM (12 years ago)
Author:
jklassen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Templates

    v6 v7  
    551. Search:
    66* Select the object class of the entities to be returned
     7* Search by ID (TODO: include the "suggested results" google-style search widget)
    78* Compose srcs_4_tar_rel and tars_4_src_rel queries (logical AND)
    89* (TODO: allow logical ORs as well)
     10* (TODO: handling so that only legal queries are made to the JSONInterface)
    9112. Reporting
    1012* Select which attributes to display
    1113* Select which source relations to display
    1214* Select which target relations to display
     15* (TODO: select how to sort the results)
    1316* (TODO: currently only the ID of the target or source is displayed, so display something more detailed, optionally)
    1417* get HTML output of report
     
    3538
    3639== Deployment ==
    37 Is very simple. Run `ant` from `/trunk/` and deploy the generated file `/trunk/dist/ismi-templates.war` to Tomcat as usual.
     40Is very simple. Run `ant` from `trunk/` and deploy the generated file `trunk/dist/ismi-templates.war` to Tomcat as usual.