Changes between Version 9 and Version 10 of WikiStart
- Timestamp:
- 02/05/2011 07:36:00 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v9 v10 1 1 = LiquidFeedback Core = 2 2 3 This is the central component of LiquidFeedback, called "The Core". It consists of a PostgreSQL database definition scheme ([http://www.public-software-group.org/mercurial/liquid_feedback_core/file/tip/core.sql core.sql]), providing all needed data structures and logic, and 2 service programs written in C4 ([http://www.public-software-group.org/mercurial/liquid_feedback_core/file/tip/lf_update.c lf_update.c], [http://www.public-software-group.org/mercurial/liquid_feedback_core/file/tip/lf_export .c lf_export.c]) 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.3 This is the central component of LiquidFeedback, called "The Core". It consists of a PostgreSQL database definition scheme ([http://www.public-software-group.org/mercurial/liquid_feedback_core/file/tip/core.sql core.sql]), providing all needed data structures and logic, and 2 service programs 4 ([http://www.public-software-group.org/mercurial/liquid_feedback_core/file/tip/lf_update.c lf_update.c], [http://www.public-software-group.org/mercurial/liquid_feedback_core/file/tip/lf_export 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. 5 5 6 6 The core is stable. Official releases are provided at [http://www.public-software-froup.org/liquid_feedback_core]. Current development versions are available at the [http://www.public-software-group.org/mercurial/liquid_feedback_core repository]. … … 14 14 15 15 To provide web based user access to the core, there is LiquidFeedback Frontend. It contains a web based frontend for users with access to almost any of the functions of the core and a priliminary API for mobile applications and other purposes including automatic processing of the data. The software is based on WebMCP, a framework implemented by some of the authors of LiquidFeedback. Currently it is basically a 1:1 view on the data structures 16 and the corresponding actions and forms which are available for the user. The frontend is beta, but there are already organisations using it in productive environments. There are currently no show stoppers, but [ http://dev.liquidfeedback.org/trac/lf/report/1 a lot of improvements to do].16 and the corresponding actions and forms which are available for the user. The frontend is beta, but there are already organisations using it in productive environments. There are currently no show stoppers, but [/report/1 a lot of improvements to do]. 17 17 18 18 == Roadmap Frontend == … … 23 23 - Useability: rework user views, navigation, menus, forms (open) 24 24 25 There are many more bugs and wishes in the [ http://dev.liquidfeedback.org/trac/lf/report/1 bug tracker].25 There are many more bugs and wishes in the [/lf/report/1 bug tracker]. 26 26 27 27 = Communication =
