Versus


Versus is a prioritization application based on a simplified veriosn of the Analytical Hierarchy Process (AHP). The application has the abillity to create lists of comparison entities, for which the priority is determined by the user making pair wise comparisons. Vesus consists of a server- and a client program which are connected using TCP. Versus therefor provides the ability for multiple users to prioritize the same list at the same time, together.

Screenshots


Limitations


The user can read and create entity and criterias, though users are not able to update or delete said entities or criterias. The database connection was not made real time safe due to lack of time. The AHP implementation is, in this project, simplified.

Improvements


As it stands today, the application is lacking data security. There's no real-time security nor safety against SQL injections. This is something we would like to see in a future version of our program.