Removed test forms population method call from module.xml + Bump version
IRIS RAD Studio it's a low-code solution that came to make the developer's life easier; Allowing everyone to create their CRUD based on a simple class definition or even a CSV file.
Make sure you have git and Docker desktop installed.
$ git clone https://github.com/diashenrique/iris-rad-studio.git
$ docker-compose build
$ docker-compose up -d
Open in the URL in browser: http://localhost:52773/csp/irisapp/login.html
https://irisrad.contest.community.intersystems.com/csp/irisapp/login.html
Login with _SYSTEM user
After the login, you will see the list of forms/classes available to work with:
When you click on the desired form, a Datagrid with all information provided for that specific class is shown.
The Datagrid has the option to edit/delete the information, even adding a new one.
Besides the possibility to filter the information, you also have the option to group the info.
If you have a CSV file that you want to import to the system, the IRIS RAD Studio will create a class, import the data from the CSV file, generate a cube class, a sample dashboard, and also provide a form to edit the imported information provided by the CSV file.
Ahhhh, and we also have a Dark Mode option! :)
Removed test forms population method call from module.xml + Bump version
A new way to present the list of forms available
Edit mode is now working in a popup mode
Class Creator now has the ability to create related fields, based on classes that extend from dc.irisrad.FormAdaptor
bump version in module.xml
forcing EnableDelegatedAuth method to run in %SYS namespace
Added App.PKG to <Resource> in module.xml
code clean up for better use of ZPM
module.xml bump
Create class workaround
DSW version fix, module bump, removed AnalyzeThis from repo and added as ModuleReference in module.xml
module bump + fixed ModuleReferences
added module.xml with zpm support
Youtube video with a brief explanation of a new feature in IRIS RAD Studio
. Article's link
. Class Creator - Create persistent classes for your projects with a simple wizard.
Added screenshots and description fixed
Initial Release