pref-matrix

Web interface to coordinate preferences
git clone https://git.instinctive.eu/pref-matrix.git
Log | Files | Refs | README | LICENSE

README.md (1041B)


      1 This is a web application to gather how _subjects_ feel about a variety of _objects_. It is primarily used as a custom replacement of [Doodle][1] or [FramaDate][2] with more preference levels and a transposed presentation (so that when there are a lot of time slots and a few people, one scrolls vertically instead of horizontally).
      2 
      3 It consists of a [CHICKEN Scheme][3] HTTP server which handles POST requests and updates a JSON representation of the data, and some static files served by a regular webserver (e.g. nginx).
      4 
      5 It depends on [Spiffy][4] webserver and [sql-de-lite][5] binding of [SQLite][6] for persistent storage.
      6 
      7 [1]: https://doodle.com/en/ "Free online meeting scheduling tool  | Doodle"
      8 [2]: https://framadate.org/abc/en/ "Framadate - Make your polls"
      9 [3]: https://call-cc.org/ "CHICKEN Scheme"
     10 [4]: https://wiki.call-cc.org/eggref/5/spiffy "Spiffy - The CHICKEN Scheme wiki>"
     11 [5]: https://wiki.call-cc.org/eggref/5/sql-de-lite "sql-de-lite - The CHICKEN Scheme wiki"
     12 [6]: https://sqlite.org/index.html "SQLite Home Page"