Promote-2.4-JForum

Promotion of JForum from Contrib to Provisional

See the Comment section at the bottom of this page for discussion on this tool's promotion.

Provisional Criteria Matrix

The table below is derived from the Criteria for Provisional Status document and is intended as a quick-reference guide on how this tool measures up to the requirements for a Provisional tool.

Key:
(tick) Criteria met.
(warning) Work needs to be done to meet criteria.
(error) Will not meet criteria by code freeze.

Community Support Criteria

JForum

There must be an identified group of committers within the Sakai community who take responsibility for the tool. This group can be comprised of the original author(s) or others from the community willing to take responsibility for the application.

(tick)  Vivie Sinou, Murthy Tanniru

The application source code must reside in Sakai's source control system. Organization and management of the source control system is defined in a different Sakai Community Practice (to be determined).

(warning)  Will be in by code freeze

At least two Sakai production sites must be utilizing the tool successfully in their production environments. Those sites should be able to report that the tool runs properly and is useful to their users. These sites must also report that the application does not cause any problems with other parts of the Sakai release such as poor performance, memory leaks, etc.

(tick)  Has been in production for a year at many sites

The developer(s) of the tool must be committed to maintaining the application across Sakai version changes including any necessary data conversion for their elements of Sakai if storage structure changes.

(tick)

The developer(s) of the tool must be willing to answer questions about their application on Sakai dev list.

(tick)

The developer(s) of the tool must commit to helping to develop test plans and specifications for the application. Until those test plans are in place, the author(s) will commit to join the Sakai release/QA process and perform the necessary QA on their application. To become an official tool, the author(s) of the tool must contribute test plans and specifications (to satisfy the requirements of the QA group).

(tick)

Bugs and feature requests for the tool must be tracked in Sakai's bug tracking system.

(warning) Will try to move our Jira issues by code freeze

Technical Elements Criteria

JForum

If the tool persists data to a database, it must support all official Sakai databases (currently HSQL, MySql, and Oracle).

(tick) MySql & Oracle
(tick) Supports HSQL (not tested at Foothill)

The tool must work properly with the Sakai AutoDDL approach. The application must properly create tables when tables do not exist and the tables must be named so as not to conflict with other Sakai tables.

(tick)

All database access to tables that the tool does not own will take place via published Sakai APIs provided by the application that manages those tables. The tool should use APIs for access to its own data, but it must use APIs for access to data from others.

(tick)

The tool must participate in the system-wide configuration (sakai.properties) and not require any local configuration to be hand-edited.

N/A

The tool must properly operate in the Sakai Authorization and tool placement structure. It must either use existing appropriate security functions or introduce new security functions for the application.

(tick)

The tool will not require patches to other Sakai tools or to the Sakai framework. A application may require changes to other areas of Sakai, but those changes should be negotiated ahead of time and should be part of the full distribution.

(tick)

The tool must fully work in a clustered Sakai application server environment.

(tick)

The tool cannot force new jars into shared/lib or common/lib. Sakai's goal is to keep these jar footprints as small as possible. Any new jar requirement in those areas requires significant discussion.

(tick)(The libs needed are part of war file and are not forced in shared/lib)

There are a number of system-wide elements in Sakai including Spring, Hibernate, and others--the application must work with the versions of these elements that are part of the Sakai release.

(tick)

Licensing must be clean before the application is moved into Sakai's source control system and put into a Sakai distribution. The license must not violate the policies set by the Sakai Foundation. This also means that a tool cannot require other application or jar with a proprietary or ECL-incompatible license to be part of the distribution.

(tick) Original JForum code is licensed under BSD which is ECL-compatible. Foothill's new code is ECL.

Interaction and Visual Design Criteria

JForum

The tool UI must look like the rest of the Sakai application and properly inherit skins from Sakai (i.e. when the sites color changes the tool colors change as well). The tool should not look "out of place" amongst other Sakai tools.

(tick) UI is clean, based on widely-adopted phpBB.

The tool should follow general interaction guidelines outlined in the Sakai Style Guide (SG) so users have consistent experiences and expectations about how to complete actions such as "paging in a list", "navigating between pages", "taking action of items in a list", etc across tools. The SG is a guide and should be used to help inform interaction decisions but is not meant to have all the answers.

(tick)

UI components available in the Sakai library should be used where possible (e.g. wysiwyg editor, calendar, paging widget).

(tick)

The application must support all of the browsers currently supported by Sakai including FireFox/Mozilla and Internet Explorer.

(tick)

The tool should provide basic help which integrates seamlessly with the Sakai Help system. The help should have a look and feel and writing style similar to the other elements of help.

(error) Will not meet criteria. Others in the community are welcome to work on help for Jforum.

Desirable Elements Criteria

JForum

The tool is properly internationalized with all of its user-displayed strings derived from properties files.

(tick) Supports 12 languages.

The tool should be fully accessible and pass a Sakai accessibility review.

(warning) Unclear if JForum is fully accessible. Experts from the Sakai Foundation will need to address this component.

If the tool has any persistence or business rule code it should be factored into a Sakai Component with a published API which has complete javaDoc.

N/A

This component should be designed so as to allow other applications and/or system processes to be able to work with the business objects handled by the application.

N/A

Creation of web services API for the tool. The authors should provide a web-service layer which sits on top of their API.

N/A

The tool should participate in the Sakai cross-site import and export if it persists business objects.

(error) Will not support Sakai's import from site
(tick) Jforum 2.3 supports IMS CP import/export

The tool should be inter-operable with other Sakai tools where appropriate.

(tick)

The tool should generate event codes that are triggered minimally on new, revise, and delete actions on the basic objects created by the tool.

N/A

Hibernate is not required but if the tool is doing significant ORM, it should be done using Hibernate - the application should work with the current version of Hibernate used in the Sakai release.

N/A

In order for Sakai to seen to be a seamless application, effort needs to be made to minimize overlap in functionality with other Sakai "bundled" tools. At times, as tools are evolving, or complete replacement tools are being produced, overlap is acceptable. Where overlap will happen between tools under consideration, developers should first look to fixing/improving the existing tools rather than simply writing a new tool with a few features. Each tool which adds overlap may result in the long term need to "clean up" the overlap to maintain a good user experience.//

  • There is overlap between Jforum's "My Profile" and the Profile tool, Site Info, and the Roster tool. MyProfile is a highly desirable component of JForum for personable communication, preferences related to Jforum notifications, avatars, etc.; it will not be removed or changed.
  • There is also overlap between Member Listing and the Roster Tool. Member Listing is a critical componenet of Jforum for just-in-time private communication with members and it will not be removed or changed.
  • My Profile and Member Listing are nicely integrated with Sakai users.

Notification and Process Criteria

JForum

30-day notification prior to code freeze of: (1) What is is, (2) How to install/configure it, (3) Known issues, and (4) Whom to contact

(tick)