During the SCHAT project research was conducted on how the interface of a track & trace system (a system used to locate missing items) should be designed. This project was elaborated whilst using the V-model. At first a study was conducted. The results of this study were used to create three possible interfaces. These interfaces were then tested by nurses and caretakers from a single care home. With the results from these tests, the interfaces were optimized after which a selection procedure followed. During this procedure, the research team looked at which interface was tested best: this turned out to be the interface with categories.
This prototype was focused on database management and search functionality for the interface.
- Django
- django-countries
- simplejson
- spycopg2
- Install Python 3.6 and the listed dependencies
- Install database software, preferably PostgreSQL
- Download the source code from this repository
- In settings.py (root folder), change the 'DATABASES' parameters to match your database
- In the project root, run Python with the command "manage.py migrate" to setup the database for use with the webserver
- Next, run "manage.py createsuperuser" and follow instructions to make an admin account for the Django admin interface
- Finally, run "manage.py runserver 0:80" to run the webserver from your local machine on port 80