pref-matrix

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

commit 8fe0c561b5318c2cd4b34a48b9f84748bf3bf9d8
parent 961af9c49502fee5997c031b6d707d2ceddde4ac
Author: Natasha Kerensikova <natgh@instinctive.eu>
Date:   Tue,  9 Jan 2024 09:50:49 +0000

README
Diffstat:
AREADME.md | 12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -0,0 +1,12 @@ +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). + +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). + +It depends on [Spiffy][4] webserver and [sql-de-lite][5] binding of [SQLite][6] for persistent storage. + +[1]: https://doodle.com/en/ "Free online meeting scheduling tool | Doodle" +[2]: https://framadate.org/abc/en/ "Framadate - Make your polls" +[3]: https://call-cc.org/ "CHICKEN Scheme" +[4]: https://wiki.call-cc.org/eggref/5/spiffy "Spiffy - The CHICKEN Scheme wiki>" +[5]: https://wiki.call-cc.org/eggref/5/sql-de-lite "sql-de-lite - The CHICKEN Scheme wiki" +[6]: https://sqlite.org/index.html "SQLite Home Page"