-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
18 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
### Tool/Technology 1 | ||
### Vue components | ||
- Properties are being passed to vue components as props. These properties specifies the different configurations of the html templates. | ||
- Content passed by the `slots` API are considered to be owned by the parent component that passes them in and so styles do not apply to them. To apply styles to these components, target the surrounding container and then the style using a CSS selector such as `.someClass > *` | ||
|
||
List the aspects you learned, and the resources you used to learn them, and a brief summary of each resource. | ||
#### Testing: | ||
Vue component test utilities library: [Wrapper](https://v1.test-utils.vuejs.org/api/wrapper/#properties) | ||
|
||
### Tool/Technology 2 | ||
|
||
... | ||
According to my current understanding: | ||
- Testing is done by first creating a wrapper with the component to be tested. | ||
- The `$nextTick()` function of the vm of the wrapper is then called which waits for the next DOM update flush. | ||
- The generated HTML is then compared with the snapshot that is generated. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
### MarkBind | ||
|
||
| Week | Achievements | | ||
| ---- | ------------ | | ||
| 0 | Authored PR: [Update copy plugin #2580](https://github.com/MarkBind/markbind/pull/2580) | | ||
| 2 | Authored PR: [Fix broken annotation label #2586](https://github.com/MarkBind/markbind/pull/2586) | | ||
| 3 | Reviewed issue: [Boxes: give a way to omit the icon #2559](https://github.com/MarkBind/markbind/issues/2559) | | ||
| 3 | Reviewing issue: [Inconsistent behavior with mcq questions allowing multiple correct answers #2587](https://github.com/MarkBind/markbind/issues/2587) | | ||
| 3 | Reviewing issue: [Better feedback when hovering labels #2588](https://github.com/MarkBind/markbind/issues/2588) | |