Ideas
10910ideas
Created on 19 Mar 2020
UserImage.jpg
Bjarte Karlsen
 Vision Develop a Corona Volunteer App to engage the citizen, researchers and authorities in anonymous  information collection with the common goal to increase knowledge of the Corona virus and provide estimated real time overview of the spread of the Corona virus* Enables new learning about the Corona VirusEngage all citizens of the country 18 years and older via an Android / iOS app in information gathering by allowing individuals to contribute input about themselves and their family's possible corona situation (symptoms) - Anonymously.Only birth year, postal code, and gender will be registered as personal information.Give researchers access to statistics and raw data from the voluntary workGive the authorities access to statistics from the voluntary workProvide registered citizen with statistics on the spread of corona down to the postcode detail level Gather daily health status from each citizen (including corona test result) with easy status and symptom selections.This may reveal possible hidden Corona infectionsProvide knowledge of symptoms throughout the illness periodGive the average length of the diseaseProvide information about incubation periodReveals unknow corona infection casesMake the authorities know the health status of people at home –Easier to know the effect of the current measures and to plan for future measures.The goal is to make this app available internationally  and to empower us all to participate in constructive work to fight the Corona Virus!Join the fight! *Cooperation with medical expert advisors has already been secured.
2266
Views
6
Comments
Working on it
COVID-19
expected delivery in Q2 2020
Created on 03 Sep 2024
2024-10-15 10-08-31
Tiago Ribeiro
When looking for components in the forge, a big "green flag" is the "trusted" badge. Right now, from the 7033 components available, only 63 are trusted (<1%). It seems to me that the community would greatly benefit from more trusted components. From my experience, asset reviews are not being conducted - I have assets awaiting review for more than a year, and I'm sure people have been waiting a lot longer. I see multiple benefits from OutSystems dedicating more resources to the asset review process: More trustworthy components Feedback loop - developers will learn how to build better components Incentivization - developers will know that getting the trusted badge is a possibility and will produce higher quality assets Etc.
296
Views
4
Comments
New
Forge
Created on 16 Apr
2018-08-06 13-40-17
Ramakrushnarao Seera
 Problem: Even after years of development, maintaining consistent code quality across large teams is a persistent challenge. Despite the existence of best-practice documentation, junior and even senior developers frequently bypass critical standards—such as proper documentation, naming conventions, Max. Records settings, or inefficient operations like lists within loops. Currently, code review is a manual, reactive process that happens too late in the development lifecycle. Proposed Solution: I propose a new "Governance Gatekeeper" feature for Service Studio, powered by existing AI Mentor capabilities, that moves code quality from "suggestion" to "enforcement." Policy-Driven Publishing: Allow Admins to configure a set of "Strict Quality Rules" for specific modules. If the modified code fails to meet these pre-defined standards (e.g., missing descriptions, non-compliant naming, or performance anti-patterns), the 1-Click Publish button is disabled, preventing the deployment of substandard code. Granular Control: Provide the ability to toggle these restrictions on or off per module or application. This allows organizations to apply strict "Production-Level" enforcement on core systems while maintaining flexibility in "Sandbox," "Learning," or "PoC" modules. AI-Powered Feedback: Integrate the AI Mentor to not only block the publish action but to provide a clear, real-time "Action Plan" telling the developer exactly what needs to be fixed to unlock the publish button. Impact: By integrating automated enforcement into the development loop, we can: Guarantee Technical Debt Reduction: Prevent bad patterns from entering the codebase at the source. Scale Mentorship: Use the platform to train developers in real-time, effectively automating the role of a lead developer in enforcing standards. Elevate Enterprise Reliability: Ensure that all production-bound code meets a uniform level of quality, documentation, and performance before it ever hits the server. Thanks
