Commit Graph

146 Commits

Author SHA1 Message Date
b6d79817de Pass other values from process into possible values (for filter) 2023-03-08 10:22:18 -06:00
8c767635de Adding generic run records process 2023-03-07 15:55:27 -06:00
516f874a56 Checkpoint refactoring script out of just associated-record, for more general purpose 2023-03-07 10:25:02 -06:00
7e2bcea5de WIP on record scripts 2023-03-07 10:25:01 -06:00
142bb76522 fixed bug where primarykey wasnt being used properly 2023-03-03 16:52:13 -06:00
caea70252a fixed links to processes/record when id is not the primary key 2023-03-03 08:42:39 -06:00
813301a474 Update to make id column value hyperlink; fix copy-column to not copy blank/undefineds 2023-03-02 16:34:44 -06:00
f6f586ae48 Update to convert date-times to UTC before submitting to backend. 2023-03-01 10:38:19 -06:00
5f20367b3c Add Copy Values to grid column menu 2023-02-24 15:24:04 -06:00
bf0fc495bf add html (process) component type and make PVS's work in processes; fix some nav-back-and-forth wierdness on query screen 2023-02-22 17:58:28 -06:00
a13ec1adc3 Don't try to show more than 5 values in a filter preview; invert colors of tags in filter control 2023-02-20 10:09:56 -06:00
3d3f7efa1d css changes for audits, pvs filters 2023-02-15 16:29:54 -06:00
57c02fe7c8 SPRINT-20: made pagination options avaialble for table widgets, updated 'primary color' to come from metadata where possible (at this time), 2023-02-13 13:18:19 -06:00
a10cee86a8 Small updates to widgets; ok-ish version of filter query with relative time expressions; initial version of multi-select query for possible-values 2023-02-13 10:46:59 -06:00
6215e58e23 Set min height on record query table; fix some url bugs in query & view; add create to action menu on view. 2023-02-10 10:11:48 -06:00
60cd1c190d SPRINT-20: several widget updates, saved filters updates, updates unified widget/view/edit record screen section/widget headers 2023-02-08 22:42:21 -06:00
54e3b82ad5 update audit to include child details 2023-02-08 20:11:42 -06:00
a5465cef3d Put nbsp between labels and values, to make value selection slightly better 2023-02-07 10:40:21 -06:00
570bf05053 Move more into branding; proxy /images to backend (e.g., more overlays) 2023-02-03 19:14:27 -06:00
d29fb32978 SPRINT-20: checkpoint commit of saved filter frontends 2023-02-01 14:10:43 -06:00
895724b87e SPRINT-19: updates to various widgets for new dashboard, cleanups 2023-01-24 15:50:44 -06:00
4a658e9a5c Initial version of record audits 2023-01-20 10:37:15 -06:00
3466e45a5e Update to do download via xhr post, to get auth header 2023-01-16 09:09:05 -06:00
bba7610902 Update export to do a form with post to send Authoriztion header; also commented-out POC of exports to iframe 2023-01-13 14:31:07 -06:00
e096e055a4 First pass at permissions; Updated auth0 to work with access token instead of id token 2023-01-11 16:31:51 -06:00
28cdb78c3a SPRINT-18: fixed import orders, some fixes due to using Box vs MDBox 2023-01-05 11:25:55 -06:00
267580b44b SPRINT-18: fixed to dashboards, removed and moved around all the things 2023-01-04 11:40:21 -06:00
e49f178738 SPRINT-18: checkpoint commit of deletion of lots of things, updated typescript version in package.json 2022-12-21 15:02:22 -06:00
0fb24afffd SPRINT-18: removed all non working or bad demo stuff from ui, removed console.logs, deleted some non qqq stuff 2022-12-21 11:48:09 -06:00
630620b65f SPRINT-17: updated some widgets to look less broken when data is 'not available now', checkpoint commit on 'real dashboards' 2022-12-15 10:07:27 -06:00
e362e7be44 Add dropdowns to fieldValueList widget; various cleanups re: widgets 2022-12-14 16:45:33 -06:00
a55f87946a Updates for dropdowns for all widgets, process specifically 2022-12-09 10:36:59 -06:00
7ea20fd82f SPRINT-17: added tablename in widgets 2022-12-08 15:05:05 -06:00
34cb788d1f Add recently viewed / history; add AdornmentType.RENDER_HTML; add FieldValueListWidget 2022-12-08 10:39:02 -06:00
0057fdf3ea SPRINT-17: checkpoint commit of freight study optimization dashboard widgets 2022-12-07 15:27:50 -06:00
80a3c0679e Update to support opening child editing form via url (hash or sub-path); also proceses on record-view via hash 2022-12-06 15:56:20 -06:00
18c15543f9 Add add-child capability to recordGridWidget; making new standard Widget that others can(should) use 2022-12-05 16:08:50 -06:00
0b4dcddde9 SPRINT-16: finished parcel dashboard widgets 2022-11-30 16:51:31 -06:00
94002f0d16 Checkpoint to get cypress working - auth-type from backend, less hard-coded auth0, improvements on query screen (less redundant fetches) 2022-11-15 16:42:54 -06:00
de630e2bd6 Add record grid widget; move table widgets down into sections 2022-11-14 15:19:54 -06:00
b3a131a64f Adding test mode to assocaited record screens; code editor as an adornment type for forms 2022-11-10 11:55:02 -06:00
8dfc52c324 Fixed export for tables w/o count; fixed boolean isTrue/isFalse query; update frontend-core for timezone header 2022-11-04 10:01:01 -05:00
82868b9f8d Feedback from code reviews 2022-11-03 10:43:34 -05:00
05af6f2334 Better support for non-countable tables 2022-11-03 10:34:08 -05:00
61394f4a52 Add tableSection.isHidden; table.capabilities; adornmentType.CODE_EDITOR 2022-11-01 16:29:27 -05:00
8ed8640b5a Add initial version of record developer mode, associated scripts 2022-10-31 15:54:17 -05:00
b87dbf231d add section icons; fix 'All All' on entity-list 2022-10-27 13:38:42 -05:00
7aa3521775 Don't crash app home if count comes back null; don't crash table if no field named 'id' 2022-10-24 15:42:47 -05:00
0a9577eb4a Fix modal processes when selecting all records 2022-10-20 16:28:08 -05:00
3160e1e912 Update to scroll previewRecords 2022-10-19 18:07:22 -05:00