Changes between Version 9 and Version 10 of WikiStart


Ignore:
Timestamp:
02/05/2011 07:36:00 PM (2 years ago)
Author:
dark
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v9 v10  
    11= LiquidFeedback Core = 
    22 
    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 C  
    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.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. 
     3This 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. 
    55 
    66The 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]. 
     
    1414 
    1515To 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]. 
     16and 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]. 
    1717 
    1818== Roadmap Frontend == 
     
    2323- Useability: rework user views, navigation, menus, forms (open) 
    2424 
    25 There are many more bugs and wishes in the [http://dev.liquidfeedback.org/trac/lf/report/1 bug tracker].  
     25There are many more bugs and wishes in the [/lf/report/1 bug tracker].  
    2626 
    2727= Communication =