Your feedback is highly appreciated! Let's make Vertabelo even better.

0

Ctrl + Click then Drag to move multiple columns at a time

Alastair Steele 2 jaar geleden 0

Ability to Ctrl + Click to select multiple columns, then using one of the 'move column' buttons to click and drag them all.

The same visual placement marker made visible as well so location of 'drop' can be seen before releasing columns.

0

Ability to resize width of type fields (and others) on columns

Alastair Steele 2 jaar geleden 0

Current resizing behaviour (expand window to expand column name fields) is fine. Just add a 'hover-over' option at the borders between headers of the 'columns' section to manually resize the widths as well.

0

Ctrl + Down to add column under currently selected column

Alastair Steele 2 jaar geleden 0

New ability to place column directly where you want it.

Bonus: duplicate the '+ Add Column' button to the top right of the columns as well. When using this button - don't auto-scroll down to see the new column.

Antwoord
Łukasz Kubicki 7 jaar geleden

Hi Gordon,

It's great hearing from you. I remember our virtual meeting 3 years ago :).

You're right. In the past 18 months we didn't introduce many new features and rather were cutting those hadn't been used. To be completely honest with you, we were focusing more on our second initiative academy.vertabelo.com. This year we will definitely put more power into our modeler. Within the next 6-8 weeks Vertabelo will get a new website. In Q1 we will also introduce logical models and addsupport for more dbms engines.

Please write me at luke@vertabelo.com and I'll be more than happy to talk more about Vertabelo and share the full roadmap with you.

All best,

Luke

+1

do you have a discounted price or coupon for startup companies?

Brad Wright 8 jaar geleden bijgewerkt door xiasiliang 2 jaar geleden 0

Early startup entering funding acquisition phase.  Not much money on hand but would like to use your tool to demonstrate concepts to potential investors.  Extended trial period of a month or two, or some other kind of significant discount would be helpful.

0
Voltooid

SubModel

Graham Twaddle 2 jaar geleden bijgewerkt door Rafał Strzaliński (Senior Engineer) 2 jaar geleden 1

For larger projects the ability to have subModels is important, a subset of entities to work on at any one time , ideally entities may be in one or more subModels 

0
Fixed

Upload SQL doesn´t working

Jesus Soler 2 jaar geleden bijgewerkt door Rafał Strzaliński (Senior Engineer) 2 jaar geleden 1

Upload PostgreSQL SQL doesn´t working.

0

Please support standard Undo + Redo Keyboard Shortcuts

s rapport 2 jaar geleden 0

Please support standard Undo + Redo Keyboard Shortcuts. CMD+Y is very odd, not intuitive, and causes mistakes thinking a redo was applied when it is not. It's easy to lose work due to this non-standard CMD+Y shortcut.

STANDARD

CMD+Z = Undo (works)

CMD+SHIFT+Z = Redo (does not work)

0
Not a bug

Migration does not include changes to types

s rapport 2 jaar geleden bijgewerkt 2 jaar geleden 1

In Additional SQL Scripts, I've made changes to add new types used in the model. However, generating a migration does not include these changes and requires manual analysis to modify the migration script.


How can a migration be generated that includes changes to types?

CREATE TYPE billing_interval AS ENUM (
'once',
'monthly',
'yearly'
);