Commit Graph

77 Commits

Author SHA1 Message Date
2609748047 Fixed display of times (were all coming from 0th); store sortDirection in localStorage 2023-01-20 12:18:14 -06:00
4a658e9a5c Initial version of record audits 2023-01-20 10:37:15 -06:00
7099ea87f7 updated to use metadata label for pie charts instead of pie chart data 2023-01-18 11:09:58 -06:00
f3cf89cf1c SPRINT-18: minor style change on inputs for padding, updated for statistics titles to come from widget meta data 2023-01-12 20:08:21 -06:00
0843a7be90 Update for updated version of autocomplete (fix labels undefined) 2023-01-12 16:56:59 -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
d2905b2d1a SPRINT-18: fixed pie chart dot colors 2023-01-06 13:12:29 -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
81fa71e181 SPRINT-17: refixed widget vertical streatch 2022-12-07 18:40:11 -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
83e0084f2f SPRINT-17: removed accidental suffix that was committed 2022-12-05 15:46:00 -06:00
0b4dcddde9 SPRINT-16: finished parcel dashboard widgets 2022-11-30 16:51:31 -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
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
e304d0e794 add chips 2022-10-19 18:06:50 -05:00
e2b0a76940 Removing unused files 2022-10-19 10:26:27 -05:00
e127098b36 SPRINT-13: checkpoint on front end updates including, bulk add filters, bug when empty value on filter is saved, density storage 2022-10-13 14:14:26 -05:00
0d16b82ad0 Add sections and autocomplete (QDynamicSelect) on bulk-edit 2022-10-12 17:32:29 -05:00
0edc07a1c2 Fixed missing import 2022-10-11 08:36:55 -05:00
0e32acce21 Adding possible-value dropdowns to forms and filters 2022-10-11 08:26:43 -05:00
0e6c20d6d6 SPRINT-12: fixed space before field values, fixed anchors on view record screen 2022-10-07 15:26:47 -05:00
60d440db09 Switch to use modal processes 2022-10-07 09:48:44 -05:00
5cdc15a498 SPRINT-12: frontend bug fixes 2022-10-04 22:37:21 -05:00
30f2da17a4 SPRINT-12: added skeletons throughout widgets, fixed page header under breadcrumb, misc other improvements 2022-10-04 12:38:53 -05:00
e67301dc4b Add QBooleanFieldSwitch 2022-10-04 11:36:11 -05:00
8bea9110c7 SPRINT-12: added widget meta data 2022-10-03 14:00:48 -05:00
34d3164087 SPRINT-12: added stepper card and link on table widgets 2022-09-29 13:39:43 -05:00
1a0d8d9f3b SPRINT-12: added 'multi statitistics' widget 2022-09-27 14:16:26 -05:00
9fe87d2532 SPRINT-12: removed single letter in navbar on child links 2022-09-26 14:33:36 -05:00
275f71f03a SPRINT-12: implemented html widget, bug fix 2022-09-26 13:01:18 -05:00
cbfd5511f5 SPRINT-12: added html type widget 2022-09-26 09:44:14 -05:00
67e65de66b SPRINT-12: added widgets to tables 2022-09-23 15:51:59 -05:00
01916286b0 Add QGoogleDriveFolderPicker 2022-09-23 10:35:24 -05:00
734c2b4ea0 Initial version of run-report 2022-09-20 13:00:47 -05:00
f1300d2db9 QQQ-41: added app sections, wired all dashboards, implemented widgets that could be, upped version 2022-09-16 10:27:50 -05:00
1413e6c8d3 Fix flash of wrong step between steps; support component.values.previewText in QComponentType.HELP_TEXT; minor styles on upload button 2022-09-07 10:18:11 -05:00
5a5fa1f148 added branding as metadata, fixed problem where query string filter wasn't seeding properly, 2022-09-06 18:15:48 -05:00
ea5becce4c PRDONE-94: updates from code review feedback, final tweaks to dashboard mocks 2022-09-02 20:47:28 -05:00