| 2 | |
| 3 | == Description == |
| 4 | This project is a single-page webapp designed to provide custom queries and reporting for the ISMI database. At present the following functionality is implemented: |
| 5 | 1. Search: |
| 6 | * Select the object class of the entities to be returned |
| 7 | * Compose srcs_4_tar_rel and tars_4_src_rel queries (logical AND) |
| 8 | * (TODO: allow logical ORs as well) |
| 9 | 2. Reporting |
| 10 | * Select which attributes to display |
| 11 | * Select which source relations to display |
| 12 | * Select which target relations to display |
| 13 | * (TODO: currently only the ID of the target or source is displayed, so display something more detailed, optionally) |
| 14 | * get HTML output of report |
| 15 | * (TODO: get Microsoft Word output) |