David Watkins

Results 132 comments of David Watkins

We have some videos on ddl changes [1] to help get people started. [1] - [ Schema modifications screencast](https://waltz.finos.org/blog/waltz/dev/screencast/2020/06/25/dev-schema-modifications.html)

Three basic queries needed: qry | desc | input | output --- | --- | --- | --- Show edit button | does the user have permission on any app...

## Arch Gov (using context variables) **Context** name | lookupFn | example --- | --- | --- `subject` | this is implicitly available | `{extId: 'INV123', name: "Move to cloud",...

Tasks: - [x] Add entity kind for RECIPIENTS and OWNERS (so we can use them in the `report_grid_fixed_column_def::qualifier_kind`) - [x] `EntityKind` - [x] add to js - [x] Update DAO...

![image](https://user-images.githubusercontent.com/576829/195844940-a5359385-bf3b-4c7e-8b00-503d10375a86.png)

# Candidates for UI Testing checklist for Waltz (Based off our manual testing) ## Applications - [x] Add / remove tag - [x] Add / remove alias - [ ]...

Actually, think this may be a dupe of #3746 (which unfortunately keeps getting bumped off the priority list)

Basic doc structure: ``` ```

Above list generated using: ``` select t.table_name, c.column_name from information_schema.tables t inner join information_schema.columns c on t.table_name = c.table_name where t.table_catalog = 'waltz' and t.table_schema = 'public' order by t.table_name;...