Quantcast
Channel: OutSystems Community
Viewing all 1476385 articles
Browse latest View live

[Ideas] Around Me

$
0
0

An app that allows small local businesses that do or do not have website/ e-commerce to advertise their services and changes, in context of COVID-19, on their business operations to local Neighbors.

As main users, we will have citizens and Local business owners/representatives

The main use cases we propose are:

  • Local businesses can sign up through a platform and fill in their information, like: Updated opening hours/delivery hours, contact information, location, list of services they deliver, changes to their business operations in effect right now and series of small posts/tweets
  • Citizens can easily find and consult the information above in their immediate neighborhood / current location. They should be able to filter by services and even quickly find who is open or delivering right now or for a certain time. They can then contact the local business or head there.

The main challenges we are assuming that we going to face with are:

  • Getting the local businesses to sign up;
  • Information can be outdated fast;
  • Validating the information given (avoid fake businesses and misinformation
  • It needs to be easy for businesses to use.

[Ideas] Silk Components should have standardized placeholder names

$
0
0

Right now when you are using silk components, there doesn't seem to be a consistent naming with the components.  So if you are deciding between a Panel and a Section, you have to move your content to the new placeholder each time because the names are different.  If the placeholders had the same name, it would automatically keep your content in the right place without having to select everything and move it.  (i.e. call PanelContent, SectionContent, etc, just Content, call PanelTitle, SectionTitle just Title)


An alternative would be to improve the Placeholder naming to that you could rename it in your application for consistency.

[Ideas] Pricing: too big a gap between Free and One pricing levels

$
0
0

I am intrigued by OutSystems and am considering investing serious time to learn the platform and to tinker with an experimental software tool for my personal business analysis usage (= 1 user)  I am developing. However, I am hesitant to really go the OutSystems way because of the pricing scheme:

"OutSystems has three levels of configurable pricing that deliver predictability and control.  Our editions allow you to get started for free, scale with growth"

https://www.outsystems.com/pricing-and-editions/

I am only a one person research consultancy company. If I were to develop my experimental tool and cross the threshold from free to paid version, I suddenly would have to fork out at least U$ 25,000 a year when only just crossing the (still experimental) threshold. This is hardly "scaling with growth". Rather, OutSystems seems unnecessarily dry up a large pool of SME innovators who could become its best ambassadors and ultimately "normally" paying customers.

It would be so helpful if there were more - realistically priced - levels that would really allow one to scale with growth instead of hitting a brick wall. For example, why not continue to offer space on the public cloud with increasing levels of storage, say 5 Gb, and users. Another option would be to allow larger storage space with only a single user for free, so that it can't be used to run real business in, but would allow users to develop serious demonstrator applications that might then be used to attract say venture capital that would allow one to buy enterprise editions.  

[Ideas] Multiple Screen Tab

$
0
0

Every time I want to modify the screens on Service Studio, we need to re-open each screen. If possible all screen opened show as tabs (maybe under module tab) so when I want see previous opened screen just need to click the screen tab without re loading the screen editor. Thankyou

[Ideas] Merge (local) variables to a record variable

$
0
0

It would be nice to select a couple of local variables (like several booleans for permissions) and to convert/copy those to a local variable of type record. It would then contain all the variables with their names and types.


this would speed up 'cleaning' variables by combining them in a record.

[Ideas] Entities Diagram - option to switch off the interaction with Entities

$
0
0

I'd like to be able to remove some attributes or connections from the Diagram without affecting the database. Only to make them more readable.

Example: I'm analyzing entities related with User and all of them have an extra connection because of the CreatedBy field. I'd like to remove the field or the connection from the screen to make the diagram easier to read, but not to really delete it.


I hoped this Hide/Show attributes in Diagram was what I was looking for, but I need more.

[Ideas] ECT improvement - Track changes and more...

$
0
0
Allow track changes
Allow classifications (New feature, Defect, etc).
Allow Test Status if classification is a Defect (Pending, Ready for test, Closed, etc).
Allow Tagging 

[Ideas] Find usages in all eSpaces - Select multiple Espaces to be open in one click

$
0
0

Hi!

It feels like this Idea has been already posted but i can't find it.

Following this Idea, It would be nice if we can select more than 1 espace and open them in one click.

Sometimes i just want to open all Sales espaces, for example.


[Ideas] [Wisdom of the Crowds] Rendering submitted post dynamicly on the dashboard

$
0
0


I would like to see that the submitted post in wisdom of the crowds are renderd dynamicly on the dashboard (maybe instead of showing the newest ones).


On this way 'older' post are still shown, instead of 'forgotten'

[Ideas] Option to search a word in all modules

$
0
0

I need to search for a word in all modules of our application and we have around 400+ modules, so it becomes difficult to open each module individually and then search for the word and replace it, if it exists in the modules.

If we had a feature in service studio which would allow to search in all the modules of the application, it would be very useful and less time consuming work to do.

[Ideas] Entity Attr Tables

$
0
0

Can we add createdon field in Entity Attr table in system Espace. So that we can identify the attribute created time

[Ideas] It would be great if we had a Save for later option available for Forge.

$
0
0

If we could have an Option to save a forge component for later to download. 

It will benefit in easy exploring as well as faster work.

[Ideas] Allow to connect to New Environment when no module is open

$
0
0

When there is no module open, Service Studio only allows to Switch Environment.

Due to other operations outside the module, i.e. Generate Apps, it would be useful to open diretcly another environment without closing the original.

[Ideas] Generate 100% valid XHTML Code

[Ideas] Congratulations!

$
0
0

This is not an idea but a simple congratulation on the great idea that Wisdom of the Crowds was, and the ability to not only have the idea, but to come forward with it and implement it.

It's really nice to see that after the Outsystems.net was dropped, the community ideology was not forgotten!



[Ideas] Refresh outdated consumers

$
0
0

Hi,


Here it goes: after publishing an espace on Service Studio, if a consumer espace gets outdated be able to right-click on the message and request an update of the refered espace.


Regards.

Pedro Ávila

[Ideas] Upgrade Require Script System client action

$
0
0

The 'RequireScript' System action adds a Javascript to the html header as a synchronous ['sync'] script by default. Here is an example of a require script added to a header:

Here are some examples of scripts added by OutSystems UI (we can see that they are set asynchronously ['async']):

This configuration is important because a sync script that has an error could stop the page from loading and trigger an error screen.

So the idea is to add more inputs to the 'Require Script' System action to allow at least to set the async configuration.

We could keep the default as sync but also allow the user to set it async. As a plus, we could also have the remaining configurations available, as used by OutSystems (type & chartset).

This would give more control when using require script and avoid potential page crashes. I think everyone could benefit from this upgrade.

[Ideas] Warn about unused aggregates in (screen) actions

$
0
0

When we develop actions and specially change them later we sometimes remove code in the flow.

When a variable is not used anymore after changing / deleting some code in the flow service center warns you about this (yellow line under the variable and a message in the warning panel).

When an aggregate is not used anymore service center does not warn you about this.
I would like service center to warn me so I can check if the aggregate can be deleted or not.

In the example below the GetUsers aggregate is not used.

[Ideas] New column "Only Visible in Service Studio" in translations

$
0
0

A simple new column with ordenation and/or filter, will turn more easy the nightmare of translations :)

UPDATED: I notice that the filter is working...

Thanks in advance,

Alex.

[Ideas] Keep input parameters values when using RefreshQuery

$
0
0
Most times we want to use the same input parameters in the RefreshQuery as we use in preparation. Even if we don´t it's easier to change them instead of filling them from scratch.
Viewing all 1476385 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>