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

FILTER BY CATEGORY

All ideas

Showing 298 of 298

Code snippets library

The Studio has a tab where you can add code snippets on your local machine (with a very small amount of code snippets already present). It would be nice to build a library of code snippets on the community site to perform a variety of tasks like u...
Danny Wijnschenk about 1 year ago in InterSystems IRIS 14 Community Opportunity

Sentient - Use the correct email address

Objective If you have a common first name like me, you receive all sorts of email intended for other people. This is a Security and Information Governance blindspot. With Generative AI, it becomes possible to prevent the unintentional spreading of...
Alex Woodhead about 1 month ago in Generative AI 1 Needs review

Create real world application by using IRIS and python Streamlit web framework

Streamlit is an open-source app framework for Machine Learning and Data Science apps. https://docs.streamlit.io/ We should have real-world application or startup template by using Streamlit and IRIS The idea fits the contest in the way that "Pytho...
Muhammad Waseem 4 months ago in InterSystems IRIS 2 Community Opportunity

Include more examples / documentation

When implementing or troubleshooting code, it is helpful to have examples to compare against and most certainly from a support perspective where a user may not be experienced with that particular area. Real-life examples and / or documentation wou...
Jason Neate 2 months ago in Documentation 0 Needs review

Allow the Web Gateway Installer to map all requests (not only csp/cls/cxw).

When the Web Gateway Installer configures the Web Server (IIS, Apache, etc.) to direct requests to the InterSystems server, it does so only to certain URLs with a clear InterSystems-related request (e.g. *.csp or *.cls), thus allowing the Web Serv...
Tani Frankel 5 months ago in InterSystems Products 4 Needs review

Implement support status for OEX packages

I suggest having 3 visible levels of maintenance for OEX packagesand get a better overview of the actual 850 packages in OEX. #1) Support guaranteed by ISC this applies to important packages and provides regular review of PR and issuesand necessar...
Robert Cemper about 1 month ago in Open Exchange 1 Will not implement

Settings should be a part of Mirroring

Noticed that if some of the settings at the %SYS level are updated on the Primary instance of the mirror they are not being copied down to the rest of the Mirror members. If you do not notice this, then settings could get out of sync between the m...
Scott Roth 7 months ago in InterSystems IRIS 4 Planned or In Progress

Show pending PR and Issues imn OEX package

If a package in OEX is related to a GitHub RepoI suggest showing the number of pending Pull Requests and the number of Open Issues in the Overview in OEX sidebar.and allow sorting by these numbers Background: I'm not interested in orphaned package...
Robert Cemper about 1 month ago in Open Exchange 2 Planned or In Progress

Surface test coverage information in VS Code

Open Exchange already has a Test Coverage Tool. By presenting coverage information in classes etc in VS Code a developer would get more immediate feedback on which parts of their code isn't covered by unit tests. More comprehensive testing can lea...
John Murray 4 months ago in Other 0 Community Opportunity

Simplify classnames calls in ObjectScript

Currently everyone use ##class(classname).methodname() to call it. e.g. do ##class(Sample).ClassMethod() This is one of the painful moments about ObjectScript for developers. Can we introduce a parallel support of more simplified way, as: #classna...
Evgeny Shvarov about 1 year ago in InterSystems IRIS 0 Future consideration