63
Views
0
Comments
New
Architecture & Governance 
Created on 30 Jan 2025
2023-12-26 12-31-52
Thiago Soares
Hello! I would like to propose a feature enhancement for AI Mentor that would allow manual synchronization of one or more specific applications via an API. This capability would be highly beneficial, particularly for teams integrating AI Mentor into a CI/CD pipeline to improve application quality. Why This is Important Currently, AI Mentor’s synchronization process covers the entire factory and follows a periodic schedule, which does not align well with CI/CD workflows. In modern development practices, quality checks need to be integrated at key points in the pipeline, ensuring that applications are analyzed at the right time—before deployment, after code changes, or during specific release stages. Proposed Solution Providing an API endpoint to trigger synchronization for selected applications would enable: Faster Quality Feedback: Developers can validate application health immediately after changes, reducing the time to detect and fix issues. Efficient Resource Usage: Instead of scanning the entire factory, teams can focus AI Mentor’s analysis on the relevant applications, optimizing processing time. Improved CI/CD Integration: This would enable seamless automation within pipelines, ensuring that applications meet quality standards before reaching production. This addition would greatly enhance AI Mentor’s usability in enterprise DevOps environments. Looking forward to your thoughts. Best regards,
301
Views
1
Comments
New
Architecture & Governance 
Created on 09 Mar
2019-09-24 18-41-25
Jorge Martins
Allow entities Exposed Read-Only in O11 to have their Wrapper Actions explicitly mapped as well, and represented as entity actions in ODC. This would guarantee that business rules implemented in O11 are applied when accessed from ODC and eliminates the need for extraneous REST APIs solely for data integration purposes.
96
Views
0
Comments
New
Data & Integrations
Created on 26 Jul 2023
2024-07-02 17-18-25
Ana Serrenho
My suggestion is to implement a feature that allows developers to find and remove unused CSS within all dependent modules and style sheets. This tool would help streamline application development by identifying redundant styles, leading to improved performance and easier maintenance.
336
Views
5
Comments
New
Service Studio
Created on 18 Dec 2025
2020-12-11 12-56-35
Miguel Garcia
Hi, There aren't proper descriptions or steps on how to get certain badges. For example, the badge "Interoperability O11 and ODC" says "Complete the “Future-Proofing your OutSystems Factory with O11 and ODC” Training program" but searching for “Future-Proofing your OutSystems Factory with O11 and ODC” there isn't any item in the list. Also, the filter in the "https://learn.outsystems.com/training/catalog" page only allows 50 characters.
178
Views
2
Comments
New
Training
Created on 25 Jul 2025
2024-09-14 05-42-00
Ozan Can Çali
In O11 we can end other debugging sessions by republishing the module. However, this does not work in ODC. It would be nice if there is a button next to each "active session" in the Users section of the Debugger tab in ODC Studio. With the click of the button, the debug session of the other account would end. This way, we can make sure that the app continues running normally without hitting the debugger activated by other accounts, in case the other users are unable to end their session. Security-wise it would be nice to give this option only to organizational accounts with elevated roles, e.g. the tech lead role.
315
Views
1
Comments
New
Debugger
Created on 15 Apr
2018-06-01 14-37-59
Rebecca Hall
As part of our ongoing effort to follow OutSystems best‑practice architecture, we have restructured our application landscape to clearly separate business logic from front‑end applications. While this approach improves modularity and maintainability, these applications still have interdependencies, which we group and manage as a logical Suite. When deploying to another environment using Lifetime, all module dependencies are automatically validated and republished as needed, and we are proactively notified of any breaking changes across dependent applications. This capability significantly reduces deployment risk and ensures consistency across the suite. It would be extremely valuable to have a comparable feature in Lifetime that allows us to publish a Deployment Plan within the same environment, while still performing full dependency validation. Ideally, this process would identify broken dependencies, prompt corrective action, and automatically republish all dependent applications as required. Implementing this capability would result in substantial time savings for developers. Today, deploying changes within the same environment often requires manually opening and publishing multiple modules in the correct order, with limited validation feedback and a high risk of human error. A unified, dependency‑aware deployment mechanism would both streamline this process and strengthen application stability. While we have implemented a workaround using Solutions in Service Center, it does not provide the same level of validation and dependency checks that Lifetime performs during cross‑environment deployments. Closing this gap would significantly improve deployment efficiency, reduce rework, and enhance overall application dependency management.
60
Views
0
Comments
New
Lifetime
Created on 16 Mar 2020
2012-10-24 14-17-55
Ricardo Neto
Hospitals will start having issues with ventilators during this high usage times that are approaching. After doing shifts for more than 48 hours it won't be easy for medical and technical staff to properly troubleshoot the cause.For instance, sometimes ventilators stop working and the problem is the UPS. What needs to be done is simply connect the ventilator to the energy outlet rather than the UPS.The purpose of this system will be to allow technical staff to submit issues with ventilators (by brand and model) and have specialists indicating possible solutions.
1832
Views
12
Comments
Implemented
COVID-19
391 to 400 of 10910 records
Top Idea Creators
High Five to the top 5 idea creators in the last 30 days
2025-12-08 23-06-08
2 ideas
Top Brainstormers
High Five to the top 5 brainstormers in the last 30 days
2021-09-06 15-09-53
6 comments
2
2024-07-05 14-16-55
2 comments
3
2025-12-08 23-06-08
2 comments
5
UserImage.jpg
1 comments
Code of Conduct 
The guidelines we live by that make
this Community amazing!
Code of Conduct
Stay Up-To-Date
Keep on top of what's happening in the Developer Community.
Forum, Forge, Training, Documentation, and more!