You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because of extreme time constraints I implemented note searching in #223 in the laziest way possible, recycling the existing search store. It worked great for the user-facing needs but if / when I ever have more then one-hour blocks to work on the app, or maybe after the key features are shipped, should come back and clean this up
Use a custom store or improve (minimize) the interface used by each component
Debounce the search
Consider how the design will work when its network based (assuming I ever ship hosted notes)
The text was updated successfully, but these errors were encountered:
cloverich
added
the
refactor
Refactoring, tech debt, clean-up - things that would be done if I was less time constrained
label
Sep 1, 2024
Because of extreme time constraints I implemented note searching in #223 in the laziest way possible, recycling the existing search store. It worked great for the user-facing needs but if / when I ever have more then one-hour blocks to work on the app, or maybe after the key features are shipped, should come back and clean this up
The text was updated successfully, but these errors were encountered: