Commit Graph
4 Commits
Author SHA1 Message Date
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