EDELOG 6.0
Edelog 6.0 is a major upgrade that contains many new features.
New Features
New User Interface
Edelog 6.0 offers a new clean and modern user interface. Over the upcoming months the classic Edelog features will be migrated to the new user interfaces. During this period you can sill access the classic features using the sidebar.
Databases
Databases replaces the classic „Data Objects“ feature. It has been rewritten from the ground up to be more flexible for individual use cases.
Extended data types for saving data: Compared to Data Objects, the new Databases feature delivers more ways to store and access data:
Boolean: Save yes/no expressions.
Date and Time: Save date and/or time values
Float, Integer: Save integer or float values. You can also specify the unit in which the data is saved as well as (for Float values) a precision.
Tags: Define and attach one or more keywords. You can filter or group by the assigned tags.
Link: Link records of other Databases to your Database.
Users / Groups: Assign users or groups to a record
Status: Allows the definition of multiple statuses that records can be assigned to. With the integrated rules engine, you can specify the flow that assigned records have to follow.
Text: Save single or multi-line text values. Optionally, the content can be validated.
Files: Attach one or more files to a record.
Enhanced data views: Edelog now offers multiple view options for you to display your data. You can also create custom views with individual settings per Database
Table view: Display records as a table.
Variation tree: Display records and their data variations using a tree structure. You can use the variation information to filter data records.
Tiles view: Display records as tiles that can show information side-by-side
Columns view: Display records grouped by a specific view. In combination with a status data column you can display the flow your records have to follow.
Map view: Display records on a map.
Timeline view: Display records using their start and end date on a resource planning table.
Calendar view: Display records on a calendar.
Hierarchy view: Display records and their children as hierarchical view.
Activities: Every data record now features a chronological list of all changes to the data record as well as events that have something to do with the data record.
Comments: You can now add comments to a data record via the Activities view.
Archive data records: Data records can now be archived. In archive state the records won’t be displayed in list views but can still be accessed using links or references.
Data Object Network: By clicking on the network tab, you can display and browse a data object’s associations.
Create data objects via Email: Each Database now gets an automatically generated email address that can be used to create new records.
Filter & Sort: Database records can be filtered and sorted using the list views.
Custom Edit & Create views: Administrators can specify custom views that are displayed for creating / editing data records.
Users can mark Databases as favorites. Favorites are pinned to the sidebar for easy access.
Other Features
Login via Email: Users that have associated email addresses can now login via their email address without being required to use a password.
Changed Features
Edelog Processes, Jobs, Documents and Activities have been marked as legacy. These features will continue to work as-is but are intended to be replaced in the future.
Edelog Processes has been renamed to "Classic Forms"
Edelog Documents has been renamed to "Classic Documents"
APIs
New APIs
All new features are accessible using
/api/v4.
Deprecations
Deprecated
/api/v1and/api/v3.
Breaking Changes
/api/v2has been removedThe following APIs have been removed:
* /api/v1/data_object_statesPOST /api/v1/data_object_typesGET /api/v1/data_object_types/:id/permissionsDELETE /api/v1/data_object_types/:idDELETE /api/v1/data_objects/:idGET /api/v1/data_objects/schema_ids
The following APIs have been restricted in their functionality:
PUT /api/v1/data_object_types/:idgoing forward only supports updating the following properties:schema_definition,process_template_revision_group_ids,document_idsPOST /api/v1/data_objectsgoing forward only supports using the following properties:id,data_object_type_id,payloadPUT /api/v1/data_objects/:idgoing forward only supports updating the following properties:payloadPUT /api/v1/organizations/:idgoing forward only supports updating the following properties:title,meta,licence