David Watkins

Results 132 comments of David Watkins

Hi @janousekdusan , I see you are trying to build on Maria. We haven't given it much attention for the last year or so, we dropped it from the official...

At DB we deploy onto a tomcat pair. Users access the site via apache httpd, which load balances between the pair. DB also provide a drop-in sso jar which ensures...

We have some videos on ddl changes [1] to help get people started. Perhaps this should be marked as something like a 'good pairing issue' as it's something we'd be...

Article covering setting up and using rating schemes (`rating_scheme`, `rating_scheme_item`, `measurable_category.rating_scheme_id`) and documenting some of the built-in defaults that have yet to be externalized (e.g. `application.overall_rating` -> _Investment_ scheme)

@rovats - not sure if you have an opinion on this. It's taking us away from generic tables like EntityReleationship and towards safer strongly typed tables. However it will increase...

Thanks for the comments @rovats. The decorator table is there because there is a strong desire within DB to have multiple relationship kinds between the same two entities. For example:...

Think we'll shunt this to the next release as more thought is required. Though I think we have broad consensus: - limited new tables (i.e. left hand side of the...

...how about something [like this](https://dbdiagram.io/d/5e97137439d18f5553fda52b) ? Two options: **First** is revisiting the many tables, but toning down the join tables. I think jOOQ can minimize boiler plate if we go...

It's not 100% set in stone yet - but thought we'd try it for this one case. We can revert to a more generic structure if it's turning out to...

...and yes - having an externalized `relationship_kind` table should take away one of the main pain points in extending/customizing Waltz.