| Version 4 (modified by dark, 2 years ago) (diff) |
|---|
LiquidFeedback Core
This is the central component of LiquidFeedback, called "The Core". It consists of a PostgreSQL database definition scheme ( core.sql), providing all needed data structures and logic, and 2 service programs ( lf_update.c, lf_export) to trigger regular tasks or to export a dump of the database stripped off some private data like login, password and profile data. It is providing data structures for authentication and authorisation while not implementing these mechanisms itself inside the core.
The core is stable. Official releases are provided at http://www.public-software-group.org/liquid_feedback_core. Current development versions are available at the repository.
Roadmap Core
- Disabling voting weight of inactive users (done, scheduled to release)
- Unit support (done, but not marked as stable)
