Version 3 #67

Merged
danieljsummers merged 53 commits from version-3 into master 2021-10-26 23:39:59 +00:00

53 Commits

Author SHA1 Message Date
e57057b5ee Force https for OIDC behind proxy 2021-10-26 15:05:03 -04:00
431afa10f5 Add publish script 2021-10-26 12:01:05 -04:00
f1a502c7b9 Remove SQL (v1) 2021-10-26 11:33:37 -04:00
c1975a4c92 Repo reorg 2021-10-26 11:31:40 -04:00
5f47d15877 Remove v2 Vue app 2021-10-26 11:26:08 -04:00
619c94f5ed Convert date/time handling to NodaTime
Also fix error display
2021-10-24 15:21:32 -04:00
98e5403da7 Remove Vue 3 attempt 2021-10-22 23:45:23 -04:00
b4c26bb6a9 Remove Angular attempt 2021-10-22 23:43:39 -04:00
3d098bea84 Snooze works 2021-10-22 23:30:15 -04:00
f971b2cbf4 Add notes now works
Also converted to F# 6 backgroundTask builder in most places
2021-10-22 22:12:47 -04:00
e96203ca57 Split views into files by module 2021-10-22 20:30:02 -04:00
e235ea9bd3 Notes modal WIP
Also updated for F# 6 syntax and added local fallback for HTMX and Bootstrap CSS/JS
2021-10-22 18:05:54 -04:00
6b2071b5c9 Edit flow works; notes WIP 2021-10-20 20:32:46 -04:00
d002614e48 Redirect after post works 2021-10-09 23:01:54 -04:00
6023db6e55 Return title/nav in partial 2021-10-09 09:11:19 -04:00
c0c5709194 Switch to server-side auth 2021-10-07 19:23:00 -04:00
31d5eeb986 WIP on handler upgrade 2021-10-06 19:24:12 -04:00
b74b4a7e65 WIP on journal 2021-10-05 18:46:20 -04:00
765636ee88 Request update works; toasts work 2021-10-05 16:47:37 -04:00
dad273fad3 WIP on request save 2021-10-05 09:45:52 -04:00
5e712d2598 WIP on request edit form 2021-10-04 18:53:45 -04:00
ade3430fb3 Fix log on flow; add page title 2021-10-04 13:55:29 -04:00
6dc1ad746c Move HTMX to its own project 2021-10-03 23:26:37 -04:00
82ab11c727 Full request now works
Also fixed nav issues, added relative date formatter
2021-10-01 14:57:21 -04:00
f86ca395a4 Active / answered request list now work 2021-09-30 21:42:07 -04:00
ef1553ff4e Log on works with htmx 2021-09-30 19:30:34 -04:00
0f9b128c79 htmx experiment in progress... 2021-09-29 21:13:04 -04:00
371f5d7385 Move Api to Server 2021-09-25 11:45:26 -04:00
72cb07ab4d WIP on app layout 2021-09-24 11:27:31 -04:00
8a04c4f83b Add data migration project 2021-09-21 21:06:33 -04:00
bbe7294ba6 Convert data to LiteDB-backed store 2021-09-21 19:12:13 -04:00
33effdd17e Fix build errors 2021-09-20 10:27:33 -04:00
b819b5e600 WIP on migrating Vue 2 comp API to Vue 3 2021-09-19 23:29:24 -04:00
ea29f0572f Reorg repo, add new Vue 3 app 2021-09-19 20:52:21 -04:00
c1f6054e15 Convert API to .NET 6 2021-09-17 21:17:26 -04:00
bf12867602 Ignore Angular build output 2021-06-19 18:10:44 -04:00
6b0c2ac236 Merge branch 'master' into version-3 2021-06-19 18:09:22 -04:00
266243423c Update deps 2021-03-09 11:45:54 -05:00
d678707dc5 Add auth, nav, and home page 2020-06-13 08:42:16 -05:00
b1e2ff4813 Add Angular app 2020-06-07 07:19:47 -05:00
Daniel J. Summers
2513a11ad9 Yarn -> npm, update deps 2020-04-25 18:02:24 -05:00
Daniel J. Summers
ae149e4624 Cherry-pick fix for #42 2020-04-25 17:43:26 -05:00
Daniel J. Summers
8770627c29 Update backend to .NET Core 3.1 2020-04-11 08:23:37 -05:00
Daniel J. Summers
3b28adf64b Restore custom events to Request List 2020-03-07 17:59:15 -06:00
Daniel J. Summers
3c65f836e3 Add date-fns, remove moment (#35) 2019-12-02 21:38:08 -06:00
9d44c90de6 WIP on comp API (#37)
approaching the end of this task
2019-11-27 20:55:51 -06:00
321ba83ab0 WIP on comp API (#37)
some progress; still trying to figure out custom events, which need to be either converted or adapted when tackling the RequestCard components and its children...
2019-11-27 16:48:19 -06:00
Daniel J. Summers
4e97acb600 WIP on comp API (#37) 2019-11-27 11:09:54 -06:00
Daniel J. Summers
23c6bc1f1f Comp API - common / infra (#37)
Seems to work so far; journal is bombing now that App isn't providing progress / snackbar stuff via the $ properties
2019-11-22 23:02:37 -06:00
Daniel J. Summers
7604976b98 Convert to TS - final tweaks (#36) 2019-11-22 08:51:32 -06:00
Daniel J. Summers
f8dad545bb Convert to TS - store/auth types (#36)
This may be about all the straight TS-conversion, as the SFCs will be converted to the composition API at the same time
2019-11-21 23:10:55 -06:00
Daniel J. Summers
e59472a683 Convert to TS - builds (#36)
Liberal use of any, but it builds now; on to actually implementing types...
2019-11-21 21:15:00 -06:00
Daniel J. Summers
7624ecf83c Convert to TS - WIP (#36)
build works, but inference on implicity any means that this doesn't yet build
2019-11-21 20:43:42 -06:00