From 4a3842ac2043e747f3969440bfa490410447c1da Mon Sep 17 00:00:00 2001 From: aleidk Date: Sat, 7 Oct 2023 13:06:09 -0300 Subject: [PATCH] Update from obsidian - thinkpad Affected files: notes/utils/React.md projects/personal-page-notes/List of Games.md projects/radio-notes/Dev Stack.md --- notes/utils/React.md | 6 ------ projects/personal-page-notes/List of Games.md | 7 ++++--- projects/radio-notes/Dev Stack.md | 1 + 3 files changed, 5 insertions(+), 9 deletions(-) diff --git a/notes/utils/React.md b/notes/utils/React.md index 1c8e6fe..7250932 100644 --- a/notes/utils/React.md +++ b/notes/utils/React.md @@ -1,9 +1,3 @@ -## Typescript - -- [Cheatsheet](https://react-typescript-cheatsheet.netlify.app) - -## Prevent UseEffect Infinite Loops - React use [shallow comparision](https://learntechsystems.com/what-is-shallow-comparison-in-js/) (values are equals in case of primitive types. In case of object it just check the reference) to check if the dependency changes between renders, this can conduce to bugs in the following situa ### Always use a depency array diff --git a/projects/personal-page-notes/List of Games.md b/projects/personal-page-notes/List of Games.md index d259ed3..5df4088 100644 --- a/projects/personal-page-notes/List of Games.md +++ b/projects/personal-page-notes/List of Games.md @@ -7,11 +7,12 @@ - [ ] Finish pagination - [ ] Advance filters - [x] String - - [ ] Number (with logic operator) + - [x] Number (with logic operator) - [x] Select - [ ] Multiple selector (with selection of and/or) - - [ ] Add clear to every filter - - [ ] Add Clear all + - [ ] Add clear input to every filter + - [ ] Add Clear all filters + - [ ] Refactor code organization - [ ] Clean & optimize - [ ] Extract types declaration where they belogns -> investigate where?? diff --git a/projects/radio-notes/Dev Stack.md b/projects/radio-notes/Dev Stack.md index f732856..9f1f3df 100644 --- a/projects/radio-notes/Dev Stack.md +++ b/projects/radio-notes/Dev Stack.md @@ -27,6 +27,7 @@ Features: - El servidor debe tener una manera de entregar las canciones disponibles en el path especificado - Modo cliente: - Puede ejecutar modificaciones sobre la cola, operaciones básicas de un reproductor de música (play-pause, next, prev, add, remove, etc) + - "current" que imprima información actual de lo que está sonando, con una opción de "follow" para que sea continuo - Comunicación entre cliente - Servidor con gRPC ## Cliente, Frontend y orquestador - Fuuka