- Introduction - What is Coucal?
- Purpose - Why would you use Coucal?
- Design - How does Coucal work?
- Documentation - Where can I learn more about Coucal?
Coucal is a platform for semantic linking and publishing of events, actions and resources. Coucal is based on open standards for interoperability, and prioritised information exchange with other tools and platforms.
Content Type | Description |
---|---|
Events | Resource scheduling, availability and event planning are key functions of Coucal. |
Actions | Tasks and action tracking |
Resources | Contacts, resources and groups |
Annotations | Journaling and annotations |
Coucal is not intended to be a repository of (non-temporal) data itself, but rather to provide links to the data residing in other tools and platforms. Coucal is primarily focused on temporal and location-sensitive data such as events, annotations, availability, actions, etc.
Coucal is not a direct replacement for any other tool. It works WITH your existing toolchain to provide greater visibility and tracking of your existing business processes.
Coucal is the missing link required to bring your existing toolchain together. Instead of pasting URLs into comment fields, tracking work and approvals via email, and too many meeting conflicts, Coucal provides structure and linking between all work processes across different tools.
Find out where and when team members and resources are available, before scheduling meetings, etc. Build a leave register or booking system easily with Coucal.
TBD.
TBD.
The Core module implements persistence and management of user content and system data. The Coucal data model is based on utilizing standard formats such as iCalendar and vCard to represent both system and user data.
The API is the primary interface for Coucal, supporting authenticated access to content and system management functions. The API consists of RESTful controllers, Channel callbacks and other API-related concerns (e.g. serialization, authentication, etc.).
The Channels module supports integration with external channels for sending and receiving data. Channels are configurable, and may include multiple simultaneous options for publish and ingestion of data.
The Workflow module provides reactive stream subscribers that respond to specific notifications with predefined and configurable actions.
Handlers use dependency injection to discover and subscribe to relevant streams.
Some handlers may act as both a subscriber and publisher of stream data, whereby they implement a transformation of data for consumption of other stream handlers.
The Command module provides encapsulated actions invoked by Stream Handlers in response to stream activity. Commands may be used to interact with channels directly or update content.
Coucal defines a default collection of commands, however is designed to be extensible for customization of workflows.
See the complete user guide for more detailed documentation on Coucal.