Commit graph

86 commits

Author SHA1 Message Date
Niko Lockenvitz
d599261dde
update dependencies to resolve lodash security alert 2020-07-19 18:56:29 +02:00
Rene Fischer
501872f26b
Merge pull request #12 from fancy-flashcard/documentation
Add documentation and third party deck support
2020-07-14 16:50:40 +02:00
Rene Fischer
2517a1d294
Merge branch 'documentation' of https://github.com/fancy-flashcard/ffc into documentation 2020-07-14 16:48:46 +02:00
Rene Fischer
e90f795f5e
add third party deck support
Co-authored-by: Niko Lockenvitz <nl@nikolockenvitz.de>
2020-07-14 16:48:09 +02:00
Niko Lockenvitz
7317af9de3
some restructuring in README + fix small mistakes 2020-07-12 16:48:43 +02:00
Rene Fischer
0fee66d4e2
update documentation
Co-authored-by: Niko Lockenvitz <nl@nikolockenvitz.de>
2020-07-10 20:33:26 +02:00
Rene Fischer
558cb7a9e7
fix image being display 2020-07-10 15:11:16 +02:00
Rene Fischer
a209af47da
update images 2020-07-10 15:07:13 +02:00
Rene Fischer
a9090d5699
add and improve documentation
Co-authored-by: Niko Lockenvitz <nl@nikolockenvitz.de>
2020-07-10 14:31:23 +02:00
Niko Lockenvitz
04dc459706
update docs (architecture, technology, backlog, ...) 2020-07-08 22:43:12 +02:00
Rene Fischer
e97c1198bf
WIP: first documentation drafts
Co-authored-by: Niko Lockenvitz <nl@nikolockenvitz.de>
2020-07-08 14:00:59 +02:00
Rene Fischer
33041ef140
Merge pull request #10 from fancy-flashcard/implement-learning
Implement learning
2020-07-05 18:10:39 +02:00
Rene Fischer
9ce6c20583
save current learning session and option to resume
Co-authored-by: Niko Lockenvitz <nl@nikolockenvitz.de>
2020-07-05 18:00:54 +02:00
Rene Fischer
fe7ccf62ba
Merge pull request #9 from fancy-flashcard/implement-learning-improve-card-selection
Implement learning improve card selection
2020-07-05 15:36:15 +02:00
Niko Lockenvitz
1714754907
fix bar chart (learning results) when no card was rated 2020-07-04 22:20:15 +02:00
Niko Lockenvitz
4b1eb0189f
choose cards based on weight distribution (based on most recent rating) 2020-07-04 21:52:56 +02:00
Niko Lockenvitz
319fbbb5bf
decide number of recent cards to ignore based on rating 2020-07-04 21:16:20 +02:00
Niko Lockenvitz
0a974c05e9
add bar chart to show learning results (in final dialog) 2020-07-02 16:30:45 +02:00
Niko Lockenvitz
92018efb1d
fix star rating in learning
swiping throws type errors, because current learning session element is
undefined
dont know why, but everything works, just some errors in the console
2020-07-02 14:21:20 +02:00
Niko Lockenvitz
98401efa08
WIP implement rating 2020-07-01 12:43:56 +02:00
Niko Lockenvitz
63a4b09937
minor refactoring of learning session manager + swipe in learn 2020-06-30 12:24:39 +02:00
Niko Lockenvitz
bd370b1849
fix wrong url in README + move additional documentation to docs folder 2020-06-30 10:42:41 +02:00
Rene Fischer
37c0bc1560
implement card selection and controls
Co-authored-by: Niko Lockenvitz <nl@nikolockenvitz.de>
2020-06-27 16:38:41 +02:00
Niko Lockenvitz
f2dbfc1e18
continue typescript migration + minor fixes 2020-06-26 23:44:01 +02:00
Rene Fischer
1041631b23
[WIP] create dynamic learn component
Co-authored-by: Niko Lockenvitz <nl@nikolockenvitz.de>
2020-06-26 20:12:00 +02:00
Rene Fischer
066e9d3c38
refactor code
Co-authored-by: Niko Lockenvitz <nl@nikolockenvitz.de>
2020-06-26 20:09:17 +02:00
Rene Fischer
f2f3c2bbfd
fix styling and title
Co-authored-by: Niko Lockenvitz <nl@nikolockenvitz.de>
2020-06-26 18:10:57 +02:00
Niko Lockenvitz
67b72d1452
Merge pull request #7 from fancy-flashcard/dialog-refactor
Dialog refactor
2020-06-26 18:10:14 +02:00
Niko Lockenvitz
eeafac1611
Merge pull request #7 from fancy-flashcard/dialog-refactor
Dialog refactor
2020-06-26 15:10:44 +02:00
Niko Lockenvitz
102dd86381
Merge pull request #8 from fancy-flashcard/typescript
Typescript
2020-06-26 15:10:19 +02:00
Rene Fischer
dd2a144c9b
fix typescript errors
add default url for testing purposes

