Difference between revisions of "User Interface"

From HSYCO
Jump to navigation Jump to search
Line 2: Line 2:
 
HSYCO allows the interaction with the system through a custom user interface.
 
HSYCO allows the interaction with the system through a custom user interface.
 
We can identify three entities:
 
We can identify three entities:
* project: a single interface. See [[Project]]
+
* [[Project|project]]: a single interface
* page: a project can contain pages. See [[Page]]
+
* [[Page|page]]: a project can contain pages
* object: a page can contain objects. See [[UI Objects]]
+
* [[UI Objects|object]]: a page can contain objects
  
 
A project is defined by a subdirectory inside www that contains an index.hsm file.
 
A project is defined by a subdirectory inside www that contains an index.hsm file.

Revision as of 17:19, 25 February 2014

HSYCO allows the interaction with the system through a custom user interface. We can identify three entities:

  • project: a single interface
  • page: a project can contain pages
  • object: a page can contain objects

A project is defined by a subdirectory inside www that contains an index.hsm file.

Whenever HSYCO detects any change to the files in www and in its subdirectories, it forces the reload of all the projects on the connected browsers.

For each sub-directory in www in which the file index.hsm exists, you can access the page with the following URL:

https://<name server>/<URLKey>/<subdirectory name>

To create or edit a project there are two methods: visually, through the Project Editor or by manually editing the index.hsm.