Commit Graph

687 Commits

Author SHA1 Message Date
Ramon Wenger fa8f0b6d7c Add function to calculate rem 2018-08-22 11:33:42 +02:00
Ramon Wenger 08efcec4a6 Add filter bar and checkbox components 2018-08-21 17:59:42 +02:00
Ramon Wenger 732f857fa9 Merge branch 'master' of github.com:ramonwenger/skillbox 2018-08-21 16:50:16 +02:00
Ramon Wenger 98df92d559 Fix dummy data creation 2018-08-21 16:49:50 +02:00
Ramon Wenger 71c339a40c Add room page and widgets 2018-08-21 14:37:15 +02:00
Pawel Kowalski c401bc4d91 Add empty console link 2018-08-20 18:03:56 +02:00
Ramon Wenger d3a65539fb Update styling 2018-08-20 17:45:03 +02:00
Ramon Wenger f94e037c27 Add base rooms layout 2018-08-20 17:38:30 +02:00
Ramon Wenger d1a68d7094 Add profile widget 2018-08-20 17:05:53 +02:00
Ramon Wenger 9c6e06c4a8 Add module navigation 2018-08-20 17:05:40 +02:00
Ramon Wenger 19de9a7e65 Improve edge removal code
Keep arrays as arrays instead of objects
2018-08-20 15:35:00 +02:00
Ramon Wenger c7bc57d38d Add top navigation 2018-08-20 14:45:47 +02:00
Pawel Kowalski bc29989908 Use component this scoped function instead of Vue global function for getRidOfEdges 2018-08-18 00:53:57 +02:00
Pawel Kowalski d6d8d60c9b And now also get rid of edges 2018-08-18 00:40:30 +02:00
Pawel Kowalski de14c02f0a Add ModalText to get rid of console errors 2018-08-18 00:14:17 +02:00
Pawel Kowalski bd136d79b3 Not perfect, but an intermediary solution for the edges/nodes problem 2018-08-18 00:02:31 +02:00
Pawel Kowalski ea073a29ac Replace specific edge/node removal with a generic solution: move into globally available function.
- Why is it not possible to change data with apollo link?
2018-08-17 18:08:15 +02:00
Pawel Kowalski 17b0047b32 Provide a draft for the edges/nodes removal 2018-08-17 02:29:27 +02:00
Pawel Kowalski 92a6e1f10f Revert "Add favicon"
This reverts commit f30fbaa43f.
2018-08-16 17:49:11 +02:00
Pawel Kowalski 462c548964 Revert "Copy static dir during build"
This reverts commit dbc84964b6.
2018-08-16 17:48:28 +02:00
Pawel Kowalski 44c386c073 Revert "Add static .gitkeep dir because django puts static resources here (collectstatic)"
This reverts commit b5a7e17ee0.
2018-08-16 17:48:15 +02:00
Pawel Kowalski dbc84964b6 Copy static dir during build 2018-08-16 17:45:28 +02:00
Pawel Kowalski b5a7e17ee0 Add static .gitkeep dir because django puts static resources here (collectstatic) 2018-08-16 17:40:14 +02:00
Pawel Kowalski 2f52f67b64 Move common functions into Wagtail superclass 2018-08-16 17:26:16 +02:00
Pawel Kowalski 2157d4e630 remove unnecessary header comment 2018-08-16 17:04:43 +02:00
Pawel Kowalski 46a13cc2c8 Merge branch 'master' of github.com:ramonwenger/skillbox
* 'master' of github.com:ramonwenger/skillbox:
  Add styling to user input fields
  Move styles
  Add favicon
  Add dropzone
2018-08-16 16:52:21 +02:00
Pawel Kowalski 3f159b0473 Add a single module query (without edges/node) 2018-08-16 16:50:31 +02:00
Ramon Wenger 08527a7575 Merge branch 'master' of github.com:ramonwenger/skillbox 2018-08-16 16:32:06 +02:00
Ramon Wenger 4bff192922 Add styling to user input fields 2018-08-16 16:31:51 +02:00
Ramon Wenger 1f6d497d02 Move styles 2018-08-16 16:31:17 +02:00
Ramon Wenger f30fbaa43f Add favicon 2018-08-16 16:30:07 +02:00
Ramon Wenger 1999a7ee10 Add dropzone 2018-08-16 16:28:25 +02:00
Pawel Kowalski e2c20cca2f Fix ContentBlock import problem in Chapter component 2018-08-16 16:14:22 +02:00
Pawel Kowalski a512ef4f63 Move content blocks into content-blocks directory 2018-08-16 16:13:05 +02:00
Pawel Kowalski ef4fb4b20e Generate all types of content 2018-08-16 15:48:46 +02:00
Pawel Kowalski 80719e9a65 Enrich test data generation with ImageFields 2018-08-16 15:23:41 +02:00
Pawel Kowalski a24acad07a Add image_block serialization suitable for a SPA, i.e. return path, not the internal id of an image 2018-08-16 15:00:37 +02:00
Pawel Kowalski 4b03a702fe Provide first working version of content block stream content generation 2018-08-16 13:35:39 +02:00
Pawel Kowalski 6c7a1c9a7b Fall back to plain vanilla char blocks because test data generation is not sophisticated enough for RichtTextBlocks 2018-08-16 13:17:43 +02:00
Pawel Kowalski c4526da8fd Merge branch 'master' of github.com:ramonwenger/skillbox
* 'master' of github.com:ramonwenger/skillbox:
  Add student entry component
2018-08-16 13:10:31 +02:00
Pawel Kowalski cd1c056cb7 generating test data 2018-08-16 13:10:09 +02:00
Ramon Wenger fa26609c49 Add student entry component 2018-08-16 10:51:18 +02:00
Pawel Kowalski 051796a34f Add ContentBlockFactories and test data 2018-08-16 00:07:08 +02:00
Ramon Wenger 80b46a4781 Add dynamic components 2018-08-15 18:47:33 +02:00
Ramon Wenger 0c31f838f2 Change variable names in content blocks 2018-08-15 18:45:20 +02:00
Ramon Wenger 13d378897a Add chapter and content block components 2018-08-15 14:46:00 +02:00
Ramon Wenger 348de74dee Clean up query function 2018-08-15 14:45:44 +02:00
Pawel Kowalski 3ba9af1ce7 Add StreamField serializer 2018-08-15 14:45:18 +02:00
Pawel Kowalski 4a3ffd9eac Implement chapters / content blocks graphql interface 2018-08-15 14:30:00 +02:00
Pawel Kowalski 640af9b047 Add ContentBlock factory, add apollo-link first steps 2018-08-15 13:59:21 +02:00