Results 103 issues of 01es

### Description If an activatable entity has active dependencies then it cannot be deactivated. This is the essential nature of activatable entities. However, only active entity values can be used...

Modelling
Complexity: medium

### Description The current document that provides a high-level overview of the platform from an engineering perspective is way out of date. It is proposed to bring it up to...

Low Priority
Documentation

### Description The only remaining legacy validation annotations, used in application to setters, are `LeProperty` and `GeProperty`. All current use of these annotations are in application to date properties, representing...

Developer empowerment
Modelling
pull request

### Description If a user loads a TG-based application with a default URI, such as `https://tgdev.com`, the application should immediately open the last visited view. Such "last visited view" could...

UI / UX
Under review

### Description Every persistent entity, extending `AbstractPersistentEntity`, includes information about who/when created it and who/when changed it last. This information needs to be made available to users with the relevant...

UI / UX
Entity master
P2 - important
Data Auditing

### Description In order to support formatted text that could be used as advanced comments and descriptions there is a need to develop a new type `RichText`. The need and...

EQL
Modelling
P2 - important
Complexity: medium
pull request

### Pre-requsites Issue #348 needs to be implemented first. However, basic research of the subject of developing a component for markdown editing and rendering can proceed independently. ### Description It...

UI / UX
entity master
P2 - important
in progress

### Description - [x] 1. `.critCondition()` API to support meta-models in order to avoid conversions to `String` using `.toPath`, like in the example below: ```Java .critCondition(InventoryBin_.inventory().inventoryPart().key().toPath(), BatchInventoryTransfer_.partCrit().toPath()) ``` - [...

EQL
Entity centre
Meta-models

### Description Issue #1835 addressed the problem of multiple `EventSource` instances per web client, running in a single window/tab, by establishing a single EventSource per web client. However, for cases...

Pull request
Scalability
On hold

### Description Authenticated requests may result in exceptional situations, which do get logged, but without capturing any user information. Having user info could assist in resolving some of the issues...

Under review
Runtime system comprehension