Co-authored-by: Niko Lockenvitz <nl@nikolockenvitz.de>
2020-06-26 14:53:44 +02:00
Niko Lockenvitz
9a58d66eff
[WIP] move to typescript 2020-06-26 03:12:06 +02:00
Niko Lockenvitz
7c59e4ec49
fix icons
- white background for apple touch icons
- mstile-150x150 as 270x270px
2020-06-20 23:36:04 +02:00
Niko Lockenvitz
bd30f018bc
update icons 2020-06-20 15:45:34 +02:00
Rene Fischer
bfad6f618b add ability to share app with friends
Co-authored-by: Niko Lockenvitz <nl@nikolockenvitz.de>
2020-06-20 02:26:57 +02:00
Rene Fischer
bef210a07c add app icon svg to navbar
update safari svg

Co-authored-by: Niko Lockenvitz <nl@nikolockenvitz.de>
2020-06-20 02:26:40 +02:00
Rene Fischer
5e9c5002a7 add info for pwa creation
change themeColor

Co-authored-by: Niko Lockenvitz <nl@nikolockenvitz.de>
2020-06-20 01:17:47 +02:00
Rene Fischer
a091f018cc fix highlighting problems in vuetify
Co-authored-by: Niko Lockenvitz <nl@nikolockenvitz.de>
2020-06-20 01:17:16 +02:00
Rene Fischer
f2d76fb381 refactor navigationBar component
Co-authored-by: Niko Lockenvitz <nl@nikolockenvitz.de>
2020-06-20 01:15:24 +02:00
Rene Fischer
17fa069aff refactor dialog
+ replace special dialogs with generic one
+ refactor design

Co-authored-by: Niko Lockenvitz <nl@nikolockenvitz.de>
2020-06-20 00:21:53 +02:00
Rene Fischer
981df2dde3
Merge pull request #2 from fancy-flashcard/first-design-adjustments
First design adjustments
2020-06-19 14:58:17 +02:00
Rene Fischer
646008821b refactor deck import
+ add customdialog component

Co-authored-by: Niko Lockenvitz <nl@nikolockenvitz.de>
2020-06-19 14:57:37 +02:00
Niko Lockenvitz
97dc0b1b52
add idea + example of how to bypass SOP w/o CORS 2020-06-19 00:06:56 +02:00
Niko Lockenvitz
ddf6f8dbff add button to clear local storage app data + prepare types 2020-06-13 13:26:07 +02:00
Rene Fischer
c91b7758eb update file import
+ restructure file order
+ add helper for local storage

Co-authored-by: Niko Lockenvitz <nl@nikolockenvitz.de>
2020-06-12 23:58:12 +02:00
Rene Fischer
36312c07f2 show name in deck
Co-authored-by: Niko Lockenvitz <nl@nikolockenvitz.de>
2020-06-12 23:56:38 +02:00
Rene Fischer
dc4ec14e05 update dialog to show deck info
Co-authored-by: Niko Lockenvitz <nl@nikolockenvitz.de>
2020-06-12 23:56:14 +02:00
Rene Fischer
b9f9749b78 update about and settings page
Co-authored-by: Niko Lockenvitz <nl@nikolockenvitz.de>
2020-06-12 23:55:31 +02:00
Niko Lockenvitz
4aba9c9590 update internal file format in README 2020-06-08 15:36:10 +02:00
Niko Lockenvitz
b91f0b7af8
Merge pull request #3 from dhbw-ffc/dependabot/npm_and_yarn/websocket-extensions-0.1.4
Bump websocket-extensions from 0.1.3 to 0.1.4
2020-06-08 11:25:57 +02:00