Open pthomison opened 8 months ago
Curious what you are thinking feature wise and we should take on next @ejether !
Also @sudermanjr curious to your take on any of the controller design and/or priorities. All of my learning has been via trying weird stuff with kubebuilder, so its very likely I may be dragging along some bad practices from my experiments haha
Honestly not sure where to take it at this point but I see two categories of work
QOL faffing is easy to justify on this project. Features are hard to say because it's not really being used.
That said, here's what I think over all:
internal
or pkg
I'm for whatever you want to do here.
Figured we might want to start some kind of tracking for any features / improvement that we want to start jamming on next!
Just listing out the state of the union; it feels like we have the following areas fairly straightened out
Some ideas that I've had so far, but don't feel too opinionated in terms of priority:
pkg
folder to beinternal
: (reference layout)[https://github.com/golang-standards/project-layout]; AFAIKpkg
should have modules that are intended to be consumed by outside parties andinternal
is where you store your modules that are soley for consumption by your program