danieljsummers
72cb07ab4d
WIP on app layout
2021-09-24 11:27:31 -04:00
danieljsummers
8a04c4f83b
Add data migration project
2021-09-21 21:06:33 -04:00
danieljsummers
bbe7294ba6
Convert data to LiteDB-backed store
2021-09-21 19:12:13 -04:00
danieljsummers
33effdd17e
Fix build errors
2021-09-20 10:27:33 -04:00
danieljsummers
b819b5e600
WIP on migrating Vue 2 comp API to Vue 3
2021-09-19 23:29:24 -04:00
danieljsummers
ea29f0572f
Reorg repo, add new Vue 3 app
2021-09-19 20:52:21 -04:00
danieljsummers
c1f6054e15
Convert API to .NET 6
2021-09-17 21:17:26 -04:00
danieljsummers
bf12867602
Ignore Angular build output
2021-06-19 18:10:44 -04:00
danieljsummers
6b0c2ac236
Merge branch 'master' into version-3
2021-06-19 18:09:22 -04:00
danieljsummers
266243423c
Update deps
2021-03-09 11:45:54 -05:00
danieljsummers
92a493251a
Merge pull request #50 from bit-badger/dependabot/npm_and_yarn/src/app/axios-0.21.1
...
Bump axios from 0.19.2 to 0.21.1 in /src/app
2021-03-09 10:46:35 -05:00
danieljsummers
c7c63d01f8
Merge pull request #54 from bit-badger/dependabot/npm_and_yarn/src/app/lodash-4.17.21
...
Bump lodash from 4.17.15 to 4.17.21 in /src/app
2021-03-09 10:45:19 -05:00
danieljsummers
d1a9eb62c3
Merge pull request #49 from bit-badger/dependabot/npm_and_yarn/src/app/highlight.js-9.18.5
...
Bump highlight.js from 9.18.1 to 9.18.5 in /src/app
2021-03-09 10:44:11 -05:00
danieljsummers
407222d06a
Merge pull request #47 from bit-badger/dependabot/npm_and_yarn/src/app/node-fetch-2.6.1
...
Bump node-fetch from 2.6.0 to 2.6.1 in /src/app
2021-03-09 10:43:29 -05:00
danieljsummers
044283709c
Merge pull request #46 from bit-badger/dependabot/npm_and_yarn/src/app/http-proxy-1.18.1
...
Bump http-proxy from 1.18.0 to 1.18.1 in /src/app
2021-03-09 10:43:04 -05:00
danieljsummers
d239b16d33
Merge pull request #43 from bit-badger/dependabot/npm_and_yarn/src/app/websocket-extensions-0.1.4
...
Bump websocket-extensions from 0.1.3 to 0.1.4 in /src/app
2021-03-09 10:41:56 -05:00
danieljsummers
a9ab0446c4
Merge pull request #52 from bit-badger/dependabot/npm_and_yarn/src/app/pug-3.0.1
...
Bump pug from 2.0.4 to 3.0.1 in /src/app
2021-03-09 10:39:59 -05:00
danieljsummers
366ed2ed2f
Merge pull request #53 from bit-badger/dependabot/npm_and_yarn/src/app/elliptic-6.5.4
...
Bump elliptic from 6.5.2 to 6.5.4 in /src/app
2021-03-09 10:39:29 -05:00
danieljsummers
d678707dc5
Add auth, nav, and home page
2020-06-13 08:42:16 -05:00
danieljsummers
b1e2ff4813
Add Angular app
2020-06-07 07:19:47 -05:00
danieljsummers
9d44c90de6
WIP on comp API ( #37 )
...
approaching the end of this task
2019-11-27 20:55:51 -06:00
danieljsummers
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
danieljsummers
715df08cbe
Migrate API to .NET Core 3.0 ( #31 )
...
Migrate API to .NET Core 3.0 (fixes #30 )
2019-09-28 08:42:58 -05:00
danieljsummers
fa78e86de6
myPrayerJournal v2 ( #27 )
...
App changes:
* Move to Vue Material for UI components
* Convert request cards to true material design cards, separating the "pray" button from the others and improved highlighting of the current request
* Centralize Auth0 integration in one place; modify the Vuex store to rely on it entirely, and add a Vue mixin to make it accessible by any component
API changes:
* Change backing data store to RavenDB
* Evolve domain models (using F# discriminated unions, and JSON converters for storage) to make invalid states unrepresentable
* Incorporate the FunctionalCuid library
* Create a functional pipeline for app configuration instead of chaining `IWebHostBuilder` calls
Bug fixes:
* Set showAfter to 0 for immediately recurring requests (#26 )
2019-09-02 19:01:26 -05:00