Update from obsidian -
Affected files: .obsidian/plugins/obsidian-excalidraw-plugin/data.json .obsidian/plugins/obsidian-omnivore/data.json Read Later/How to Avoid Prop Drilling in React.md notes/coping mechanisms/How to build systems.md projects/One Game.md projects/personal-page-notes/List of Games.md
This commit is contained in:
parent
2b8d9cd691
commit
b95d9b14d9
6 changed files with 467 additions and 4 deletions
|
|
@ -1,16 +0,0 @@
|
|||
# 1. Humanize
|
||||
|
||||
Do everything manually for many iterations
|
||||
|
||||
# 2. Organize
|
||||
|
||||
Nothing the patters (good and bad ones) that are crippling into your methods
|
||||
|
||||
# 3. Mechanize
|
||||
|
||||
Automatize the good patterns and try to cope with the bad ones
|
||||
|
||||
Automatize with:
|
||||
- Checklists
|
||||
- Flowcharts
|
||||
- Software
|
||||
|
|
@ -5,7 +5,7 @@
|
|||
- [x] instead of passing a collection of astro, map the collection and create the data how I needed
|
||||
- This shouldn't add overheat since is done ahead of time??
|
||||
- [x] Finish pagination
|
||||
- [ ] Advance filters
|
||||
- [x] Advance filters
|
||||
- [x] String
|
||||
- [x] Number (with logic operator)
|
||||
- [x] Select
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
- [x] Add a button in the table doesn't clean the input values, fix this.
|
||||
- [x] Refactor code organization
|
||||
- [x] Add comments documentation
|
||||
- [ ] Clean & optimize
|
||||
- [x] Clean & optimize
|
||||
- [x] Extract types declaration where they belogns
|
||||
- -> investigate where??
|
||||
- Carpeta con definiciones y una archivo para cada cosa (enums, interface, etc)??
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue