-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
moving classes to a more component like structure #9
Conversation
wickedOne
commented
Dec 14, 2024
- add Wikipedia and YouTube namespace and moved applicable classes. this way the code is clustered by implementation making it easier to copy paste it to your own application.
- add Wikipedia and YouTube namespace and moved applicable classes. this way the code is clustered by implementation making it easier to copy paste it to your own application.
Yes, nice idea! What do you think of dropping Rag in favor of Blog? Wikipedia example is basically also Rag but thats only a Pattern and the real use case is around the Blog. Just got me thinking ... |
yes, that makes perfectly sense indeed |
Let me know if you want to follow up, otherwise i will merge later when I'm back at my laptop and continue :) |
yes, i'll follow up. another question would be: are you intending to add more code / implementation examples to this repository? |
No, not yet, at least nö further plans atm |
alright then, changes pushed... |
- rename add to blog to clarify the implementation
613f8dc
to
6005410
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, great impulse to encapsulate in namespaces for easier understanding, will follow up on the frontend stuff 👍
oops, yes sloppy me forgot about the templates... 😔 |