Update from obsidian - thinkpad

Affected files:
.obsidian/plugins/obsidian-omnivore/data.json
Read Later/How to Write Components that Work in Any Framework.md
Read Later/The Complete Guide to Time Blocking.md
Read Later/The First Rule of Comments in Code.md
projects/personal-page-notes/List of Games.md
projects/personal-page-notes/Use Table component to create Portafolio and Blog page.md
projects/personal-page.md
This commit is contained in:
Alexander Navarro 2023-11-11 12:35:42 -03:00
parent 740ac64ddb
commit 55cf54064d
7 changed files with 749 additions and 10 deletions

View file

@ -13,13 +13,15 @@
- [x] Add clear input to select input
- [x] Add Clear all filters
- [x] Add a button in the table doesn't clean the input values, fix this.
- [ ] Refactor code organization
- [x] Refactor code organization
- [x] Add comments documentation
- [ ] Clean & optimize
- [ ] Extract types declaration where they belogns
- -> investigate where??
- Carpeta con definiciones y una archivo para cada cosa (enums, interface, etc)??
- Al mismo nivel dentro de src??
- replicar structura en types??
- [x] Extract types declaration where they belogns
- -> investigate where??
- Carpeta con definiciones y una archivo para cada cosa (enums, interface, etc)??
- Al mismo nivel dentro de src??
- replicar structura en types??
- [x] Solve TODO's
---

View file

@ -0,0 +1,11 @@
## Portafolio
- [ ] Create some content in obsidian, add the draft capabilities so is shown in development but not in main.
- [ ] Add list of content
- [ ] Create one page
- Simple, without too much fuss, bare minimum.
- Add list of media sequentially, leave comment to transform in a lightbox
## Blog
- [ ] Create some content in obsidian, add the draft capabilities so is shown in development but not in main.
- [ ] Add list of content
- [ ] Create one page
- Simple, without too much fuss, bare minimum.

View file

@ -15,6 +15,8 @@ kanban-plugin: basic
- [ ] Game Template
- [ ] About Me
- [ ] Setup CSS Themes
- [ ] [One Game](One%20Game.md)
- [ ] Create lightbox component
## Need Research
@ -26,17 +28,17 @@ kanban-plugin: basic
- [ ] [Landing Page](Landing%20Page.md)
- [ ] [Layout](Layout.md)
- [ ] [List of Games](List%20of%20Games.md)
## Ready to Work
- [ ] [One Game](One%20Game.md)
## Doign
- [ ] [List of Games](List%20of%20Games.md)
- [ ] CI/CD<br>- content -> send build to page<br>- page -> update submodule and build<br>- run tests
- [ ] [Use Table component to create Portafolio and Blog page](Use%20Table%20component%20to%20create%20Portafolio%20and%20Blog%20page.md)
## Done