Commit Graph

23 Commits

Author SHA1 Message Date
b1fe2b677d Adjust for Docker env 2023-10-09 17:52:35 -04:00
394513b392 BOM be gone 2023-10-09 10:58:43 -04:00
3bfe3c4d7c Add Docker build file 2023-10-09 10:43:07 -04:00
ef10d492a8 Update htmx and Bootstrap 2023-10-09 10:22:40 -04:00
7824169d51 Update deps
- Remove recurrence conversion project
2023-10-09 10:06:47 -04:00
559f780f8e Select based on answered status
- Always retrieve full request by ID (needed for journal info)
2023-10-08 21:19:35 -04:00
12041e03ff Migrate data 2023-10-08 17:42:58 -04:00
399b15db9c WIP on data migration 2023-10-07 19:37:44 -04:00
cc4347bc6e Replace LiteDB calls with Pg doc calls 2023-10-07 16:19:23 -04:00
121cde0db6 WIP on PostgreSQL doc db 2023-10-07 15:02:06 -04:00
00651728d8 Move LiteDB data impl 2023-10-07 11:14:30 -04:00
3df5c71d81 Update deps; move to .NET 7
- Update local htmx to v1.9.2
- Get version from assembly
2023-05-23 21:14:08 -04:00
dependabot[bot]
6c28cfc1ec Bump LiteDB from 5.0.12 to 5.0.13 in /src/MyPrayerJournal
Bumps [LiteDB](https://github.com/mbdavid/LiteDB) from 5.0.12 to 5.0.13.
- [Release notes](https://github.com/mbdavid/LiteDB/releases)
- [Commits](https://github.com/mbdavid/LiteDB/compare/v5.0.12...v5.0.13)

---
updated-dependencies:
- dependency-name: LiteDB
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-24 16:37:59 +00:00
8702723e01 Fix request ID generation (#72)
- Bump version
2022-08-23 08:36:17 -04:00
d621ede7bb Version 3.1 (#71)
- Fix request sorting
- Send time zone, so request actions are displayed in local time
- Make recurrence a true DU
- Tweak the data store representation of a few other fields
2022-07-30 17:02:58 -04:00
a826275510 Add NuGet packages for htmx extensions 2021-11-11 19:17:14 -05:00
77c85f516c Version 3 2021-10-26 19:38:45 -04:00
Daniel J. Summers
bde45c8554 Switched to Elm / Suave
It's like F# on the client side - sweet!
2016-12-11 19:39:06 -06:00
Daniel J. Summers
d3a80b9ceb Authentication, take 2; take 3 forthcoming...
*cue sad trombone*
2016-10-07 22:07:46 -05:00
Daniel J. Summers
c0237e1433 Authentication / Authorization
Who are you, anyway?
2016-09-27 22:19:43 -05:00
Daniel J. Summers
5235e5a5db Moved to ASP.NET Core MVC
Thanks to an outstanding presentation from Enrico Sada, I was inspired
to use ASP.NET Core MVC for this F# project
2016-09-26 21:19:04 -05:00
Daniel J. Summers
1251c28a89 More plumbing
App now starts with a very basic layout
2016-09-23 22:06:14 -05:00
Daniel J. Summers
6bd90c854d Data environment
Created infrastructure for data environment and security configuration
2016-09-22 21:43:39 -05:00