Skip to content

Commit

Permalink
Update knowledge and progress
Browse files Browse the repository at this point in the history
  • Loading branch information
Incogdino committed Jan 28, 2025
1 parent 3f4ed47 commit d1a67d7
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
14 changes: 9 additions & 5 deletions students/Incogdino/knowledge.md
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.
9 changes: 9 additions & 0 deletions students/Incogdino/progress.md
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) |

0 comments on commit d1a67d7

Please sign in to comment.