Commit graph

160 commits

Author SHA1 Message Date
Rene Fischer
0a72ffc5c5
Merge pull request #19 from fancy-flashcard/add-description-3rd-party
add description to third party deck and selection
2020-07-22 21:51:44 +02:00
Niko Lockenvitz
ccd9e2c9fc
update help text for third party decks (not visible by default) 2020-07-22 19:34:50 +02:00
Rene Fischer
c741114761
add description to third party deck and selection 2020-07-21 16:51:21 +02:00
Rene Fischer
d421cc2c65
fix beginning of docs 2020-07-21 16:29:18 +02:00
Niko Lockenvitz
387a379906
Merge pull request #17 from fancy-flashcard/add-versioning
Versioning + update decks
2020-07-21 12:40:48 +02:00
Rene Fischer
3d4dfce32f
Merge pull request #16 from fancy-flashcard/update-decks
allow decks to be updated
2020-07-21 12:37:26 +02:00
Niko Lockenvitz
5907241944
Merge branch 'add-versioning' into update-decks 2020-07-21 12:37:08 +02:00
Rene Fischer
b48fff117e
remove whitespace from badges 2020-07-21 12:32:01 +02:00
Rene Fischer
8c02e92657
update readme 2020-07-21 12:27:25 +02:00
Niko Lockenvitz
8456e57889
update backlog/ideas in docs 2020-07-21 10:12:35 +02:00
Niko Lockenvitz
fd280d6371
update badges/shields in README + small update in config 2020-07-21 09:54:54 +02:00
Rene Fischer
b629c3785a
rename build and capitalize all badges 2020-07-21 02:52:34 +02:00
Rene Fischer
46d88d5d6a
add version and license to readme
+ update build to use shields.io as well
2020-07-21 02:44:55 +02:00
Rene Fischer
69802b43f6
update version 2020-07-21 01:48:21 +02:00
Rene Fischer
2a2c68659c
set current version to 1.0.0 2020-07-21 01:41:40 +02:00
Rene Fischer
9c379d9ddb
add version number to environment and about page 2020-07-21 01:41:20 +02:00
Niko Lockenvitz
b6b769f876
update decks if they already exist (-> keep progress) 2020-07-20 23:53:46 +02:00
Niko Lockenvitz
38f4aeef7b
add uuid to ffc files (used for sync) 2020-07-20 22:33:38 +02:00
Niko Lockenvitz
e0b3782923
Merge pull request #14 from fancy-flashcard/lodash-security-alert-4.17.19
update dependencies to resolve lodash security alert
2020-07-19 19:02:02 +02:00
Niko Lockenvitz
cf678e9e7e
Merge pull request #13 from fancy-flashcard/meta-social-preview
social preview icon
2020-07-19 19:01:35 +02:00
Niko Lockenvitz
98dddb3296
fix tabs/spaces 2020-07-19 19:00:20 +02:00
Niko Lockenvitz
d599261dde
update dependencies to resolve lodash security alert 2020-07-19 18:56:29 +02:00
Rene Fischer
f64b5df324
quick-fix readme 2020-07-15 22:16:03 +02:00
Rene Fischer
57d7817e2a
update meta tags 2020-07-15 21:53:30 +02:00
Niko Lockenvitz
a7dd6fd625
add meta (title and image)
adds icon when shared via social media
2020-07-15 19:36:23 +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