From d94fa63ac79e7452fc1ba0f1f666950262aa84e8 Mon Sep 17 00:00:00 2001 From: Alexander Polynomdivision Date: Tue, 18 Sep 2018 20:36:15 +0200 Subject: [PATCH] docs: Add the protocol --- protocol.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 protocol.md diff --git a/protocol.md b/protocol.md new file mode 100644 index 0000000..69ccdcc --- /dev/null +++ b/protocol.md @@ -0,0 +1,20 @@ +# 05.09.2018 +Sick + +# 06.09.2018 +- Implementing the view introducing vocabulary to the user + +# 14.09.2018 +- Implementing the Levenshtein Distance for future checking of answers + +# 15.09.2018 +- Implementing the review functionality of the application +- Created a intro page to tell the students about our project + +# 16.09.2018 +- Implement the SuperMemo2 algorithm +- Started implementing the server + +# 18.09.2018 +- Move the whole application from "vanilla React" to React with Redux to avoid issues with components + being re-mounted, when the AppBar gets updated