Daniel J. Summers
90ae68f816
Finally got it!
...
Dropping Bootstrap and Vue Awesome was the key
2018-08-21 20:37:38 -05:00
Daniel J. Summers
ff8769a1da
Added vue/style loaders
2018-08-20 18:54:33 -05:00
Daniel J. Summers
3d0a00e08f
Merge branch 'master' into vue-cli-3
...
bringing in the changes for v0.9.8
2018-08-18 21:38:16 -05:00
Daniel J. Summers
ee9326d7a5
Updated docs for recurrence ( #16 )
2018-08-18 20:12:30 -05:00
Daniel J. Summers
2c34650ceb
Completed recurrence work ( #16 )
...
Requests can now:
- be entered with recurrence
- be updated with recurrence
- manually skip recurrence period
Also did an app-wide clean-up to ensure that everything is done the same way in all places
2018-08-18 19:32:48 -05:00
Daniel J. Summers
9f1e258180
Added recurrence to new request add/edit page ( #16 )
...
still need to get the actual non-immediate recurrence stuff to work correctly
2018-08-18 13:46:03 -05:00
Daniel J. Summers
0c21e6c1c0
Unsnooze works; #20 is complete
...
also:
- wrapped up some other stylings
- snoozed requests still show in the journal; this logic will change with recurrence work, so that bug is deferred
2018-08-18 11:07:30 -05:00
Daniel J. Summers
a6144f67ec
Converted notes modal ( #20 )
2018-08-18 09:13:38 -05:00
Daniel J. Summers
e351fe5b56
Active request page ( #16 )
...
Also:
- refactored snoozed and answered list pages to use a common list format
- reworked the URLs to make them more consistent
- eliminated current "full" API endpoint, and renamed existing "complete" endpoint to "full"
2018-08-17 22:12:14 -05:00
Daniel J. Summers
d3aff4a110
Add/Edit request works
...
No longer a modal (#20 )
2018-08-17 20:59:57 -05:00
Daniel J. Summers
c0dd6b5dd6
A few more minor tweaks
2018-08-16 22:09:39 -05:00
Daniel J. Summers
5bba499251
-BootstrapVue -VueAwesome
...
- All non-modals no longer reference Bootstrap or Font Awesome (#20 )
- Removed "full request" button from journal page (#16 )
- Added role attributes in many places
2018-08-16 21:57:54 -05:00
Daniel J. Summers
96f2f2f7e0
Added recurrence SQL; updated API
...
API should support recurrence (#16 ); also updated for new F# match! statement
2018-08-14 21:01:21 -05:00
Daniel J. Summers
d332e1e701
Restored App.vue; builds/renders, but...
...
...no CSS or Bootstrap JS either; the new tree-shaking is nice, but it's shaking out good stuff at this point.
2018-08-13 20:59:29 -05:00
Daniel J. Summers
29a1afbf9a
First cut at new build process
2018-08-13 19:50:52 -05:00
Daniel J. Summers
2bf3bc4865
Working toward hosting
...
Seeing different behavior when this is sitting behind nginx; working toward a solution
2018-08-07 08:17:56 -05:00
Daniel J. Summers
95175d2c57
Merge branch 'master' of https://github.com/bit-badger/myPrayerJournal
2018-08-06 21:30:45 -05:00
Daniel J. Summers
3f71d75a99
Restoring ignored file changes
...
Also deleted a file I missed
2018-08-06 21:30:11 -05:00
Daniel J. Summers
8becb8cea4
F# API ( #18 )
...
- API is now F# / Giraffe / EF Core
- Snoozed requests are complete #17
- Updated doc links in preparation for transfer to Bit Badger Solutions organization's repository
2018-08-06 21:21:28 -05:00
Daniel J. Summers
d1fd5f68e7
Added snooze icon to journal
...
#17
2018-06-18 21:05:04 -05:00
Daniel J. Summers
d0ea7cf3c6
Added "snoozedUntil" column to API
...
Also added a "snooze" route (working on #17 )
2018-06-18 20:25:00 -05:00
Daniel J. Summers
05990d537a
Version bump
2018-06-14 18:31:51 -05:00
Daniel J. Summers
67cdd5a9b0
Update tooltip on date changed
...
Bound long date to computed property (addresses #15 )
2018-06-14 18:21:14 -05:00
Daniel J. Summers
650bda6bc5
Version bump; remove logging
2018-05-27 19:46:55 -05:00
Daniel J. Summers
6424cde1b6
Merge branch 'go-backend'
2018-05-27 19:39:21 -05:00
Daniel J. Summers
d429d6c9ac
Merged Go API changes
2018-05-27 19:38:37 -05:00
Daniel J. Summers
91daa387cb
Misc final tweaks
...
- Handle notes being nil
- Distinguish between request not found, error retrieving notes, and no notes for present request
- Minor UI tweaks to use smart quotes
2018-05-27 19:26:52 -05:00
Daniel J. Summers
d57e2e863a
Remove JavaScript API files
2018-05-27 18:02:31 -05:00
Daniel J. Summers
9de713fc6a
Fixed "answered" API error
2018-05-27 18:00:37 -05:00
Daniel J. Summers
79ced40470
Most API features now work
...
- Switched from Vestigo to ozzo-routing in a misguided attempt to get JSON to parse as a form; not switching back at this point
- Fixed error with request SQL for individual requests
- Parsing JSON body works now
Still need to handle "no rows found" for journal/answered lists; this isn't an error for new users
2018-05-26 22:18:26 -05:00
Daniel J. Summers
bad430fc37
GDPR update; version bump
...
- added Terms of Service and Privacy Policy
- updated deps
- fixed vue-bootstrap warning
2018-05-26 11:59:30 -05:00
Daniel J. Summers
d5a783304e
updated API deps
2018-05-20 22:08:59 -05:00
Daniel J. Summers
a429a2d6c9
GDPR update; version bump
...
- added Terms of Service and Privacy Policy
- updated deps
- fixed vue-bootstrap warning
2018-05-19 23:22:44 -05:00
Daniel J. Summers
2b6f7c63d0
route handler translation
2018-03-31 22:13:26 -05:00
Daniel J. Summers
419c181eff
Authorization works (yay)
...
The journal page once again loads as it should; now to migrate the remaining routes
2018-03-31 19:58:44 -05:00
Daniel J. Summers
9637b38a3f
Static files now served; auth is broken
2018-03-24 13:37:18 -05:00
Daniel J. Summers
59b5574b16
Switched to vestigo router
...
Also moved db reference to data module; it now starts, but doesn't serve index.html for root yet
2018-03-22 22:11:38 -05:00
Daniel J. Summers
b248f7ca7f
minor tweaks towards JWTs
...
time box expired before completing this; one of these days...
2018-03-20 20:26:02 -05:00
Daniel J. Summers
8d84bdb2e6
app/API build adjustments; get user from ctx
2018-03-12 23:14:16 -05:00
Daniel J. Summers
b7406bd827
More work on auth and req ctx
2018-03-12 21:44:43 -05:00
Daniel J. Summers
d92ac4430e
Split routes, router, and handlers into different files
2018-03-11 22:38:13 -05:00
Daniel J. Summers
0cde2fb6db
Merge updated deps/build files
2018-03-11 20:57:25 -05:00
Daniel J. Summers
943492f175
Updated Auth0 and other deps #13 ; version bump
2018-03-10 22:50:39 -06:00
Daniel J. Summers
df76385d6a
Added previously-ignored Vue build files
...
Those globs will git you...
2018-03-10 22:22:10 -06:00
Daniel J. Summers
8c801ea49f
Interim commit; started work on routes
2018-01-18 11:29:01 -06:00
Daniel J. Summers
0807aa300a
Data and structures converted
2018-01-17 23:00:26 -06:00
Daniel J. Summers
8d8d112fff
Updated front page text ( #12 )
2017-10-23 22:04:34 -05:00
Daniel J. Summers
6c4061e07d
Updated docs/README; version bump
...
So long alpha - hello, beta!
2017-10-23 21:40:58 -05:00
Daniel J. Summers
9cdb505bb1
Renamed RequestListItem to RequestCard
2017-10-23 21:22:29 -05:00
Daniel J. Summers
40d765fb92
Journal is more mobile-friendly ( #11 )
...
Also:
- Updated deps
- Ensure the date is wrapped as a whole on the Answered Request page
2017-10-23 21:19:39 -05:00