WebInterface


Web Interface

 

The basic functionalities of the web interface are: user administration, query management, and result visualization.  The data model for all three is described on the DataBase page.

 

User administration

 

User administration relies on the built-in Admin functionality in Django.  The access levels are as follows:

 

 

Query Management

 

Queries will be simple objects in the django db; actions will be taken based on them in non-django  / non-web-facing code.  They can come in several forms:

 

 

Results visualization

 

This is a tricky one that I haven't figured out how to deal with yet...