Skip to Main Content
InterSystems Ideas
We love hearing from our users. Tell us what you want to see next and upvote ideas from the community.
* Bugs and troubleshooting should as usual go through InterSystems support.
ADD A NEW IDEA

My votes: InterSystems Products

Showing 72

Introduce generated unittests for REST API calls generated by ^%REST vs Open API spec

^%REST can generate REST API classes that handle calls listed in Open API spec. It'd be great if the lib could also generate unittests for all the implementation methods. Tests could leverage approach, provided by David Hockenbroch here, which hel...
Evgeny Shvarov 3 months ago in Developer Experience / InterSystems IRIS 1 Done by Community

Generate diagrams of IRIS configuration details

Extract IRIS configuration information and use it to generate diagrams showing aspects such as: How ECP is being used to connect application servers and data servers. The relationships between namespaces and databases, including where mappings...
John Murray 3 months ago in InterSystems IRIS 2 Done by Community

YamlAdaptor objectscript class

The YML Adaptor is a means for mapping ObjectScript objects (registered, serial or persistent) to YAML text or dynamic entities. When a class extends YmlAdaptor it will be able to: YMLExport() serializes a YAML enabled class as a YMAL document a...
Yuri Marx 4 months ago in Developer Experience / InterSystems IRIS 1 Done by Community

Provide a single page view of free space in IRIS DBs

Actually, the information on free space in IRIS DBs requires many clicksand manual drilldown for each DB. +
Robert Cemper 4 months ago in InterSystems IRIS 1 Done by Community

ObjectScript API to create MS Word files based on templates

Currently, IRIS doesn't have ObjectScript functionality for creating Word files. Python or Java are required. Furthermore, even using these languages, it's a complex process that requires many lines of source code. Therefore, the idea is to use an...
Yuri Marx 6 months ago in InterSystems IRIS 2 Done by Community

HTML Report for UnitTest Results

Introduce an HTML format for UnitTest results to enhance readability and presentation. 1️⃣ Description of the idea Introduce a built-in HTML output format for UnitTest results in IRIS. This enhancement would generate a structured, visually intuiti...
Ashok Kumar T 6 months ago in InterSystems Products 1 Done by Community

Bring IRIS to the JavaScript ORM World

1️⃣ Description of the Idea Add official support or adapters for popular Node.js ORMs (TypeORM, Prisma, MikroORM, Sequelize) to InterSystems IRIS. Instead of building a new ORM from scratch, this idea focuses on enabling IRIS as a supported databa...
Dmitry Maslennikov 6 months ago in InterSystems IRIS 1 Done by Community

Integrate InterSystems IRIS with SQLancer for Automated SQL Testing and Validation

SQLancer is a tool to automatically test Database Management Systems (DBMSs) in order to find bugs in their implementation. That is, it finds bugs in the code of the DBMS implementation, rather than in queries written by the user. SQLancer has fou...
Dmitry Maslennikov 6 months ago in Developer Experience / InterSystems IRIS 1 Done by Community

Enable Schema Validation for REST APIs Using Swagger Definitions

Enforce Automatic schema validation for Spec-First REST implementations 1️⃣ Description of the idea Enable automatic schema validation of incoming request bodies in REST APIs defined using Swagger/OpenAPI 2.0 when the request body is declared in ...
Ashok Kumar T 6 months ago in InterSystems Products 3 Done by Community

IRIS Native JSON Schema Validator

Native JSON schema validator classes in IRIS 1️⃣ Description of the idea Introduce native JSON Schema validator classes in IRIS that allow developers to validate JSON data against a predefined JSON Schema. This would enable built-in support for st...
Ashok Kumar T 6 months ago in Developer Experience / InterSystems Products 2 Done by Community