Closed Ragudos closed 7 months ago
Hey, can I pick this? @Ragudos @danielbergholz
It's fine for me. I suggest waiting for @danielbergholz to respond since I'm new in this repo.
Sure @lcezermf, that would be great! LMK if you have any questions 🤝
NP. I will dig into the code a little more and do a draft PR until the next week.
Awesome @lcezermf, thank you!
@danielbergholz I started working on something, just wanna check something the idea is to keep using stream
to hold the courses within the search page, correct? Is there any advantage over using the regular assign(socket, :data, values)
?
Some people say it's better for memory usage, especially when dealing with lots of records from the DB, but I'm open to suggestions
Not a problem! I was just curious cause I have never used that before (my current project uses a lower version) and I got the unit tests working but the feature feels odd cause seem the result on the page never get "empty", but I will try a little more with streams and see how it goes.