Results 103 issues of 01es

### Description TG relies on reflection for a lot of domain model analysis at runtime (i.e., the entity introspection such as that implemented in `Reflector`, `EntityUtils`, `Finder` and `AnnotationReflector`). Reflection...

P3 - normal
Complexity: medium
Under review
Runtime system comprehension
Technology upgrade
Runtime performance

### Description At the moment, the file uploading logic in `TgFileProcessingBehavior` relies on a web browser to determine a [MIME type](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types) of the file being uploaded (`file.type`). This, however, has...

P2 - important
Attachments

### Description TG implements a model-driven Web UI with clearly defined UI building blocks such as Entity Centres, Entity Masters, property editors, etc., which provide means for generating very capable...

UI / UX
P2 - important
Web Component
Technology upgrade

### Description TG already supports Server-Side Eventing (SSE), which integrated with server-side reactive extensions to actively push information from the server to client application instances. This issue covers the work...

P3 - normal
Complexity: medium
UAT Feedback

### Description Currently property actions can be specified as part of an Entity Master definition for any property editor. However, they do not become visible for sub-properties, expressed via dot-expressions....

Developer empowerment
entity master
P3 - normal
Actions

### Description Issue https://github.com/fieldenms/tg/issues/976 introduced support for restricting nested sessions scoped. However, there are also situation where it would be beneficial to restrict method invocation outside of an active session...

Developer empowerment
Modelling
Under review

### Description Issue #1944 introduced a change to the search action, causing it to complete all values irrespective of the input when tapped. Based on further usability observations and feedback,...

UI / UX
P3 - normal
Property editor

### Description Original issue: #2044 Further extensive testing of the menu reordering feature, identified several edge case that need to be investigated further and addressed. - [ ] 1. Installed...

UI / UX
Entity master
P3 - normal
Android
iOS
macOS
Linux

### Description Prerequisite: #2067 Column customiser to support the same style of smooth column reordering as for menus in Compound Entity Masters. ### Change Overview ### Expected outcome Improved usability...

UI / UX
Entity Centre
P3 - normal
Pull request

### Description Prerequisite: #2067 Similar to #2044, it would be nice to support custom ordering of the Module menu items. Group items should be moving all its sub-items. It should...

UI / UX
User empowerment