Status/Requires testing
1752850: Job splitting
Status/Active
1751200: Date and time handling
Status/Closed
1751294: Navigation
Status/Closed
1751127: Access to sourcesafe2subversion
Status/Active
1751308: Team Lambdal Tap's public page?
1751225: About the team -- please introduce yourself here
Status/Closed
1751221: Team and tag names
Status/Closed
1750871: Ugly site
Status/Closed
1751186: Search broken
Status/New requirement
1750985: Project menu order and sub-projects
Status/Closed
1750879: Searching for an empty string is broken

fost-schema

The schema library handles two important jobs.

  • Abstracting out database connectivity.
  • Providing a standard set of classes that can be used to describe classes that need persisting.

The database abstraction layer makes use of JSON as a key abstraction mechanism. This allows it to work at a slightly higher level than other similar abstractions.

The standardised reflection mechanism is also important because it means that there is a single way to describe how objects relate to classes and classes relate to each other.